Skip to main content

Minor

Computes the minor of a matrix.

Syntax

minor(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.

linear_algebra.minor.calc.png