IdentityMatrix - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Student[LinearAlgebra]

  

IdentityMatrix

  

construct an Identity Matrix

  

Id

  

construct an Identity Matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IdentityMatrix(d, options)

Id(d, options)

Parameters

d

-

(optional) non-negative integer; dimension of the resulting Matrix

options

-

(optional) parameters; for a complete list, see LinearAlgebra[IdentityMatrix]

Description

• 

The IdentityMatrix(d) command returns a dxd Identity Matrix. This command can be abbreviated as Id(d).

Examples

withStudentLinearAlgebra:

IdentityMatrix4

1000010000100001

(1)

1,2|3,4tId2

1t324t

(2)

See Also

LinearAlgebra[IdentityMatrix]

Student[LinearAlgebra]

Student[LinearAlgebra][Operators]