On Thu, Oct 4, 2012 at 8:33 AM, Bharath M R <[email protected]> wrote: > I am not sure but I think that would take a lot of time. I think > we have to expose both number of coefficients and the ranges > (a, b) and let the user decide.
As the first step, absolutely. If possible, just follow the Mathematica interface: http://reference.wolfram.com/mathematica/FunctionApproximations/ref/EconomizedRationalApproximation.html After this is all done and works well, we can add some higher level that will optimize the intervals, but that's not as important as having the EconomizedRationalApproximation in sympy. > > I think I can send a pull request regarding this soon(weekend). That'd be really cool, thanks! Send it, and we can improve upon it. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
