On Jun 26, 5:07 pm, Loïc wrote:
> Hello list,
>
> I found a problem with integrate, look at the following sequence:
>
> sage: integrate(sin(x)/(cos(x))^2,x)
> 1/cos(x)
>
> It's ok -
>
> Now I try to add an interval:
>
> sage: integrate(cos(x)/(sin(x))^2,x,pi/6,pi/4)
> E
On Sat, Jun 27, 2009 at 3:13 PM, vivek wrote:
>
> Hi
>
> I have some functions which have more than one recursive calls within
> them. It becomes little harder to understand them.
> Is there any way that I can trace the recursive function calls (like
> the one in mathematica), possibly with parame
Hi
I have some functions which have more than one recursive calls within
them. It becomes little harder to understand them.
Is there any way that I can trace the recursive function calls (like
the one in mathematica), possibly with parameter values?
Thanks
Vivek kumar
--~--~-~--~~---
Thanks, but this does not help in this case:
--
| Sage Version 4.0.2, Release Date: 2009-06-18 |
| Type notebook() for the GUI, and license() for information.|