See https://code.google.com/p/sympy/issues/detail?id=2543 for some discussion on this.
Aaron Meurer On Fri, Mar 1, 2013 at 8:53 PM, G B <[email protected]> wrote: > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
