I am trying to get from a $2\times2$ determinant to a $3\times3$ determinant.
$$\left|\begin{array}{c1 c2 c3} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{array}\right| $$ How does one get to
$$ \det(A)=\sum_{j=1}^3 a_{j1} \; \det(e_j, a_2, a_3) $$
and then end up with
$$ \det(A)=\sum_{i,j,k=1}^3 a_{i1}a_{j2}a_{k3} \; \det(e_i, e_j, e_k) $$
2x2to3x3expression. – Veak Dec 28 '22 at 17:52