Tim Lahey wrote:
> 
>> Jason
> 
> Is there an easy way to get the integrand, variable and bounds out of the
> integral? That way, if one has tried to analytically evaluate it, they
> can pull it out and try numerically evaluating it easily. In fact, it
> probably could be done automatically.
> 

sage: a=integrate(250*cos(pi*x/180)^1.8 + 170.35 , x, 0, 18)
sage: a
integrate(250*cos(pi*x/180)^1.8 + 170.35, x, 0, 18)
sage: a.arguments()
(250*cos(pi*x/180)^1.8 + 170.35, x, 0, 18)


Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to