Hello, I am clearly making a stupid mistake, but what?

Arc length calculation:

x = Symbol('x')
 
formula = 2 * x**2
 
d = diff(formula, x)
i = integrate(sqrt(1 + d**2), (x, 5.0, 10.0))


gives a result of 150.087

but changing the formula to this:

formula = 0.26666 * x**2

gives a result of zero. In fact any coefficient less than one gives a 
result of zero.

Thanks, Andy

-- 
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/a04d07c6-5dfe-47dc-a90e-d89a7bae6165%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to