Student[LinearAlgebra]
IdentityMatrix
construct an Identity Matrix
Id
Calling Sequence
Parameters
Description
Examples
IdentityMatrix(d, options)
Id(d, options)
d
-
(optional) non-negative integer; dimension of the resulting Matrix
options
(optional) parameters; for a complete list, see LinearAlgebra[IdentityMatrix]
The IdentityMatrix(d) command returns a dxd Identity Matrix. This command can be abbreviated as Id(d).
withStudentLinearAlgebra:
IdentityMatrix4
1000010000100001
1,2|3,4−tId2
1−t324−t
See Also
LinearAlgebra[IdentityMatrix]
Student[LinearAlgebra][Operators]
Download Help Document