MUNIT
Returns the unit matrix or the specified dimension.
Math & TrigonometryMath Basics
What it does
Creates an identity matrix of size dimension x dimension.
Syntax
MUNIT(dimension)
Arguments
dimension(number) β Size of matrix.
Examples
Identity Matrix
Create 2x2 identity.
FORMULA
=MUNIT(2)
RESULT
[1, 0; 0, 1]
SAMPLE DATA
| A | |
|---|---|
| 1 | Result |
| 2 | (Array) |