[]
This function returns the unit matrix for the specified dimension.
MUNIT(dimension)
Argument | Description |
---|---|
dimension | An integer specifying the dimension of the unit matrix that you want to return. The dimension has to be greater than zero. |
Accepts integer value. Returns an array.
=MUNIT(3)
returns the following output.