Cramer's Rule part 2
Posted by Unknown on 10:19 PM with No comments
Cramer's Rule is
a method that uses determinants for solving systems of linear
equations. To explain the method and how these determinants are
generated, this lecture will first illustrate the solution to a system
of linear equations by the addition/elimination method without
simplifying the indicated products and sums of the coefficients. The
intent is to demonstrate that these products and sums can be represented
by determinants.
Cramer's Rule Formula
a1x + b1y = C1
a2x + b2y = C2
Cramer's Rule formula for 2x2 matrix is
Cramer's Rule Proof
.......................... so on ...........................
The system Ax = b has a unique solution provided the determinant of coefficient, det(A) is nonzero.
The determinant D
Cramer's Rule 2x2
Cramer’s rule for (2 x 2) matrix:
a1x + b1y = C1
a2x + b2y = C2
then x = Where, D =
Let us solve system of equations by Cramer rule, 2x + y = 1 and x + y = 2
Given 2x + y = 1 and x + y = 2
D =
D1 =
D2 =
Using Cramer Rule, solution of the given system is
x =
y =
The solution of the system is (-1, 3).
Cramer's Rule 3x3
Cramer’s rule for (3 x 3) matrix:
a1x + b1y + c1z = d1
a2x + b2y + c2z = d2
a3x + b3y + c3z = d3
Here,
D =
D1 =
D2 =
D3 =
The solution of the system is
x =
Cramer's Rule 4x4
Find the values of x, y, z and t using Cramer's rule. 2x - y + 4z + t = -2
3x + 2y - t = -3
x + 2y + 2t = 10
x + y + 2z = 2
D =
= -50 (Using 3x3 determinant method)
D1 =
= 100
D2 =
= -150
D3 =
= -25
D4 =
= -150
Now
x =
y =
z =
t =
The solution of the system is (-2, 3,
Cramer's Rule Example
Solved Examples
Question 1: Solve the system:
3x - 2y =10
4x + y = 6
Solution:
D =∣∣∣34−21∣∣∣ = 3 + 8 = 11
D1 =∣∣∣106−21∣∣∣ = 10 + 12 = 22
D2 =∣∣∣34106∣∣∣ = 18 - 40 = -22
Using Cramer Rule, solution of the given system is
x =D1D = 2211 = 2
y =D2D = −2211 = -2
The solution is (2, -2).
Question 2: Solve the system 3x - 2y =10
4x + y = 6
Solution:
D =
D1 =
D2 =
Using Cramer Rule, solution of the given system is
x =
y =
The solution is (2, -2).
3x - 2y + z = 9
x +2y - 2z = -5
x + y - 4z = -2
Solution:
Given system is 3x - 2y + z = 9
x + 2y - 2z = -5
x + y - 4z = -2
D =
D1 =
D2 =
D3 =
Now
x =
y =
z =
Hence, the solution for the system is (1, -3, 0).
0 comments:
Post a Comment