[next] [previous] [contents]

  7.7.2 Matrix Functions
  BASIC provides the following matrix functions:

        TRN
        INV
        DET

  With these functions, you can transpose and invert matrices
  and find the determinant of an inverted matrix.