rk = numericRank A
rk = numericRank(eps, A)
The singular value decomposition (over RR_{53}, or CC_{53}) of the matrix A is performed. If there is a large cutoff in the list of singular values, that value separates the zero singular values from the rest, and the number of singular values larger than this separating value is called the numeric rank.
|
|
|
|
|
|
|
|
|
|
|
|
|
The heuristic for determining approximate rank is just that: a heuristic. Thus if you really need to make sure the answer is correct or meaningful, you should review the singular values yourself
The object numericRank is a method function.
The source of this document is in SVDComplexes.m2:1041:0.