Hi, I was trying to implement the rational chebyshev series and I hit a roadblock. Sympy doesn't do eigen value decomposition of numerical matrices that well [1].
One way to get through it use the numpy's eigen value decomposition i.e. import it using the ``import_module`` and get the eigen vectors. But it will add a dependency on numpy for the series computation. Is it the right way to go about it? I know that the plotting module has a dependency on numpy and matplotlib. Can I implement Rational Chebyshev with numpy's eig? Thanks, Bharath M R [1] https://groups.google.com/forum/?fromgroups=#!topic/sympy/PR6gzGzTTqc -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/cr-jJ2kib9QJ. 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?hl=en.
