Computing first-order and second-order determinants

A matrix 1×1 is just a number. Its determinant is that same number.

Let's see how to calculate the determinant of a 2×2 matrix

|2153|=2315=1|0421|=0142=8

Can you calculate now the following determinant?

|1305|=?

Indeed, looking at the examples above, you can see

|1305|=1530=5

What about this?

|1428|=?

|1428|=1824=0

We are going to do it generally, whatever the matrix elements are. In this case,

|a11a12a21a22|=a11a22a21a12