Page 1 of 1

number of unstable roots in DR1

PostPosted: Thu May 25, 2006 8:20 pm
by perendia
For modification, we need number of unstable roots in DR1 after calls to qzdiv.

where/how can we get that information?

PostPosted: Thu May 25, 2006 9:44 pm
by perendia
After looking around a bit, I guess this may be achieved using

nnz(abs(eigenvalues_) > options_.qz_criterium)

would that be the best way?

PostPosted: Fri May 26, 2006 9:44 am
by MichelJuillard
Yes, that is the idea, but don't use eigenvalues_, it is deprecated and returned only by the "check" command.

Use dr.eigval instead

Kind regards

Michel

PostPosted: Fri May 26, 2006 4:33 pm
by perendia
Thanks. Is then nba variable in DR1 what we should use with higher resilience since nba may have different value if mjdgges.dll is called instead the qzdiv?

PostPosted: Sat May 27, 2006 9:02 am
by MichelJuillard
Normally, it shouldn't matter

Best

michel