1 MatricesDeterminants
1 MatricesDeterminants
Alessandra Buratto
1 0 3 1 0 3 3
A = 2 3 1 B = 2 3 1 1
0 −2 2 0 −2 2 2
√ √
√
1 4 2 0
det = 3 − 8 = −5, det = 2 − 0 = 2,
2 3 0 1
1 1 1 4
det = 2 − 2 = 0, det = 8 − 8 = 0.
2 2 2 8
det(A) = a11 a22 − a21 a12 = a11 M11 − a21 M21 = a11 M11 − a12 M12 =
= −a12 M12 + a22 M22 = −a21 M21 + a22 M22 .
comment on Cofactor
Alessandra Buratto Department of Mathematics, University of Padua
LINEAR ALGEBRA
Example
1 0 3
3 1 0 3 0 3
det 2 3 1 = 1 det −2 det +0 det =
−2 2 −2 2 3 1
0 −2 2
0 0 0 1 0 0
det 0 = det 0 0 0 = 0 det I3 = det 0 1 0 = 1
0 0 0 0 0 1
If A is DIAGONAL
a11 0 0
n
0 a22 0 Y
A= ⇒ det A = aii
. . . . . . . . .
i=1
0 0 ann
Qn
If A is TRIANGULAR ⇒ det A = i=1 aii
If A e B are both nxn matrices then AB is nxn and
A · A−1 = A−1 · A = 1 = In
A is invertible ⇔ det A 6= 0 (rows/columns are
linearly independent)
1 = det 1 = det A · A−1 = det A · det A−1
Definition (Rank)
Let be A, a mxn matrix. We call rank of A the maximum order of
its non null minors.
rank(A) = rank(AT )
If A ∈ Mn,n is n × n then A is invertible if and only if its rank is n.