Problem 975. Gauss Eliminate 2-by-2 example
Use forward elimination to make the coefficient matrix, A, an upper triangular matrix, and then solve using back substitution, for a sample 2-by-2 system.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers126
Suggested Problems
-
Find the alphabetic word product
3373 Solvers
-
2450 Solvers
-
Remove the small words from a list of words.
1527 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1200 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
613 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!