1 / 31

Gauss Elimination

Gauss Elimination. A System of Linear Equations. Two Equations, Two Unknowns: Lines in a Plane. Three Possible Types of Solutions. 1. No solution. Three Possible Types of Solutions. 1. A unique solution. Three Possible Types of Solutions. 1. Infinitely many solutions.

wynn
Télécharger la présentation

Gauss Elimination

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Gauss Elimination

  2. A System of Linear Equations

  3. Two Equations, Two Unknowns: Lines in a Plane

  4. Three Possible Types of Solutions 1. No solution

  5. Three Possible Types of Solutions 1. A unique solution

  6. Three Possible Types of Solutions 1. Infinitely many solutions

  7. Three Equations, Three Unknowns:Planes in Space

  8. Intesections of Planes What type of solution sets are represented?

  9. Solve the System

  10. Elementary Operations • Interchange the order in which the equations are listed. • Multiply any equation by a nonzero number. • Replace any equation with itself added to a multiple of another equation.

  11. Augmented Matrix

  12. Row Operations • Switch two rows. • Multiply any row by a nonzero number. • Replace any row by a multiple of another row added to it.

  13. Solve the System

  14. Echelon Form A rectangular matrix is in echelon form if it has the following properties: 1. All nonzero rows are above any rows of all zeros. 2. Each leading entry of a row is in a column to the right of the leading entry of the row above it.

  15. Echelon Form

  16. Echelon Form

  17. Pivot Positions and Pivot Columns The positions of the first nonzero entry in each row are called the pivot positions. The columns containing a pivot position are called the pivot columns.

  18. Types of Solutions 1. No solution – the augmented column is a pivot column. 2. A unique solution – every column except the augmented column is a pivot column. 3. An infinite number of solutions – some column of the coefficient matrix is not a pivot column. The variables corresponding to the columns that are not pivot columns are assigned parameters. These variables are called the free variables. The other variables may be solved in terms of the parameters and are called basic variables or leading variables.

  19. Example

  20. Example

  21. Example

  22. Solve the System

  23. Echelon Form A rectangular matrix is in row reducedechelon form if it has the following properties: 1. It is in echelon form. 2. All entries in a column above and below a leading entry are zero. 3. Each leading entry is a 1, the only nonzero entry in its column.

  24. Reduced Row Echelon Form

  25. Reduced Row Echelon Form

  26. Solve the System

  27. Solve the System

  28. Example Estimate the temperatures T1, T2, T3, T4, T5, and T6 at the six points on the steel plate below. The value Tk is approximated by the average value of the temperature at the four closest points. 20 20 20 T1 T2 T3 0 0 T6 T4 T5 0 0 20 20 20

  29. Rank The rank of a matrix is the number of nonzero rows in its row echelon form. Rank Theorem Let A be the coefficient matrix of a system of linear equations with n variables. If the system is consistent, then Number of free variable = n – rank(A)

  30. Homogeneous System

  31. Theorem

More Related