minor (matrix)
Minor
Consider a matrix \[A\],
Each element in this square matrix has it's own minor. The minor is the value of the determinant of the matrix that results from crossing out the row and column of the element under consideration.
If we were to calculate the minor of \[a\] in \[A\], we would remove \[b\], \[c\], \[d\] and \[e\] to form a matrix:
Then, the minor of \[a\] is \[\det \begin{pmatrix} e&f\\h&i \end{pmatrix}=ei-fh\].
Or if we were to calculate the minor for \[f\], that would be
then the minor of \[f\] is \[\det \begin{pmatrix} a&b\\g&h \end{pmatrix}=ah-bg\].