If not able to view properly: Try this link
<aside> 💡 $det(A)=\sum_{j=1}^n(-1)^{i+j}a_{ij}M_{ij}$, for a fixed $i$. $=\sum_{i=1}^n(-1)^{i+j}a_{ij}M_{ij}$, for a fixed $j$.
</aside>
Property 1: Determinant of a product is product of the determinants.
Related Identity: $det(AB)=det(A)det(B)$
Some Results related to Property 1:
Property 2: Switching two rows or columns changes the sign of the determinant.
Property 3: Adding multiples of a row(column) to another row(column) leaves the determinant unchanged.
Property 4: Scalar Multiplication of a row(column) by a constant $t$ multiplies the determinant by $t$.
Note: $det(tA)=t^ndet(A)$, where $t$ is a scalar and $n$ is the order of matrix A. Note: The determinant of a matrix with a row or column of zeroes is 0. Note: The determinant of a matrix in which one row(or column) is a linear combination of other rows(or columns) is zero.