IdentityMatrix {UStatBookABSC}R Documentation

Obtains the identity matrix of dimension n

Description

Obtains the identity matrix of dimension n

Usage

IdentityMatrix(n)

Arguments

n

an integer

Value

an identity matrix

Examples

 I.3 = IdentityMatrix(3)
 print(I.3)


[Package UStatBookABSC version 1.0.0 Index]