next up previous contents
Next: The 301 instruction. Up: Reduction of matrices. Previous: Inversion

Determinant

  The RED DET implements Gauss row reduction to compute determinant.
{ { 1 T T T }
  { 1 K T T }
  { 1 T K T }
  { 1 T T K } }
RED DET -> '(-T+K)*(-T+K)*(-T+K)'