Tutorial 3 - Matrix Inverse Sys. of Linear Equations
Tutorial 3 - Matrix Inverse Sys. of Linear Equations
&
System of Linear Equations
Tutorial 3
?
?
Example 1 Solution
Identity Matrix
Inverse Matrix
a b
For a 2x2 matrix ONLY:
c d
−𝟏 𝟏 𝐝 −𝐛
Then 𝐀 = ∗
𝐀 −𝐜 𝐚
Example 1
Example 1 Solution
Example 2
Example 2 Solution
𝑨 = 36 𝑨 = 20 𝑨 =0
DEFINED DEFINED UNDEFINED
INVERSE INVERSE INVERSE
Exercise 1
Solving System of Linear Equations
Example 1
Solve the following system of equations:
8𝑥 − 3𝑦 = 51
3𝑥 + 4𝑦 = 14
Find the Values of x & y that Satisfy the Following Equations:
Solution: 8𝑥 − 3𝑦 = 51
8𝑥 − 3𝑦 = 51 → Equation (1)
3𝑥 + 4𝑦 = 14
3𝑥 + 4𝑦 = 14 → Equation (2)
8𝑥 − 3𝑦 = 51
3𝑥 + 4𝑦 = 14
Matrix Form
8 −3 𝑥 51
* 𝑦 =
3 4 14
𝐴 ∗ 𝒙 = 𝒃
Coefficient Variable Constant
Matrix Matrix Matrix
Representing the System of Linear Equations in Matrix Form:
8𝑥 − 3𝑦 = 51
3𝑥 + 4𝑦 = 14
8 −3 𝑥 51
* 𝑦 =
3 4 14
𝐴 ∗ 𝒙 = 𝒃
Representing the Solution of System Linear Equations using Inverse Matrix:
𝐴−1 ∗ 𝐴 ∗ 𝒙 = 𝐴−1 ∗ 𝒃
𝒙 = 𝐴−1 ∗ 𝒃
𝑥 ? ? 51
𝑦 = ∗
? ? 14
Representing the System of Linear Equations in Matrix Form:
8𝑥 − 3𝑦 = 51
3𝑥 + 4𝑦 = 14
𝒙 = 𝐴−1 ∗ 𝒃
𝑥 −𝟏
8 −3 51
𝑦 = ∗
3 4 14
−1
1 4 3 (4/41) (3/41)
𝑨 = 41 𝐴 = =
41 −3 8 (−3/41) (8/41)
𝑥 (4/41) (3/41) 51 𝟔
𝑦 = ∗ =
(−3/41) (8/41) 14 −𝟏
Exercise 2