IdentityMatrix: Obtains the identity matrix of dimension n

Description Usage Arguments Value Examples

View source: R/IdentityMatrix.R

Description

Obtains the identity matrix of dimension n

Usage

1

Arguments

n

an integer

Value

an identity matrix

Examples

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

UStatBookABSC documentation built on May 2, 2019, 8:24 a.m.