Get the Gussian elimination of the Matrix Given You cannot use built-in Matlab functions triu :)
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers18
Suggested Problems
-
middleAsColumn: Return all but first and last element as a column vector
647 Solvers
-
Implement simple rotation cypher
1096 Solvers
-
The Answer to Life, the Universe, and Everything
578 Solvers
-
Generate a random matrix A of (1,-1)
403 Solvers
-
Convert array of decimal numbers into binary numbers array.
58 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
precision issues, a single test case, meaningless "not using built-in functions" limitation, and somewhat taunting "have a pride" exhortation... please do the same and put some more thought into your problem
Updated TSuite now
And description
Humm. the test suite is actually requesting Gaussian elimination, not LU decomposition. You may check it by using [L,U] = lu(x). They are very similar processes, but not exactly the same.