how can i see the steps in ref and rref.

25 views (last 30 days)
dor peretz
dor peretz on 2 Dec 2018
Answered: John D'Errico on 25 Apr 2023
hey i would like to see the log of rref or ref process, in terms of how matlab did it (such as R1-R2 etc...). thakns.

Answers (2)

madhan ravi
madhan ravi on 2 Dec 2018
Answer is you cannot.

John D'Errico
John D'Errico on 25 Apr 2023
You can't really. But you could, sort of. For example, you could use the debugger, and trace through the code as it runs on your matrix. Look at exactly which lines were executed. Then write down what was done at each step. The code itself is pretty simple. The above process owuld be a pain in the neck, since you would need to write down everything done. But since that is what you claim to want to see, that is what you need to do.

Categories

Find more on Shifting and Sorting Matrices in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!