Mathematics Exam  >  Mathematics Notes  >  Mathematics for IIT JAM, GATE, CSIR NET, UGC NET  >  Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET PDF Download

It is quite hard to solve non-linear systems of equations, while linear systems are quite easy to study. There are numerical techniques which help to approximate nonlinear systems with linear ones in the hope that the solutions of the linear systems are close enough to the solutions of the nonlinear systems. We will not discuss this here. Instead, we will focus our attention on linear systems.

For the sake of simplicity, we will restrict ourselves to three, at most four, unknowns. The reader interested in the case of more unknowns may easily extend the following ideas.

Definition. The equation a xb yc zd wwhere abcd, and h are known numbers, while xyz, and w are unknown numbers, is called a linear equation. If h =0, the linear equation is said to be homogeneous. A linear system is a set of linear equations and a homogeneous linear system is a set of homogeneous linear equations. 

For example, 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

and 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

are linear systems, while 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

is a nonlinear system (because of y2). The system is an homogeneous linear system. 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Matrix Representation of a Linear System

Matrices are helpful in rewriting a linear system in a very simple form. The algebraic properties of matrices may then be used to solve systems. First, consider the linear system 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Set the matrices 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Using matrix multiplications, we can rewrite the linear system above as the matrix equation 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

As you can see this is far nicer than the equations. But sometimes it is worth to solve the system directly without going through the matrix form. The matrix A is called the matrix coefficient of the linear system. The matrix C is called the nonhomogeneous term. When Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET the linear system is homogeneous. The matrix X is the unknown matrix. Its entries are the unknowns of the linear system. The augmented matrix associated with the system is the matrix [A|C], where 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

In general if the linear system has n equations with m unknowns, then the matrix coefficient will be a nxm matrix and the augmented matrix an nx(m+1) matrix. Now we turn our attention to the solutions of a system.

Definition. Two linear systems with n unknowns are said to be equivalent if and only if they have the same set of solutions.

This definition is important since the idea behind solving a system is to find an equivalent system which is easy to solve. You may wonder how we will come up with such system? Easy, we do that through elementary operations. Indeed, it is clear that if we interchange two equations, the new system is still equivalent to the old one. If we multiply an equation with a nonzero number, we obtain a new system still equivalent to old one. And finally replacing one equation with the sum of two equations, we again obtain an equivalent system. These operations are called elementary operations on systems. Let us see how it works in a particular case.

Example. Consider the linear system 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

The idea is to keep the first equation and work on the last two. In doing that, we will try to kill one of the unknowns and solve for the other two. For example, if we keep the first and second equation, and subtract the first one from the last one, we get the equivalent system 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Next we keep the first and the last equation, and we subtract the first from the second. We get the equivalent system 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Now we focus on the second and the third equation. We repeat the same procedure. Try to kill one of the two unknowns (y or z).  Indeed, we keep the first and second equation, and we add the second to the third after multiplying it by 3. We get 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

This obviously implies z = -2. From the second equation, we get y = -2, and finally from the first equation we get x = 4. Therefore the linear system has one solution 

x = 4, y = -2, z = -2.

Going from the last equation to the first while solving for the unknowns is called backsolving. 

Keep in mind that linear systems for which the matrix coefficient is upper-triangular are easy to solve. This is particularly true, if the matrix is in echelon form. So the trick is to perform elementary operations to transform the initial linear system into another one for which the coefficient matrix is in echelon form.

Using our knowledge about matrices, is there anyway we can rewrite what we did above in matrix form which will make our notation (or representation) easier? Indeed, consider the augmented matrix 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Let us perform some elementary row operations on this matrix. Indeed, if we keep the first and second row, and subtract the first one from the last one we get 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Next we keep the first and the last rows, and we subtract the first from the second. We get 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Then we keep the first and second row, and we add the second to the third after multiplying it by 3 to get 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

This is a triangular matrix which is not in echelon form. The linear system for which this matrix is an augmented one is 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

As you can see we obtained the same system as before. In fact, we followed the same elementary operations performed above.

In every step the new matrix was exactly the augmented matrix associated to the new system. This shows that instead of writing the systems over and over again, it is easy to play around with the elementary row operations and once we obtain a triangular matrix, write the associated linear system and then solve it. This is known as Gaussian Elimination. Let us summarize the procedure: 

Gaussian Elimination. Consider a linear system.

1. Construct the augmented matrix for the system;
2. Use elementary row operations to transform the augmented matrix into a triangular one;
3. Write down the new linear system for which the triangular matrix is the associated augmented matrix;
4. Solve the new system. You may need to assign some parametric values to some unknowns, and then apply the method of back substitution to solve the new system.

Example. Solve the following system via Gaussian elimination 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

The augmented matrix is 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

We use elementary row operations to transform this matrix into a triangular one. We keep the first row and use it to produce all zeros elsewhere in the first column. We have 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Next we keep the first and second row and try to have zeros in the second column. We get 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

This is a triangular matrix. Its associated system is 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Clearly we have v = 1. Set z=s and w=t, then we have 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

The first equation implies

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Using algebraic manipulations, we get 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Putting all the stuff together, we have 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Example. Use Gaussian elimination to solve the linear system 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

The associated augmented matrix is 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

We keep the first row and subtract the first row multiplied by 2 from the second row. We get 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

This is a triangular matrix. The associated system is 

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Clearly the second equation implies that this system has no solution. Therefore this linear system has no solution.

Definition. A linear system is called inconsistent or overdetermined if it does not have a solution. In other words, the set of solutions is empty. Otherwise the linear system is called consistent.

Following the example above, we see that if we perform elementary row operations on the augmented matrix of the system and get a matrix with one of its rows equal to (0,0, .. ,0, c), where c ≠ 0, then the system is inconsistent.

The document Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET is a part of the Mathematics Course Mathematics for IIT JAM, GATE, CSIR NET, UGC NET.
All you need of Mathematics at this link: Mathematics
556 videos|198 docs

FAQs on Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths - Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

1. What is Gauss elimination for solving systems of linear algebraic equations?
Ans. Gauss elimination is a method used to solve systems of linear algebraic equations. It involves transforming the system into an equivalent triangular system, which can then be easily solved by back substitution. This method is efficient and widely used in various fields such as physics, engineering, and computer science.
2. How does Gauss elimination work?
Ans. Gauss elimination works by performing a sequence of elementary row operations on the system of equations. The elementary row operations include swapping two rows, multiplying a row by a nonzero constant, and adding a multiple of one row to another row. These operations are applied in a systematic manner to eliminate variables and transform the system into a triangular form.
3. Can Gauss elimination fail to solve a system of linear algebraic equations?
Ans. Yes, Gauss elimination can fail to solve a system of linear algebraic equations. This can happen if the system is inconsistent, meaning that there are no solutions, or if the system has infinitely many solutions. In such cases, the elimination process will encounter inconsistencies or redundancies, and the method will not yield a unique solution.
4. Are there any limitations or drawbacks of using Gauss elimination?
Ans. While Gauss elimination is a powerful method for solving systems of linear algebraic equations, it does have some limitations. One limitation is that it can be computationally expensive for large systems, as it involves numerous row operations. Additionally, the method may encounter numerical instability or round-off errors when working with systems that have coefficients with large magnitudes or when the system is ill-conditioned.
5. Are there any alternative methods to solve systems of linear algebraic equations?
Ans. Yes, there are alternative methods to solve systems of linear algebraic equations apart from Gauss elimination. Some commonly used methods include Gaussian elimination with partial pivoting, LU decomposition, and matrix inversion. These methods offer different advantages and disadvantages in terms of computational complexity, stability, and accuracy, and the choice of method depends on the specific characteristics of the system being solved.
556 videos|198 docs
Download as PDF
Explore Courses for Mathematics exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Important questions

,

MCQs

,

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM

,

UGC NET

,

UGC NET

,

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM

,

CSIR NET

,

Solution of Systems of Linear Algebraic Equations Using Gauss Elimination - CSIR-NET Maths | Mathematics for IIT JAM

,

mock tests for examination

,

ppt

,

CSIR NET

,

shortcuts and tricks

,

Semester Notes

,

practice quizzes

,

GATE

,

Sample Paper

,

Exam

,

Free

,

Previous Year Questions with Solutions

,

Objective type Questions

,

GATE

,

CSIR NET

,

Extra Questions

,

UGC NET

,

Viva Questions

,

GATE

,

past year papers

,

study material

,

pdf

,

Summary

,

video lectures

;