Class ORTHOGONAL-MATRIX


Slots on this class:

Documentation:
An orthogonal-matrix is a square-matrix and its transpose is equal to its inverse.
Subclass-Of: Square-matrix


Slots on instances of this class:

Transpose:
Same-Slot-Values: Matrix-inverse

Axioms:

(<=> (Orthogonal-Matrix ?M)
     (And (Square-Matrix ?M)
          (Same-Values ?M Transpose Matrix-Inverse)))