Search code examples
pythonpython-2.7ironpythoneigenvectoreigenvalue

Computing Eigen Values and Eigen Vector using IronPython2.7


This might be a frequent problem for IronPython users. But I am new to python.

I wish to compute Eigen Value and Eigen vector of around 50x50 matrix using IronPython2.7 I explored possibilities of using Numpy and Scipy, but they are not supported for IronPython.

Are there any better ways to achieve what I require?


Solution

  • Sho for IronPython is a good environment by Microsoft that does provide what you want. I am glad it worked for you.

    To quote the link itself

    Sho is a playground for data: a set of libraries and an interactive environment for rapid prototyping, data analysis, and visualization.

    The linear algebra classes in Sho do provide multiple functions for computing the eigenvalues, as shown in the book of Sho.