Returns a unit (identity) matrix of a given size.
Syntax:
MUNIT(size)
returns the unit matrix, also known as the identity matrix I, of size size (an integer greater than zero).The identity matrix has ones on the leading diagonal, and zeroes elsewhere.