Student[LinearAlgebra][IdentityMatrix] - construct an Identity Matrix
Student[LinearAlgebra][Id] - construct an Identity Matrix
|
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 Identity Matrix. This command can be abbreviated as Id(d).
|
|
|
Download Help Document
Was this information helpful?