OrthogonalMatrix
OrthogonalMatrix[omat] converts the orthogonal matrix omat to a structured array.
Examples
Create an orthogonal matrix from a rotation:
OrthogonalMatrix[RotationMatrix[Pi/4]]Verify orthogonality:
om = OrthogonalMatrix[RotationMatrix[Pi/3]];
om . Transpose[om] // ChopSomething isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.