How to check if pivots are 0 for upper triangular matrices
Show older comments
Hello I am trying to create Upper Triangular matrices. I wrote most of the codes except checking if pivots are 0 and switch row if it is.
First I want to know how to check if pivots are 0, so would anyone help me with that?
1 Comment
Sean de Wolski
on 5 Oct 2012
Have you seen lu() and triu()?
Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!