simlogo1

 

 

 

SimQuest 6.4 help

 

 

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))

 

 

 

Related topics:

 

 

 

Copyright University of Twente 2011