non-gon
    Preparing search index...

    Function calDetMatrix3x3

    • Calculates the determinant of a 3x3 matrix.

      Parameters

      • matrix: number[][]

        A 3x3 array of numbers.

      Returns number

      The determinant of the matrix.

      Error if the input is not a 3x3 matrix.