Calculations
We can either use the properties listed above (mainly derived property 1 and 3) or these two equation to solve for determinants in specific cases.
For 2 x 2 matrices: det([acbd])=ad−bc
For 3 x 3 matrices: detadgbehcfi=a⋅det([ehfi])−b⋅det([dgfi])+c⋅det([dgeh])
Example
Let A=([5265]). Using the equation for 2 x 2 matrices: det(A)=5⋅5−2⋅6=13
Using the properties listed above:
By derived property 2: det(A)=det([52−265−512])=det([506513])
By derived property 3: det([506513])=5⋅513=13