This vCalc equation computes the (i,j) minor or first minor of the square matrix A that is input. The minor of A is sometimes referenced as `M_"i,j"` or `"[A]"_(i,j)`. The (i,j) minor is the determinant of the sub-matrix formed by deleting the i-th row and j-th column of matrix A.
This equation outputs a single real value which is the determinant of the sub-matrix formed by excluding row i and column j.