$\let A \in M_{n \times m}$, to compute a minor [[Matrix]] $M_{r, q}$, create a sub matrix with the row $r$ column $q$ removed.
>[!example] $3\times 3$ Matrix Example
> $ \huge \let A \in M_{3\times 3}$
> $\huge
a_{1, 3} = \mat {
& & \\
a_{21} & a_{22} & \\
a_{31} & a_{32} & \\
}
$