This is kind of a degenerate case, but personally I think it should behave 
differently than it does currently.

f1=lambdify(x,2*x,"numpy")
f2=lambdify(x,S(1),"numpy")

f1(array([1,2,3])   --> [2,4,6]
f2(array([1,2,3])   --> [1]

I feel that f2 should return [1,1,1] in that situation.  Am I 
misinterpreting that?

Cheers--
 Greg




-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to