[]
        
(Showing Draft Content)

MUNIT

This function returns the unit matrix for the specified dimension.

Syntax

MUNIT(dimension)

Arguments

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.

Data Types

Accepts integer value. Returns an array.

Example

=MUNIT(3) returns the following output.