Problem 43027. Gaussian elimination
Get the Gussian elimination of the Matrix Given You cannot use built-in Matlab functions triu :)
Solution Stats
Problem Comments
-
3 Comments
Alfonso Nieto-Castanon
on 21 Oct 2016
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
Jamil Kasan
on 29 Oct 2016
Updated TSuite now
And description
Rafael S.T. Vieira
on 15 Aug 2020
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.
Solution Comments
Show commentsProblem Recent Solvers17
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2077 Solvers
-
Back to basics 17 - white space
277 Solvers
-
Getting the absolute index from a matrix
254 Solvers
-
Split a string into chunks of specified length
2034 Solvers
-
614 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!