What does the two output matrix, L and U, mean in [L U] = factor(A, rho), where A is m-by-n matrix of real numbers?
Show older comments
The rho in factor(A,rho) is an integer (=1 when I run it). The documentation shows one matrix output with the factorization of each element of A and does not take more than one argument. While I am getting both L and U as m-by-m matrix. This code line is used in another program which I am using.
Accepted Answer
More 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!