Gaussian Elimination Question

In summary, Gaussian Elimination is a method used to solve systems of linear equations by systematically eliminating variables until a unique solution is found. The steps involved in Gaussian Elimination are converting the system of equations into matrix form, using row operations to create an upper triangular matrix, using back substitution to solve for the variables, and checking the solution. The purpose of Gaussian Elimination is to efficiently solve systems of linear equations, particularly for larger systems. However, it has limitations such as only being applicable to linear equations with a unique solution and being computationally expensive for large systems. Additionally, it is a foundational method in linear algebra and is related to other methods of solving equations such as LU decomposition and Cramer's rule.
  • #1
Biloon
6
0
2x+3y+3z=7
2x+3y+3z=7
2x+3y+3z=7

Using Gaussian Elimination... is it possible to find the value of x,y,z with three similar equation?
 
Mathematics news on Phys.org
  • #2
absolutely not
 
  • #3
Actually it is. Not ONE value of course, there are an infinite number of (x, y, z) triples that satisfy 2x+ 3y+ 3z= 7 and you really only have one equation. In 3 dimensions 2x+ 3y+ 3z= 7 is the equation of a plane. Any (x,y,z) point on that plane satisfies that equation (and so, all "three" of your given equations).
 
  • #4
Haha, I was thinking the same thing.
 

What is Gaussian Elimination?

Gaussian Elimination is a method used to solve systems of linear equations by systematically eliminating variables until a unique solution is found.

What are the steps involved in Gaussian Elimination?

The steps involved in Gaussian Elimination are:
1. Write the system of equations in matrix form
2. Use row operations to convert the matrix into an upper triangular form
3. Use back substitution to solve for the variables starting from the bottom row
4. Check the solution by plugging it back into the original equations.

What is the purpose of Gaussian Elimination?

The purpose of Gaussian Elimination is to solve systems of linear equations. It is particularly useful in solving large systems of equations where manual calculations would be time-consuming and prone to errors.

What are the limitations of Gaussian Elimination?

Gaussian Elimination can only be used for systems of linear equations. It also requires that the system has a unique solution, meaning that the equations are not dependent or inconsistent. It is also not suitable for systems with a large number of variables or equations as it can be computationally expensive.

How does Gaussian Elimination relate to other methods of solving equations?

Gaussian Elimination is a foundational method used in linear algebra and is often used as a precursor to more advanced methods such as LU decomposition and Cholesky decomposition. It is also closely related to other methods of solving equations such as Gauss-Jordan elimination and Cramer's rule.

Similar threads

  • General Math
Replies
1
Views
843
  • Precalculus Mathematics Homework Help
Replies
11
Views
851
  • General Math
Replies
7
Views
856
Replies
1
Views
5K
  • General Math
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
820
Replies
2
Views
2K
  • General Math
Replies
4
Views
2K
  • General Math
Replies
1
Views
917
  • General Math
Replies
18
Views
2K
Back
Top