Back to LAPACK/BLAS
la.utilities.isOrthogonal
Test if a matrix is orthogonal (Q^T * Q = I).
Syntax
la.utilities.isOrthogonal(A, options?)
Description
Test if a matrix is orthogonal (Q^T * Q = I). An orthogonal matrix has orthonormal columns and rows. Q^T * Q = Q * Q^T = I, and det(Q) = ±1.
Parameters
| Name | Description |
|---|---|
| A | - Input square matrix (n × n) |
| options(optional) | - Test options |
Returns
IsOrthogonalResult