Minor
Computes the minor of a matrix.
Syntax
minor(Matrix, Integer, Integer)
Description
Given a matrix and two integers and , returns the minor , that is the determinant of the matrix when erasing row and column .

Computes the minor of a matrix.
minor(Matrix, Integer, Integer)
Given a matrix and two integers and , returns the minor , that is the determinant of the matrix when erasing row and column .