Re: [sage-support] Re: how to choose return values from solve

2011-07-15 Thread Nin
On 15/07/11 19:55, achrzesz wrote: sage: assume(t,'real') sage: solve(diff(myHH,t),t) [t == 1/10*log(31)] Thanks a lot!. This work for the special case of myHH, where: myHH(t) =(1-e^(-t/0.1))^3*(e^(-t/10.) However, for a more general function: sage: t=var('t') sage: taum, tauh, m = var('

[sage-support] how to choose return values from solve

2011-07-15 Thread Nin
Dear Sage mailing list I am having a hard time to get the maximum value (numerically/analytically) to one equation. In concrete I want to solve: sage: t= var('t') # dependent variable sage: taum, tauh, m = var('taum, tauh, m') # parameters sage: f(t) = ((1-e^(-t/taum))^m)*(e^(-t/tauh)) Now i

Re: [sage-support] How to set Initial conditions for desolve_laplace

2011-06-16 Thread Nin
On 16/06/11 13:32, David Joyner wrote: On Thu, Jun 16, 2011 at 5:58 AM, Nin wrote: Hi everybody, To become familiar with ODEs with Sage, I am trying to solve a very simple ODE with the Laplace method implemented in Sage In concrete, i want to solve dy(t)/dt = -k*y(t) with for example

[sage-support] How to set Initial conditions for desolve_laplace

2011-06-16 Thread Nin
ith different values of k >>> fig1 = plot(mysol.subs(k=1/5.), 0, 10) >>> fig2 = plot(mysol.subs(k=1/2.), 0, 10) Of course, for more complex ODEs Thanks a lot in advance. Nin -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, se

[sage-support] importing line3d from sage -ipython

2010-12-16 Thread Nin
When importing line3d from a sage session with IPython as interpreter, I've got the following error message: >>> from sage.plot.plot3d.shapes2 import line3d /home/nin/sage-4.6/local/lib/python2.6/site-packages/sage/rings/complex_field.pyc in ComplexField(prec, names) 87

[sage-support] Any way to organize notebooks in folders?

2010-12-12 Thread Nin
I am starting to collect lots of sage notebooks and I was wondering if is there any way to store the in different directories. Thanks a lot in advance. Jose -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubsc

Re: [sage-support] Re: Calling sage from any directory.

2010-12-08 Thread Nin
thing like: PATH = $PATH:$HOME/sage-4.6 but I was wondering if there was something like sageenv around, and how to use, Thanks a lokt, kcrisman, for your comments :P On Dec 8, 10:31 am, Nin wrote: Hi everybody, I've just installed Sage 4.6 from the sources and wondered how c

[sage-support] Calling sage from any directory.

2010-12-08 Thread Nin
Hi everybody, I've just installed Sage 4.6 from the sources and wondered how could I call the executable $HOME/sage4.6/sage from any directory within my $HOME. What do you guys write in .bashrc to access the executable? Thanks a lot in advance Jose -- To post to this group, send email to sa