Chapter One
Chapter One
●●●
The horizontal arrangement of the array is called a row while the vertical
arrangement of the array is called column. Here, we say that 𝐴 has size or
30/04/2024 math 1
Matrices
●●●
● The numbers in a matrix are called the entries or the elements
of the matrix.
● Matrices are denoted by single capital letters such as 𝐴, 𝐵, 𝐶 and
so on.
● The word matrix is singular and matrices is its plural form.
𝑎 𝑏 𝑐
𝑎 𝑏
Example: 𝐴 = is a 2 × 2 matrix, 𝐵 = 𝑑 𝑒 𝑓 is a 3 ×
𝑐 𝑑
𝑔 ℎ 𝑘
1 2 4
3 matrix, 𝐶 = 2 3 is a 3 × 2 matrix, 𝐷 = 3 is a 4 × 1 matrix
2
4 5 1
30/04/2024 math 2
Operations on Matrices
●●●
● Operation on matrices refers to sum, the difference and the
product of two given matrices. Assuming 𝐴 = (𝑎𝑖𝑗 )𝑚×𝑛 and B=
(𝑏𝑖𝑗 )𝑚×𝑛 , let’s define these operation.
● Addition of Matrices: The sum of 𝐴 and 𝐵 is the matrix 𝐴 + 𝐵
obtained by adding corresponding entries as 𝐴+𝐵 =
(𝑎𝑖𝑗 + 𝑏𝑖𝑗 )𝑚×𝑛 .
● Subtraction of Matrices: The difference of 𝐴 and 𝐵 is the
matrix 𝐴 − 𝐵 obtained by subtracting corresponding entries as
𝐴 − 𝐵 = (𝑎𝑖𝑗 − 𝑏𝑖𝑗 )𝑚×𝑛 .
● Scalar multiple: The scalar multiple k𝐴 of 𝐴 is a matrix
obtained by multiplying each entries of 𝐴 by the scalar 𝑘 as k𝐴 =
(𝑘𝑎𝑖𝑗 )𝑚×𝑛 .
30/04/2024 math 3
Operations on Matrices
●●●
● Compatibility condition: Two matrices can be added or
subtracted if they have the same size. This means that we cannot
add or subtract matrices of different size.
3 4 1 2
Example: Let 𝐴 = ,𝐵 = . Then, we can find 𝐴+B,
5 6 3 4
A-B and 3𝐴 as follows:
3 4 1 2 3+1 4+2 4 6
● 𝐴+𝐵 = + = =
5 6 3 4 5+3 6+4 8 10
● 𝐴−𝐵 = 3 4
−
1 2
=
3−1 4−2
=
2 2
5 6 3 4 5−3 6−4 2 2
● 3𝐴 = 3 3 4
=
3×3 3×4
=
9 12
5 6 3×5 3×6 15 18
30/04/2024 math 4
Operations on Matrices
●●●
● Matrix Multiplication: is the operation that we can use to find
the product 𝐴𝐵.
● Note: The product 𝐴𝐵 is defined if and only if the number of
columns in the matrix 𝐴 equals the number of rows in the matrix
𝐵.
● Besides, if 𝐴 is 𝑚 × 𝑝 and 𝐵 is p × 𝑛, then the product 𝐴𝐵 will
be 𝑚 × 𝑛 matrix
1 2 −2 3
● Example: Let 𝐴 = ,𝐵 = . Then, find the
0 −3 1 −1
product 𝐴𝐵.
1 2 −2 3 0 1
● Solution: 𝐴𝐵 = = .
0 −3 1 −1 −3 3
30/04/2024 math 5
Equality of Matrices
●●●
Two matrices 𝐴 and 𝐵 are said to be equal (write 𝐴 = 𝐵) if and
only if 𝐴 and 𝐵 have the same size and all their corresponding
entries are equal. That is, 𝐴 = [𝑎𝑖𝑗 ]𝑚×𝑛 , 𝐵 = [𝑏𝑖𝑗 ]𝑚×𝑛 with 𝑎𝑖𝑗 =
𝑏𝑖𝑗 , 𝑓𝑜𝑟 𝑎𝑙𝑙 1≤ 𝑖 ≤ 𝑚, 1 ≤ 𝑗 ≤ 𝑛.
● Example: Find the values of 𝛼 and 𝛽 for which the given
matrices 𝐴 and 𝐵 are equal.
1 2 𝛼−𝛽 2
𝐴= , 𝐵= .
3 −1 𝛼 −1
● Solution: Similarly, we have 𝑎11 = 𝑏11 implies 𝛼 − 𝛽 = 1, 𝑎21 =
𝑏21 implies 𝛼 = 3, and hence 𝛽 = 2.
30/04/2024 math 6
Equality of Matrices
●●●
30/04/2024 math 7
Types of Matrices
●●●
● Zero Matrix or Null Matrix: if all entries of a matrix are zero,
then the matrix is called zero matrix or null matrix. That is, an 𝑚 ×
𝑛 matrix 𝐴 = 𝑎𝑖𝑗 is said to be zero matrix if 𝑎𝑖𝑗 = 0 for all 𝑖𝑗.
● Example: The following are zero matrices.
0 0
0 0 0
0 0 0
● 0 0 , , 0 0 0 , 0 0
0 0 0 0 0 0 0
0 0 0 0 0
● Row Matrix: A matrix having exactly one row is called row matrix
and denoted by 𝐴 = (𝑎1𝑗 )1×𝑛 .
● Example: The matrices 𝐴 = 4 − 5 and 𝐵 = −2 3 7 are row
matrices.
30/04/2024 math 8
Types of Matrices
●●●
● Column Matrix: A matrix having exactly one column is called column
matrix and denoted by 𝐴 = (𝑎𝑖1 )𝑚×1 .
−2
4
● Example: The matrices 𝐶 = and 𝐷 = 3 are Column matrices.
−5
7
● Square Matrix: A matrix that has equal number of rows and columns is
called square matrix. If 𝐴 has 𝑛-rows and 𝑛-columns, we call it a square
matrix of size 𝑛.
𝑎11 𝑎12 2 −3 4
Example: 𝐴 = 𝑎 𝑎 (Square matrix of size 2), 𝐵 = 3 2 5
21 22
0 8 −2
(Square matrix of size 3)
𝑐11 𝑐12 ⋯ 𝑐1𝑛
𝑐21 𝑐22 ⋯ 𝑐2𝑛
● 𝐶=
⋮ ⋮
(Square matrix of size 𝑛)
⋱ ⋮
𝑐𝑛1 𝑐𝑛2 ⋯ 𝑐𝑛𝑛
30/04/2024 math 9
Types of Matrices
●●●
● In square matrix, the entries 𝑐11 , 𝑐22 , … , 𝑐𝑛𝑛 are called diagonal entries.
● The diagonal containing the entries 𝑐11 , 𝑐22 , … , 𝑐𝑛𝑛 is called main diagonal
or principal diagonal of 𝐶.
● The entries that are not in the main diagonal are called non-diagonal entries .
2 3 5
● Example: The matrix C = 5 3 2 the entries 𝑐11 = 2, 𝑐22 = 3 and
4 0 7
𝑐33 = 7 constitute the main diagonal.
30/04/2024 math 10
Types of Matrices
●●●
● Definition (Trace of Square Matrix): The sum of the entries on the
𝑎11 𝑎12 ⋯ 𝑎1𝑛
𝑎21 𝑎22 ⋯ 𝑎2𝑛
main diagonal of a square matrix 𝐴 = of
⋮ ⋮ ⋱ ⋮
𝑎𝑛1 𝑎𝑛2 ⋯ 𝑎𝑛𝑛
order 𝑛 is called the trace of 𝐴. It is given by
𝑛
2 3 5
● Example: Consider a matrix 𝐴 = 5 3 2 , then trace of 𝐴 ,
4 0 7
𝑡𝑟 𝐴 = 2 + 3 + 7 = 12.
30/04/2024 math 11
Types of Matrices
●●●
𝑑11 0 ⋯ 0
0 𝑑22 ⋯ 0
𝐷=
⋮ ⋮ ⋱ ⋮
0 0 ⋯ 𝑑𝑛𝑛
30/04/2024 math 12
Types of Matrices
●●●
● Example: The following are diagonal matrices.
● 𝐷 = 1 0 (Diagonal matrix of size 2)
0 1
1 0 0
● 𝐷 = 0 2 0 (Diagonal matrix of size 3)
0 0 3
0 0 0
● 𝐷 = 0 −2 0 (Diagonal matrix of size 3)
0 0 1
0 0 0
● 𝐷 = 0 0 0 (Diagonal matrix of size 3)
0 0 0
30/04/2024 math 13
Types of Matrices
●●●
● Scalar Matrix: A diagonal matrix whose all the
diagonal elements are equal is called a scalar matrix.
𝛼 0
⋯ 0
●𝑆= 0 𝛼
⋯ 0
⋮ ⋮
⋱ ⋮
0 ⋯ 𝛼
0
4 0 0 0 0 0
1 0
● Example: 0 4 0 , 0 0 0 and are
0 1
0 0 4 0 0 0
examples of scalar matrix.
30/04/2024 math 14
Types of Matrices
●●●
● A diagonal matrix whose all main diagonal elements are equal to 1 is called an
identity or unit matrix. An identity matrix of order n is denoted by 𝐼𝑛 or
more simply by I.
1 0 ⋯ 0
𝐼𝑛 = 0 1 ⋯ 0
⋮ ⋮ ⋱ ⋮
0 0 ⋯ 1
● Example : The following are identity matrices.
1 0 0
1 0
𝐼2 = (Identity matrix of size 2), 𝐼3 = 0 1 0 (Identity
0 1
0 0 1
matrix of size 3)
Note: Let 𝐴 = 𝑎𝑖𝑗 be a square matrix. 𝐴 is an identity matrix if and only if
1, 𝑖𝑓 𝑖 = 𝑗
𝑎𝑖𝑗 = ቐ
0, 𝑖𝑓 𝑖 ≠ 𝑗
30/04/2024 math 15
Types of Matrices
●●●
● Triangular Matrix: A square matrix is said to be an upper triangular
matrix if all entries below the main diagonal are zeros. A square matrix
is said to be an lower triangular matrix if all entries above the main
diagonal are zeros. Thus, a triangular matrix is a matrix which is either
lower or upper triangular.
30/04/2024 math 16
Types of Matrices
●●●
2 3 3
● Example: The matrix 𝐴 = 0 7 5 is a particular example of
0 0 −1
upper triangular matrix.
7 0 0
● Matrix 𝐵 = 8 0 0 is a particular example of lower triangular
9 5 −3
matrix.
30/04/2024 math 17
Exercise
●●●
−2 −2 6
1. Given the matrix 𝑌 = 0 2 −10 . Find 𝑋 such that 2𝑋 + 3𝑌 is
8 −6 4
scalar matrix whose trace is 𝑡 = 6.
2 4
3. Let 𝐴 = and 𝐼 + 𝑎𝐴 + 𝑏𝐴2 = 0, where 𝐼 is identity matrix of
4 2
order 2, then find 𝑎 and 𝑏.
30/04/2024 math 18
Transpose of a matrix
●●●
● The transpose of a matrix 𝐴 is obtained by interchanging the rows and
columns of 𝐴. It is denoted by 𝐴𝑡 .
30/04/2024 math 19
Transpose of a matrix
●●●
● Example: Compute the transpose of the following matrices.
2 1 3
1 −1 −1
𝐴= , 𝐵 = 1 5 −3
1 2 3
3 −3 7
● Solution: First let us consider matrix 𝐴. Now, row 1 of matrix 𝐴
becomes column 1 of 𝐴𝑡 , and row 2 of 𝐴 becomes column 2 of 𝐴𝑡 .
Thus, we have
1 1
𝐴𝑡 = −1 2
−1 3
● Similarly,
2 1 3
𝐵𝑡 = 1 5 −3
3 −3 7
30/04/2024 math 20
Transpose of a matrix
●●●
● Theorem (Properties of Matrix Transpose). When the relevant
sums, differences and products are defined, and 𝛼 is a scalar. Then,
1. (𝐴𝑡 )𝑡 = 𝐴
2. (𝐴 + 𝐵)𝑡 = 𝐴𝑡 + 𝐵𝑡
3. (𝛼𝐴)𝑡 = 𝛼 𝐴𝑡
4. (𝐴𝐵)𝑡 = 𝐵𝑡 𝐴𝑡 whenever 𝐴𝐵 is defined
5. (𝐴 − 𝐵)𝑡 = 𝐴𝑡 − 𝐵𝑡
30/04/2024 math 21
Symmetric and Skew-symmetric
●●●
1 1 3 0 1 3
𝐴= 1 2 2 (b) 𝐵 = −1 0 2
3 2 3 −3 −2 0
30/04/2024 math 22
Symmetric and Skew-symmetric
●●●
Solution:
1 1 3 1 1 3
● For the matrix 𝐴 = 1 2 2 , 𝐴𝑡 = 1 2 2 . Thus, we have 𝐴 =
3 2 3 3 2 3
𝐴𝑡 , and hence 𝐴 is symmetric.
0 1 3 0 −1 −3
● For the matrix 𝐵 = −1 0 2 , 𝐵𝑡 = 1 0 2 . Thus, we
−3 −2 0 3 2 0
have B ≠ 𝐵𝑡 , and hence 𝐵 is not symmetric.
30/04/2024 math 23
Symmetric and Skew-symmetric
●●●
0 1 3
● Example: −1 0 4 is a particular example of skew-
−3 −4 0
symmetric matrix since
0 −1 −3 0 1 3
𝐴𝑡 = 1 0 −4 = − −1 0 4 = −𝐴
3 4 0 −3 −4 0
● Note: For any square matrix 𝐴, 𝐴 + 𝐴𝑡 is symmetric and 𝐴 − 𝐴𝑡 is
skew- symmetric.
30/04/2024 math 24
Symmetric and Skew-symmetric
●●●
● Any square matrix 𝐴 can be expressed uniquely as a sum of
symmetric and skew-symmetric matrices. That is 𝐴 = 𝑆 + 𝐾 ,
where 𝑆 is symmetric and 𝐾 is skew-symmetric.
1 1
● For any square matrix 𝐴, 𝑆 = 2 (𝐴 + 𝐴𝑡 ) and K = 2 (𝐴 − 𝐴𝑡 ).
3 2 1
● Exercise: Express the matrix 𝐴 = 4 5 6 as a sum of
7 8 9
symmetric and skew-symmetric matrices.
30/04/2024 math 25
Determinant
●●●
● The determinant of a square matrix 𝐴 is a scalar that is
associated with 𝐴 and denoted by det(𝐴) or 𝐴 . The
determinant of a matrix can be negative, zero or positive.
● Determinant of 𝟏 × 𝟏 Matrices: The determinant of 1 × 1
matrix 𝐴 = (𝑎11 ) is defined as det(𝐴) = 𝐴 = 𝑎11 .
Example : 3 = 3, −9 = −9 and 0 = 0.
● Determinant of 𝟐 × 𝟐 Matrices: The determinant of a 2 × 2
𝑎 𝑐
matrix 𝐴 = , denoted by 𝑑𝑒𝑡(𝐴) or 𝐴 , is defined by the
𝑑 𝑏
formula
𝑎 𝑐
𝑑𝑒𝑡 𝐴 = = 𝑎𝑏 − 𝑐𝑑.
𝑑 𝑏
30/04/2024 math 26
Determinant
●●●
30/04/2024 math 27
Determinant
●●●
2 3 4 3 −2 4
a. 𝐴 = 3 4 5 b. 𝐵 = −7 −1 0
4 5 9 1 5 2
● Solution: a. Using the above definition, the determinant of the matrix 𝐴
is given by
30/04/2024 math 28
Determinant
●●●
2 3 4
det 𝐴 = 𝐴 = 3 4 5
4 5 9
4 5 3 5 3 4
= −1 1+1 2 + −1 1+2 3 + −1 1+3 4
5 9 4 9 4 5
= 2 4 × 9 − 5 × 5 − 3 3 × 9 − 5 × 4 + 4 3 × 5 − 4 × 4 = 22 − 21 − 4
= −3
3 −2 4
−1 0 −7 0 −7 −1
det 𝐵 = 𝐵 = −7 −1 0 = 3 − (−2) +4
5 2 1 2 1 5
1 5 2
= 3 −1 2 − 0 2 + 2 2 −7 − 0 1 + 4 −7 5 − −1 5
= 3 −2 + 2 −14 + 4 −35 + 1
= −6 − 28 − 136 = −170
30/04/2024 math 29
Singular and Non-singular matrices
●●●
30/04/2024 math 30
Inverse of Matrix
●●●
● Let 𝐴 be an 𝑛 × 𝑛 matrix. The adjoint of 𝐴 denoted by 𝐴𝑑𝑗(𝐴) is defined as
𝑡
𝐴𝑑𝑗 𝐴 = (−1)𝑖+𝑗 𝑀𝑖𝑗 = [𝐶𝑖𝑗 ]𝑡 .
𝐴𝑑𝑗 𝐴
𝐴−1 = .
det 𝐴
30/04/2024 math 31
Inverse of Matrix
●●●
Remark:
● Inverse of a matrix is defined only for square matrices. Moreover, not all
square matrices are invertible. (Every square matrix is not invertible.)
30/04/2024 math 32
Inverse of Matrix
●●●
Procedure of Finding Inverse by using adjoint Matrix
30/04/2024 math 33
Inverse of Matrix
●●●
30/04/2024 math 34
Inverse of Matrix
●●●
● Example: Find the adjoint of 𝐴 and inverse of 𝐴, where
−1 3 6
𝐴 = 2 −1 5
−3 7 4
Solution: First of all we have to find the minor of a matrix 𝐴
3 6
● 𝑀11 = −1 5 = −39, 𝑀12 = 2 5
= 23, 𝑀13 = = −30
7 4 −3 4 7 4
3 6 −1 6 −1 3
● 𝑀21 = = −30, 𝑀22 = = 14, 𝑀23 = =2
7 4 −3 4 −3 7
3 6 −1 6 −1 3
● 𝑀31 = = 21, 𝑀32 = = −17, 𝑀33 = = −5
−1 5 2 5 2 −1
30/04/2024 math 35
Inverse of Matrix
●●●
So, based on this the cofactors are
● 𝑐11 = −1 1+1 𝑀
11 = −39, 𝑐12 = −1 1+2 𝑀
11 = −23,
● 𝑐13 = −1 1+3
𝑀13 = 11, 𝑐21 = −1 2+1
𝑀21 = 30, 𝑐22 = −1 2+2
𝑀22 = 14,
● 𝑐23 = −1 2+3 𝑀
23 = −2, 𝑐31 = −1 3+1 𝑀
31 = 21,
● 𝑐32 = −1 3+2
𝑀32 = 17, 𝑐33 = −1 3+3
𝑀33 = −5
−39 −23 11
● Hence, 𝐶 = 30 14 −2 . Therefore, 𝐴𝑑𝑗 𝐴 = 𝐶 𝑡 =
21 17 −5
−39 30 21
−23 14 17
11 −2 −5
30/04/2024 math 36
Inverse of Matrix
●●●
● and
−1 3 6
● det 𝐴 = 2 −1 5 = −1 −1 5 − 3 2 5 + 6 2 −1
7 4 −3 4 −3 7
−3 7 4
= −1 × −39 + 3 × −23 + 6 × 11 = 36 ≠ 0
1 1 −39 30 21
𝐴−1 = 𝐴𝑑𝑗 𝐴 = −23 14 17
det 𝐴 36
11 −2 −5
30/04/2024 math 37
Inverse of Matrix
●●●
Properties of Invertible Matrices
30/04/2024 math 38
Basic Properties of Determinant
●●●
❑ If 𝐴 and 𝐵 are 𝑛 × 𝑛 matrices, then
1. det 𝐴𝑡 = det(𝐴)
1
2. det 𝐴−1 = det 𝐴 (Provided 𝐴 is invertible)
3. det 𝐴𝐵 = det(𝐴)det(𝐵) Provided AB is compatible
4. det 𝐴2 = (𝑑𝑒𝑡𝐴)2 . Generally, det 𝐴𝑚 = (𝑑𝑒𝑡𝐴)𝑚 .
5. det kA = 𝑘 𝑛 det(𝐴) if A is multiplied by the scalar 𝑘.
6. det B = tdet(A) if matrix 𝐵 is obtained from A by multiplying only one
row (Column) of A with a scalar t.
7. If 𝐴 and 𝐵 are equal, their determinants are equal: i.e., 𝐴 = 𝐵 ⇒ det 𝐴 =
det(𝐵)
30/04/2024 math 39
Exercise
●●●
● If 𝐴 is a 3 × 3 matrix with 𝑑𝑒𝑡(𝐴) = 5, find det 2 𝑎𝑑𝑗 𝐴 .
● If 𝐴 and 𝐵 are 2 × 2 matrices with 𝐴 = 6𝐴−1 , then find
det 𝐵𝑡 𝐴2 (2𝐵)−1 .
30/04/2024 math 40
Exercise
●●●
● If 𝐴 and 𝐵 are 2 × 2 matrices with 𝑑𝑒𝑡 𝐴 = −4 and 𝐶 = 3𝐵 −1
, find
det 𝐴2 𝐵𝑡 𝐶 .
● Find det 2𝐴𝐵𝑡 𝐶 −1 if 𝐴 & 𝐶 are 3 × 3 with 𝐵 = 2𝐴−1 and 𝑑𝑒𝑡 𝐴𝐵𝐶 = 32.
−8 3 6
● Let 𝑋 = 0 −2 9 . Find a matrix 𝑌 so that 3𝑌 − 2𝑋 is a scalar matrix with
3 12 −5
det 6𝑌 − 4𝑋 = 64.
30/04/2024 math 41
Elementary Row Operations
●●●
● Let 𝐴 be an 𝑚 × 𝑛 matrix. The following are known as
elementary row operations.
1. Interchanging two rows: 𝑅𝑖 𝑅𝑗 (Rule of Interchanging)
2. Multiplying a row by a nonzero scalar: 𝑅𝑖 → 𝛼𝑅𝑖 (𝛼 is a
nonzero scalar). (Rule of Scaling)
3. Adding a multiple of one row to another: 𝑅𝑖 → 𝑅𝑖 + 𝛼𝑅𝑗 (𝛼 is
a nonzero scalar). (Rule of Replacement)
30/04/2024 math 42
Elementary Row Operations
●●●
• Example: Use elementary row operations to transform the
given matrix 𝐴 into, (a) an upper triangular matrix, (b) an
identity matrix.
3 12 6
𝐴 = 1 1 −1
1 2 3
30/04/2024 math 43
SOLVING SYSTEMS OF EQUATIONS
●●●
System of Linear Equations
● Consider a system of 𝑛 linear algebraic equation in 𝑛 unknowns.
𝑎11 𝑥1 + 𝑎12 𝑥2 + ⋯ + 𝑎1𝑛 𝑥𝑛 = 𝑏1
𝑎21 𝑥1 + 𝑎22 𝑥2 + ⋯ + 𝑎2𝑛 𝑥𝑛 = 𝑏2
⋮
𝑎𝑛1 𝑥1 + 𝑎𝑛2 𝑥2 + ⋯ + 𝑎𝑛𝑛 𝑥𝑛 = 𝑏𝑛
where 𝑎𝑖𝑗 , 𝑖, 𝑗 = 1, 2,3, … , 𝑛 are the known coefficients,
𝑏𝑖 , 𝑖, 𝑗 = 1, 2,3, … , 𝑛 are the known values and 𝑥𝑖 , (𝑖, 𝑗 =
1, 2,3, … , 𝑛) are the unknowns to be determined.
𝐵1 𝐵2 𝐵3
𝑥1 = = −3, 𝑥2 = = −5, 𝑥3 = = −8
𝐴 𝐴 𝐴
Note: Cramer’s Rule is valid only when the system is square system (i.e., a system in
which the number of equations is equal to the number of variables) and for systems
2 1 1 𝑥 5
3 5 2 𝑦 = 15
2 1 4 𝑧 8
2 1 1 𝑥 5
● Now, 𝐴 = 3 5 2 , 𝑋 = 𝑦 and 𝑏 = 15
2 1 4 𝑧 8
𝐴𝑋 = 𝑏 ∴ 𝑋 = 𝐴−1 𝑏
30/04/2024 Prepared by Zerihun Mekoya 54
Solution
●●●
2 1 1
5 2 3 2 3 5
● det(𝐴) = 3 5 2 =2 −1 +1
1 4 2 4 2 1
2 1 4
= 2 × (5 × 4 − 2 × 1) − 1 × (3 × 4 − 2 × 2) + 1 × (3 × 1 − 5
× 2) = 2 × (20 − 2) − 1 × (12 − 4) + 1 × (3 − 10)
= 2 × 18 − 1 × 8 + 1 × −7 = 36 − 8 − 7 = 21
30/04/2024 math 61
Gaussian Elimination Method
●●●
● Here, the unknowns are eliminated by combining equations such that the 𝑛
equations in 𝑛 unknowns are reduced to an equivalent upper triangular
system which is then solved by back substitution method. The main
advantage of this method is that it is applicable to any system of linear
equations.
Step 3: Form new system using 𝑈𝑋 = 𝑐 and solve by back substitution method.
30/04/2024 Prepared by Zerihun Mekoya 62
Gaussian Elimination Method
Example 1
●●●
● Solve the system of equations by using Gaussian
elimination method
2𝑥 + 3𝑦 + 𝑧 = −1
3𝑥 + 3𝑦 + 𝑧 = 1
2𝑥 + 4𝑦 + 𝑧 = −2
.
2 1 −1
▪ Find inverse of the matrix 1 0 −1 using Gauss-Jordan method.
1 1 2
30/04/2024 math 69