Minor
Computes the minor of a matrix.
Syntax
minor(Matrix, Integer, Integer)
Description
Given a matrix and two integers and , returns the minor , which is the matrix's determinant 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 , which is the matrix's determinant when erasing row and column .