[sympy] Re: Subclassing Poly?

2009-04-23 Thread Ondrej Certik
On Tue, Apr 21, 2009 at 8:46 AM, dhruv wrote: > > Thanks for the help, but I'm still stuck! > >> create GeneratingFunction.__new__() with your own arguments and then >> call Poly.__new__() from it, with any preprocessing that you need. > > This is what I've got so far: > > == generating_funct

[sympy] Re: Use of eval

2009-04-23 Thread Ondrej Certik
On Thu, Apr 23, 2009 at 4:27 AM, Alan Bromborsky wrote: > > If I have a numpy array of sympy expressions (symbols and functions) > what is the best way to evaluate the array when numbers are substituted > for the symbols or the functions evaluated? That's a good question. Of course you can itera

[sympy] Use of eval

2009-04-23 Thread Alan Bromborsky
If I have a numpy array of sympy expressions (symbols and functions) what is the best way to evaluate the array when numbers are substituted for the symbols or the functions evaluated? --~--~-~--~~~---~--~~ You received this message because you are subscribed to