Returns a unit (identity) matrix of a given size.
Syntax
Examples
|
Formula |
Result |
||
|
=MUNIT(3) |
1 0 0 |
0 1 0 |
0 0 1 |
|
=MUNIT(2) |
1 0 |
0 1 |
|
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions