SESI 5-7 Determinant and Inverse of Matrix
SESI 5-7 Determinant and Inverse of Matrix
Let A is 𝑚𝑎𝑡𝑟𝑖𝑥 2× 2
𝑎 𝑏
𝐴=
𝑐 𝑑
Matrix A is invertible if and only if 𝑎𝑑 − 𝑏𝑐 ≠ 0 and that the expression
𝑎𝑑 − 𝑏𝑐 is called determinant of the matrix A. Recall also that this
determinant is denoted by writing
𝑎 𝑏
det(𝐴) = 𝑎𝑑 − 𝑏𝑐 or = 𝑎𝑑 − 𝑏𝑐
𝑐 𝑑
Definition
If A is a square matrix, then the minor of entry aij is denoted by Mij and is defined
to be the determinant of the submatrix that remains after the ith row and jth
column are deleted from A. The number (-1)i+j Mij is denoted by Cij and is called
the cofactor of entry aij
Example : Find the determinant of the matrix by cofactor expansion along the
first row.
3 1 −4
𝑨= 2 5 6
1 4 8
Determinants by Cofactor Expansion
Example : Find the determinant of the matrix by cofactor expansion along the
first row.
3 1 −4
𝑨= 2 5 6
1 4 8
Solution
The minor and cofactor of entry aij is
𝟑 𝟏 −𝟒
𝟓 𝟔 𝟐 𝟔 𝟐 𝟓
𝒅𝒆𝒕 𝑨 = 𝟐 𝟓 𝟔 =𝟑 −𝟏 −𝟒
𝟒 𝟖 𝟏 𝟖 𝟏 𝟒
𝟏 𝟒 𝟖
= 𝟑 𝟏𝟔 − 𝟏𝟎 − 𝟒(𝟑)=-1
Sarrul’s Rule & The Cramer’s Rule
Sarrus' rule
Like for square matrices of order 2, for square matrices of order 3 there is a
mechanical rule to calculate the determinant that does not make use of the
cofactor expansion, and sometimes this can be more convenient.
Note that in this writing there are 3 full left-to-right diagonals (called main
diagonals) starting from the entries in the 1st row.
SOURCE https://carlomaria-scandolo.weebly.com/uploads/1/1/2/8/112859023/sarrus_rule.pdf
Sarrus' rule
SOURCE https://carlomaria-scandolo.weebly.com/uploads/1/1/2/8/112859023/sarrus_rule.pdf
Cramer’s Rule
2. Find the determinant of the matrix by cofactor expansion along the first row.
8 4 3
𝑨 = −5 6 −2
7 9 8
The next theorem shows how an elementary row operation on a square matrix
affects the value of its determinant.
Let A be an 𝑛 × 𝑛 matrix.
(a) If B is the matrix that results when a single row or single column of A is
multiplied by a scalar 𝑘, then det 𝐵 = 𝑘 det 𝐴
(b) If B is the matrix that results when two rows or two columns of A are
interchanged,
then det 𝐵 = - det 𝐴 .
(c) If B is the matrix that results when a multiple of one row of A is added to
another row or when a multiple of one column is added to another column, then
det 𝐵 = det 𝐴 .
Properties of Determinants
Theorem
Let A be a square matrix.
(a) If A has a row of zeros or a column of zeros, then det(A)=0.
(b) det(A) = det(AT).
Theorem
Suppose that A and B are n x n matrices and k is any scalar.
We have the following properties :
(a) det(A.B) = det(A).det(B)
(b) det(k.A) = kn.det(A)
(c) In general, det(A+B) ≠ det(A)+det(B)
The matrix
a 𝑏
A=
𝑐 d
Is invertible if andInverse
only if ad-bc ≠ 0, In which case
the Inverse is given by the formula
−1 1 d −𝑏
𝐴 =
𝑎𝑑−𝑏𝑐 −𝑐 a
Theorem
1. If 𝐴 and 𝐵 are invertible matrices with the same
size, then 𝐴𝐵 is invertible and
(𝐴𝐵)−1 = 𝐵−1 𝐴−1
Inverse
2. If 𝐴 is invertible and n is a nonnegative integer,
then:
(a) 𝐴−1 is invertible and (𝐴−1)−1 = 𝐴.
(b) 𝐴n is invertible and (𝐴n)−1 = 𝐴−n = (𝐴−1)n.
(c) k𝐴 is invertible for any nonzero scalar k, and
(k𝐴)−1 = k−1𝐴−1.
A Method for Inverting Matrices
1 2 3
𝐴= 2 5 3
1 0 8
Solution :
- Then we will apply row operations to this matrix until the left side is
reduced to 𝐼; these operations will convert the right side to 𝐴−1, so the final
matrix will have the form [𝐼 ∣ 𝐴−1]
The computations are as follows:
2. Inverse of a Matrix Using Its
Adjoint
Definition : Adjoint
Inverse of a Matrix Using Its Adjoint
If 𝐴 is an invertible matrix, then
𝟏
𝐀−𝟏 = 𝐚𝐝𝐣 (𝐀)
𝐝𝐞𝐭(𝐀)
PRACTICE:
Calculating the Inverse of matrix
3 2 −1
A = 1 6 3
2 −4 0
Inverse of a Product
Theorem
If A and B are invertible matrices with the same size, then A.B is
invertible and
(A.B)-1 = B-1.A-1
Theorem
If A is invertible and n is a nonnegative integer, then:
(a) A-1 is invertible and (A-1)-1 = A.
(b) An is invertible and (An)-1 = A-n = (A-1)n.
(c) k.A is invertible for any nonzero scalar k, and (k.A)-1 = k-1.A-1.
(d) AT is invertible and (AT)-1 = (A-1)T.
Theorem
If A is an invertible n x n matrix, then for each n x 1 matrix b,
the system of equations A.x = b has exactly one solution,
namely
x = A-1.b.
or x1 = 1, x2 = -1, x3 =2.
Multiplying Refresh
https://www.youtube.com/watch?v=vzt9c7iWPxs
REFRESH
Trivial
• Solusi atau jawaban yang disebut "trivial" adalah solusi yang sangat
mudah, sederhana, atau jelas. Dalam banyak kasus, solusi ini
mungkin merupakan solusi yang sangat dasar atau terdapat secara
langsung dari masalah.
• Contoh solusi trivial dapat berupa solusi yang adalah nol, satu, atau
nilai yang sangat mudah diidentifikasi. Misalnya, jika Anda
memecahkan persamaan x+2=3, solusi x=1 adalah solusi trivial.
• Dalam konteks sistem persamaan linear homogen, solusi trivial
adalah solusi di mana semua variabel bernilai nol. Misalnya, dalam
sistem persamaan 2x+3y−z=0, solusi trivial adalah x=0, y=0, dan z=0.
REFRESH
Nontrivial
1. Sebaliknya, solusi atau jawaban "nontrivial" adalah solusi yang lebih
kompleks atau tidak dapat diidentifikasi secara langsung. Solusi
nontrivial adalah solusi yang memiliki nilai variabel yang tidak nol.
2. Dalam sistem persamaan linear homogen, solusi nontrivial adalah
solusi di mana setidaknya satu variabel memiliki nilai yang tidak nol.
Dalam konteks ini, solusi nontrivial mengindikasikan keberadaan
subspace atau ruang vektor nontrivial yang membentuk solusi.
Misalnya, dalam sistem persamaan 2x+3y−z=0, solusi trivial adalah x=0, y=0,
dan z=0 (ketiga variabel adalah nol). Sedangkan solusi nontrivial bisa
menjadi contoh seperti x=1, y=2, dan z=7, di mana setidaknya satu variabel
tidak nol. Solusi nontrivial dalam konteks sistem persamaan linear homogen
menunjukkan bahwa terdapat banyak solusi yang membentuk subspace
dalam ruang vektor yang terkait dengan sistem tersebut.
REFRESH
Properties of the Transpose
Theorem
If the sizes of the matrices are such that the stated operations
can be performed, then:
•(AT)T = A
•(A + B)T = AT + BT
•(A - B)T = AT - BT
•(k.A)T = k.AT
•(A.B)T = BT.AT (The transpose of a product of any number of
matrices is the product of the transposes in the reverse order)