Matrices
Matrices
Determinants
For every square matrix A = (aij ) i=1,n ∈ Mn (F) one can assign a scalar denoted
j=1,n
det(A) called the determinant of A. In extended form we write
Definition 1.1. Let A ∈ Mn (F). The determinant of A is the scalar defined by the
equation
X
det(A) = sgn (σ) a1σ(1) · a2σ(2) · . . . · anσ(n) .
σ∈Sn
1
Matrices. Determinants. Systems of linear equations 2
(3) A determinant with two equal rows (or two equal columns) is zero.
(4) The determinant of A is not changed if a multiple of one row (or column) is
added to another row (or column).
(5) det(A−1 ) = 1
det(A)
.
Rank of a matrix
• the diagonal entries of B are either 0 or 1, all the 1’s preceding all the 0’s on
the diagonal.
Matrix Invertion
AB = In and BA = In
(if exists) is called the inverse of A and is denoted by B = A−1 . Not all square
matrices admits an inverse (are invertible). An invertible square matrix is called
nonsingular and a square matrix with no inverse is called singular matrix.
Here x1 , x2 , . . . , xn are the unknowns, a11 , a12 , . . . , amn are the coefficients of the
system, and b1 , b2 , . . . , bm are the constant terms. Observe that a systems of linear
equations may be written as Ax = b, with A = (aij )i=1,m ∈ Mm,n (F), x ∈ Mn,1 (F)
j=1,n
and b ∈ Mm,1 (F). The matrix A is called the coefficient matrix, while the matrix
[A|b] ∈ Mm,n+1 (F),
a if j 6= n + 1
ij
[A|b]ij =
b if j = n + 1
i
Ax = O.
Problems
4−x −5 2 1−x −1 −1
D1 = 5 −7 − x 3 , D2 = −3 −4 − x −3 , D3 =
6 −9 4−x 4 7 6−x
1 1 0 1 1 −1 0 2
1 0 0 −1 0 −1 3 −1
, D4 = .
1 −1 0 −1 −1 1 0 −1
0 0 −1 1 2 −1 −1 1
Problem 1.2. Compute the rank of the following matrices by using the
Gauss-Jordan elimination method.
2 0 2 0 2
0 1 0 1 0
A= .
2 1 0 2 1
0 1 0 1 0
3 −1
2 1
3 −1 2 0
B= .
1 3 4 −2
4 −3 1 1
1 −1 2 3
−2 1 4 −1
C= .
0 −1 8 5
2 −2 4 6
Matrices. Determinants. Systems of linear equations 7
2 −1
1 0
−1 2 1 −1
D= 1 0 −1 1 .
0 2 0 0
2 3 0 −1
Problem 1.4. Find the inverses of the following matrices by using the
Matrices. Determinants. Systems of linear equations 8
2 2 3 1 2 3
Gauss-Jordan elimination method. A = 1 −1 0 , B = 0 1 2 , C =
−1 2 1 2 2 1
1 1 0 1 1 −1 0 2
0 −1 0 −1 3 −1
1 0
, D = .
1 −1 0 −1 −1 1 0 −1
0 0 −1 1 2 −1 −1 1