Tolerance in LUQ decomposition
1 view (last 30 days)
Show older comments
Hello,
I found the code for the LUQ decomposition here http://www.mathworks.com/matlabcentral/fileexchange/11120-null-space-of-a-sparse-matrix/content/sparse%20null/luq.m
In order to perform the decomposition, a tolerance value uses in separating zero and nonzero values is required.
I was wondering which tolerance value would be suitable for that problem. In particular, I will use LUQ decomposition in order to determine the rank of a matrix A, and for that I would look the size of the matrix U that comes out from the LUQ routine.
Any suggestions?
Thank you in advance
0 Comments
Answers (0)
See Also
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!