I thought that x**y and the built-in pow(x, y) were the same? Can you please clarify for me how my python integrand is different, as I am a bit unsure. Thanks.
Andy On Saturday, April 5, 2014 4:40:35 PM UTC+1, Matthew wrote: > > Also, feel free to use x**2 rather than pow(x, 2) . Your integrand here > is not the same as what you put in to the integral calculator. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/7cc62e0c-898f-40aa-982b-97231b9f5140%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
