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('
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
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
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
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
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
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
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