CalcMe documentation Commands Linear Algebra Minor Minor Computes the minor of a matrix. Syntaxminor(Matrix, Integer, Integer) Description Given a matrix and two integers r and c, returns the minor Mr,c, which is the matrix's determinant when erasing row rr and column cc. Related functions Adjoint matrix