[SciPy-user] any symbolic manipulation of eigenvalue in Scipy?

Ivo Maljevic ivo.maljevic at gmail.com
Tue Jun 9 20:04:59 EDT 2009


If you need to find a quick result than the easiest way is to go through
wolfram alpha. Just enter:
eig{{ a,     b,   a*b  ]},{a+b,  0,    0    } ,{c,     a,     c+b}}

or use the following link:

http://www06.wolframalpha.com/input/?i=eig{{+a%2C+++++b%2C+++a*b++]}%2C{a%2Bb%2C++0%2C++++0++++}+%2C{c%2C+++++a%2C+++++c%2Bb}}

(put the line together if broken).

Ivo

2009/6/9 Xiaojian Wang <wangxj.uc at gmail.com>

> Hi,
> I would like to know if there is any module in Scipy (or Numpy?),  which
> has capability
> of symbolic manipulation and can generate matrix's
> eigenvalues/eigenvectors.
> My matrix is symbolic, such as a 3x3 matrix:
>
> [ a,     b,   a*b  ]
> [a+b,  0,    0    ]
> [c,     a,     c+b]
>
> a,b,c could be any values in my future applications.
> if not, do you guy know any other programs can do this?
>
> Many thanks for your help in advance!
>
> Xiaoijan
>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20090609/540857df/attachment.html>


More information about the SciPy-User mailing list