next up previous contents
Next: Determinant Up: Reduction of matrices. Previous: Solving a linear system.

Inversion

  The RED INVL implements the Gauß method to invert matrices.
{ { '1/2' -1 }
  { 1    '2/3' } }
RED INVL
-> { { '1/2' '3/4'  }
     { '-3/4' '3/8' } }