matrix balance and condition number of sparse matrix

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)

Products

Asked:

on 2 Jul 2014

Edited:

on 5 Jul 2014

Community Treasure Hunt

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

Start Hunting!