M235 Lect 10
M235 Lect 10
ran A := {Ax, x ∈ Cm },
rk A + nul A = n.
Recall that A ∈ Mm×n (C) is injective if ker A = {0}, and surjective if ran A = Cm . Note that
a square matrix A is injective (or surjective) iff it is both injective and surjective, i.e., iff it is
bijective. Bijective matrices are also called invertible matrices, because they are characterized
by the existence of a unique square matrix B (the inverse of A, denoted by A−1 ) such that
AB = BA = I.
Notice that the trace is linear (i.e., tr(λA + µB) = λtr(A) + µtr(B)) and that
1
X
2. det A = sgn(σ)a1,σ(1) · · · an,σ(n) ,
σ∈Sn
where Sn is the set of n! permutations of [1 : n] and sgn(σ) = (−1)s , s = number of
pairwise interchanges composing σ (hence the computation rules for 2 × 2 and 3 × 3
determinants). This can be used to prove that
3. Laplace expansion with respect to a row or a column, e.g. with respect to the ith row
n
X
det A = (−1)i+j ai,j det Ai,j ,
j=1
where Ai,j is the submatrix of A obtained by deleting the ith row and the jth column. The
matrix B ∈ Mn (C) with entries bi,j := (−1)i+j det Ai,j is called the comatrix of A — note
that B > is also called the adjoint of A (classical adjoint, not to be confused with hermitian
adjoint). Laplace expansion can be used to prove that AB > = (det A)I. In turn, it is
deduced that A ∈ Mn (C) is invertible iff det A 6= 0, in which case A−1 = (1/ det(A))B > .
Ax = λx,
Since this polynomial can also be written in factorized form as (λ1 − x) · · · (λn − x), where
{λ1 , . . . , λn } is the set of eigenvalues of A (complex and possibly repeated), we have
tr(A) = λ1 + · · · + λn , det(A) = λ1 · · · λn .
2
equivalent to the existence of a invertible matrix V ∈ Mn and of a diagonal matrix D ∈ Mn
such that
A = V DV −1 .
The columns of V are the vi0 s and the diagonal entries of D are the λi ’s. In this case, we say
that the matrix A is diagonalizable. More generally, two matrices A and B are called similar
if there exists an invertible matrix V such that A = V BV −1 . Note that two similar matrices
have the same characteristic polynomial, hence the same eigenvalues (counting multiplici-
ties), and in particular the same trace and determinant.
4 Exercises
Ex.1: We recall that rk A∗ = rk A, where A∗ ∈ Mn×m (C) denotes the conjugate transpose
of a matrix A ∈ Mm×n . In general, is it true that nul A∗ = nul A? Establish that
ker A = ker A∗ A, deduce that nul A = nul A∗ A and that rk A = rk A∗ A = rk A∗ = rk AA∗ ,
and finally conclude that ran A = ran AA∗ .
Ex.3: For A, B ∈ Mn (C), prove that AB = I implies BA = I. Is this true if A and B are not
square?
Ex.6: Determine if the following statement is true or false: there exists A ∈ Mn (R) such that
A2 + 2A + 5I = 0 if and only if n is even.