Updates:
        Labels: NeedsReview smichr

Comment #2 on issue 3189 by smi...@gmail.com: Calculate eigenvectors numericly if it impossible calculate symbolical
http://code.google.com/p/sympy/issues/detail?id=3189

see https://github.com/sympy/sympy/pull/1169

    >>> M = Matrix([ [1, .6, .6], [.6, 1, .9], [.6, .9, 1] ])
    >>> M.eigenvects()
    [(0.489531364385073, 1, [[-2.35078105935821]
    [              1.0]
    [              1.0]]), (0.100000000000000, 1, [[   0]
    [-1.0]
    [ 1.0]]), (2.41046863561493, 1, [[0.850781059358212]
    [              1.0]
    [              1.0]])]


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

Reply via email to