OrthogonalMatrixQ
OrthogonalMatrixQ(matrix)returns
True, ifmatrixis an orthogonal matrix.Falseotherwise.
See
Examples
Permutation of coordinate axes.
>> OrthogonalMatrixQ({{0, 0, 0, 1}, {0, 0, 1, 0}, {1, 0, 0, 0}, {0, 1, 0, 0}})TrueImplementation status
- ✅ - full supported