matrix balance and condition number of sparse matrix
Show older comments
I don't know how it possible!!
[S,P,At] = balance(Af) %(I have run this command in my code)
%After code running was finished
[S,P,B] = balance(Af) %(saved Af)
nonzeros(B-At)
ans =
Empty matrix: 0-by-1
>> condest(B)
ans =
3.2001e+19
>> condest(At)
ans =
4.2068e+21 !!!
Answers (0)
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!