Greetings!
I have a 2 x 2 matrix
3 1
2 0
I will calculate det(A3).
Formula is a11a22-a12a21.
So, 3*0 - 1*2 and that makes det = -2
Thus, det(A3) = (-2)3 = -8
And det(A-3) would be (-2)-3 = -0,125
I think I have calculated correctly. ?
Greetings!
I have a 2 x 2 matrix
3 1
2 0
I will calculate det(A3).
Formula is a11a22-a12a21.
So, 3*0 - 1*2 and that makes det = -2
Thus, det(A3) = (-2)3 = -8
And det(A-3) would be (-2)-3 = -0,125
I think I have calculated correctly. ?