[sympy] Re: sympy subs speed in Monte Carlo

2010-04-28 Thread janwillem
Works great, thanks. As far as benchmarks go exactly as efficient as the write and import method and so much more elegant. However, cann't find documentation, is lambdify brand new? This is what I tried: flambdify = sympy.lambdify((X, F, B), Y) and used as y = flambdify(x, f, b) On Apr 28, 7:27 

Re: [sympy] Re: sympy subs speed in Monte Carlo

2010-04-28 Thread Aaron S. Meurer
It is not new. It looks like it has a docstring. You can see it if you type help(lambdify). Aaron Meurer On Apr 28, 2010, at 12:10 PM, janwillem wrote: Works great, thanks. As far as benchmarks go exactly as efficient as the write and import method and so much more elegant. However, cann't