Appa PDF
Appa PDF
AX = B (A.3)
where
a11 a12 a1n x1 b1
a a2n x b
21 a22 2 2
A= . .. .. , X = . , B = . (A.4)
.. . . .. ..
an1 an2 ann xn bn
1
x1 =
2
x2 =
(A.5)
..
.
n
xn =
845
| | e-Text Main Menu | Textbook Table of Contents | Problem Solving Workbook Contents
846 APPENDIX A Solution of Simultaneous Equations Using Cramers Rule
For a 3 3 matrix,
a11 a12 a13
a a23 a a13
2 22 3 12
= a21 a22 a23 = a11 (1) + a21 (1)
a32 a33 a32 a33
a31 a32 a33
a
12 a13 (A.10)
+ a31 (1)4
a22 a23
= a11 (a22 a33 a32 a23 ) a21 (a12 a33 a32 a13 )
+ a31 (a12 a23 a22 a13 )
| | e-Text Main Menu | Textbook Table of Contents | Problem Solving Workbook Contents
Back Forward Main Menu TOC Problem Solving Workbook Textbook Website Student OLC MHHE Website
APPENDIX A Solution of Simultaneous Equations Using Cramers Rule 847
(A.11)
In summary:
The solution of linear simultaneous equations by Cramers rule boils down to nding
k
xk = , k = 1, 2, . . . , n (A.12)
where is the determinant of matrix A and k is the determinant of the matrix
formed by replacing the kth column of A by B.
You may not find much need to use Cramers method described in
this appendix, in view of the availability of calculators, computers, and
software packages such as Matlab, which can be used easily to solve a
set of linear equations. But in case you need to solve the equations by One may use other methods, such as matrix in-
hand, the material covered in this appendix becomes useful. At any rate, version and elimination. Only Cramers method
it is important to know the mathematical basis of those calculators and is covered here, because of its simplicity and also
software packages. because of the availability of powerful calculators.
E X A M P L E A . 1
Solve the simultaneous equations
4 3 x1 17
=
3 5 x2 21
| | e-Text Main Menu | Textbook Table of Contents | Problem Solving Workbook Contents
Back Forward Main Menu TOC Problem Solving Workbook Textbook Website Student OLC MHHE Website
848 APPENDIX A Solution of Simultaneous Equations Using Cramers Rule
E X A M P L E A . 2
Determine x1 , x2 , and x3 for this set of simultaneous equations:
We apply Eq. (A.11) to find the determinants. This requires that we repeat
the first two rows of the matrix. Thus,
25 5 20
25 5 20 5 10 4
= 5 10 4 = 5 4 9
5 4 9 25 5 20 +
5 10 4 +
+
= 25(10)9 + (5)(4)(20) + (5)(5)(4)
(20)(10)(5) (4)(4)25 9(5)(5)
= 2250 400 100 1000 400 225 = 125
| | e-Text Main Menu | Textbook Table of Contents | Problem Solving Workbook Contents
Back Forward Main Menu TOC Problem Solving Workbook Textbook Website Student OLC MHHE Website
APPENDIX A Solution of Simultaneous Equations Using Cramers Rule 849
Similarly,
50 5 20
50 5 20 0 10 4
1 = 0 10 4 = 0 4 9
0 4 9 50 5 20 +
0 10 4 +
+
= 4500 + 0 + 0 0 800 0 = 3700
25 50 20
25 50 20 5 0 4
2 = 5 0 4 = 5 0 9
5 0 9 25 50 20 +
5 0 4 +
+
= 0 + 0 + 1000 0 0 + 2250 = 3250
25 5 50
25 5 50 5 10 0
3 = 5 10 0 = 5 4 0
5 4 0 25 5 50 +
5 10 0 +
+
= 0 + 1000 + 0 + 2500 0 0 = 3500
3x1 x2 2x3 = 1
x1 + 6x2 3x3 = 0
2x1 3x2 + 6x3 = 6
Answer: x1 = 3 = x3 , x2 = 2.
| | e-Text Main Menu | Textbook Table of Contents | Problem Solving Workbook Contents
Back Forward Main Menu TOC Problem Solving Workbook Textbook Website Student OLC MHHE Website