You are on page 1of 4

COPYRIGHT: NOR HAZIZAH (2021) 1/11/2021

MAT285 Objective

CHAPTER 1 : MATRICES ◦ Able to solve the nxn system of linear


equations
- Adjoint Method
- Cramer’s Rule Method

1.9 SOLUTION TO LINEAR


EQUATIONS

1 2

SYSTEMS OF LINEAR EQUATIONS SYSTEMS OF LINEAR EQUATIONS


AX = B
A = matrix of coefficients
X = vector of unknowns
B = matrix of equation values
If B = 0 → homogenous system
If B ≠ 0 → non-homogenous system

n number of equations and n number of unknowns


→ n x n system
→ A is a square matrix

m number of equations and n number of unknowns


→ m x n system
→ A is a non-square matrix

3 4

1
COPYRIGHT: NOR HAZIZAH (2021) 1/11/2021

Solving Systems of METHOD 1 : MATRIX INVERSION


Linear Equations (ADJOINT METHOD)
◦ n x n system
1. Adjoint method/ Inversion method
2. Cramer’s rule method
3. Gauss Elimination method

◦ m x n system
1.Gauss Elimination method

5 6

EXAMPLE 28

7 8

2
COPYRIGHT: NOR HAZIZAH (2021) 1/11/2021

Method 2 : Cramer’s Rule


Let
a a a AX = B
D = |A| = a a a
a a a
Then
OR
b a a
D =D = b a a x= x =
b a a

a b a y = x =
D =D = a b a
a b a

a a b
D =D = a a b
z = x =
a a b

9 10

EXAMPLE 29

Under Cramer’s Rule method,

1. If D = 0, the system is inconsistent and has no solution.

2. If D ≠ 0, the system is consistent and has unique solution.

11 12

3
COPYRIGHT: NOR HAZIZAH (2021) 1/11/2021

13 14

The next lesson


◦ Solving systems of linear equations using
Gauss Elimination method

15 16

You might also like