Initializes an identity matrix.
The number of rows or columns of the matrix
const result = Chalkboard.matr.identity(3); // Returns the 3-by-3 identity matrix Copy
const result = Chalkboard.matr.identity(3); // Returns the 3-by-3 identity matrix
Initializes an identity matrix.