TRUECALC
Functions

MUNIT

Returns identity matrix of given dimension

Try it

When to use it

When would I use MUNIT?

Use MUNIT to generate an identity matrix of a given size as the neutral element in matrix multiplication or as a starting point for matrix algebra in engineering and science models.

Used in

science · engineering

Syntax

MUNIT(dimension)

Examples

=MUNIT(1) // => 1
=MUNIT(3) // => 1

On this page