Topic Numarical Lasd A
Topic Numarical Lasd A
Removing unknowns by combining equations is an algebraic approach that can be shown for
two sets of equations.
Multiply first equation by the coefficient of x1, a21 and second equation by the coefficient of
x1, a11 to eliminate the first term, x1:
a11a21x1 + a12a21x2 = b1a21
a21a11x1 + a22a11x2 = b2a11
Subtract first equation from second equation to eliminate the first term, x1:
a22a11x2 + a12a21x2 = b2a11 – b1a21
x2 = (b2a11 – b1a21)/(a22a11 – a12a21)
x2 can be substituted for one of the original equations to calculate the term x1.
Solution: Multiply first equation by (-1) and the second equation by (3) to eliminate the first
term, x1:
3x1 + x2 = 18 x (-1) → -3x1 - 2x2 = -18
-x1 + 2x2 = 2 x (3) → -3x1 + 6x2 = 6
We need to subtract first equation from second equation to eliminate the first term, x1:
The elimination of unknowns can be extended to the systems with three or more equations.
However, the numerous calculation methods required for larger systems make it extremely
tedious to apply.
The elimination of unknowns was used to solve a pair of simultaneous equations, including
more than 3 equations.
For a nxn system, as given below:
a11x1 + a12x2 + ………………….. + a1nxn = b1
a21x1 + a22x2 + ………………….. + a2nxn = b2
a31x1 + a32x2 + ………………….. + a3nxn = b3
. . . .
. . . .
. . . .
an1x1 + an2x2 + ………………….. + annxn = bn
The procedure consisted of two steps:
1. The equations were manipulated to eliminate one of the unknowns from the equations. The
result of this elimination step was that we had one equation with one unknown. The equations
were manipulated to remove one of the unknowns from the equations. The end of this
elimination step was to have one equation with one unknown.
In detail:
a) We need to eliminate x1 from second to nth equations
- Multiply 1st equation by a21/a11 and subtract it from the 2nd equation. This is the
new 2nd equation.
- Multiply 1st equation by a31/a11 and subtract it from the 3rd equation. This is the new
3rd equation.
- …..
- …..
- Multiply 1st equation by an1/a11 and subtract it from the nth equation. This is the new
nth equation.
Modified system is as given below:
a11x1 + a12x2 + a13x3 +………………….. + a1nxn = b1
a’22x2 + a’23x3 + ………………….. + a’2nxn = b’2
a’32x2 + a’33x3 + ………………….. + a’3nxn = b’3
. . . .
. . . .
a’n2x2 + a’n3x3 + ………………….. + a’nnxn = b’n
RERENCES:
S.C. Chapra and R.P. Canale, “Numerical Methods for Engineers”, 6th ed., McGraw-Hill,,
NY, 2010
Richard L. Burden and J. Douglas Faires, “Numerical Analysis”, 9th ed., Brooks/Cole,
Cengage Learning, Canada.