|
|
IdentityMatrix
When applied to a number, IdentityMatrix produces what is essentially an identity matrix whose rank is equal to the number. (The result is actually a vector of vectors.) It has two variables: array and size.
Example: identityMatrix(3) = ((1, 0, 0), (0, 1, 0), (0, 0, 1))
Special compound model elements
|