Go to the first, previous, next, last section, table of contents.


matrix_identity_matrix

matrix_identity_matrix(N)
: It returns the identity matrix of the size N.

Example:

 matrix_identity_matrix(5);
References
matrix_diagonal_matrix


Go to the first, previous, next, last section, table of contents.