Comment #5 on issue 3189 by [email protected]: Calculate eigenvectors numericly if it impossible calculate symbolical
http://code.google.com/p/sympy/issues/detail?id=3189

If the matrix is non-symbolic then perhaps this should be automatic.

automatic, only if symbolical trying fails with NotImplementedError.

And as Aaron suggested we can use:

In [24]: v1.expand(complex=True)
Out[24]: 1

In [25]: v2.expand(complex=True)
Out[25]: ⅈ


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to