Student[LinearAlgebra][IsOrthogonal] - test if a Matrix is orthogonal
Student[LinearAlgebra][IsUnitary] - test if a Matrix is unitary
|
Calling Sequence
|
|
IsOrthogonal(A, options)
IsUnitary(A, options)
|
|
Description
|
|
|
In general, the IsOrthogonal command returns true if it can determine that Matrix is orthogonal, false if it can determine that the Matrix is not orthogonal, and FAIL otherwise.
|
|
In general, the IsUnitary command returns true if it can determine that Matrix is unitary, false if it can determine that the Matrix is not unitary, and FAIL otherwise.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|