Returns the identity matrix with the specified dimension.
Syntax
![]() |
---|
MUNIT( Integer dimension ) → Array |
If dimension is less than zero, the function returns #VALUE!. The returns value is an array with the specified dimension. The primary diagonal of the returned array contains values 1. All other values of the array are 0.