Calculate the determinant of a 2×2 matrix.
For a 2×2 matrix [[a,b],[c,d]], the determinant is ad minus bc — this demo fixes d=5 for illustration.
det = ad − bc