OrthogonalMatrixQ
OrthogonalMatrixQ(matrix)
returns
True
, ifmatrix
is an orthogonal matrix.False
otherwise.
See
Examples
Permutation of coordinate axes.
>> OrthogonalMatrixQ({{0, 0, 0, 1}, {0, 0, 1, 0}, {1, 0, 0, 0}, {0, 1, 0, 0}})True
Implementation status
- ✅ - full supported