On Friday, April 1, 2016 at 9:40:13 AM UTC+2, Jesse Hulse wrote: > > eulers_method(y(1-y)-0.2*(1-0.7*cos(2*pi*x)),0,1,1/2,1) >
I have the feeling ,that your y(1-y) should be y*(1-y) A variable with parenthesis next to it is a function call, i.e. like y(7) → something, whereas you seem to mean multiplication, which is the "*" sign. -- h -- You received this message because you are subscribed to the Google Groups "sage-support" 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 https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
