Minor Computes the minor of a matrix. Syntax minor(Matrix, Integer, Integer) Description 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 . Related functions Adjoint matrix Table of Contents Syntax Description Related functions