identityMat {infoDecompuTE} | R Documentation |
Construct an identity matrix.
identityMat(n)
n |
a numeric describes the dimension of the identity matrix. |
This function returns a matrix with the diagonal elements equal to one and the off-diagonal elements equal to zero.
Kevin
John J, Williams E (1987). Cyclic and computer generated Designs. Second edition. Chapman & Hall.
identityMat(10)