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 d⁢x⁢d Identity Matrix. This command can be abbreviated as Id(d).
with⁡StudentLinearAlgebra:
IdentityMatrix⁡4
1000010000100001
1,2|3,4−t⁢Id⁡2
1−t324−t
See Also
LinearAlgebra[IdentityMatrix]
Student[LinearAlgebra][Operators]
Download Help Document