Checks if a matrix is orthogonal.
The matrix
const result = Chalkboard.matr.isOrthogonal([[0, -1], [1, 0]]); // Returns true Copy
const result = Chalkboard.matr.isOrthogonal([[0, -1], [1, 0]]); // Returns true
Checks if a matrix is orthogonal.