[sage-support] Re: bug with integrate

2009-06-27 Thread linuxgus
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

[sage-support] Re: tracing function calls

2009-06-27 Thread William Stein
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

[sage-support] tracing function calls

2009-06-27 Thread vivek
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 --~--~-~--~~---

[sage-support] Re: trouble with solve()

2009-06-27 Thread Stan Schymanski
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.|