>
> 1. Try sage-4.0, which was just released.
>
Just compiled, it took me about 3 hours. And the latest output seems
fine, it says:
Build finished. The built documents can be found in /home/ene/
sage-4.0/devel/sage/doc/output/html/en/a_tour_of_sage
sphinx-build -b html -d /home/ene/sage-4.0/d
Hello,
I'm running the latest binaries of sagemath, this is the error I get,
and I have no idea how to fix it and make it run. I'm afraid this is a
newbie question, and sure the fix is obvious but I can't figure it.
Could you help me please?
Thanks a lot.
(python and gap are intalled already)
---
/10
> f = exp(t)*cos(t) - exp(t)*sin(t) #la ecuacion diferencial
>
> def x(n):
> if n == 0:
> return 1 #punto conocido
> else:
> return (x(n-h) + h*f(n-h)) #funcion de Euler
>
> for i in range(10):
> print RR(x(i*h))
>
> On Thu, Oct 2, 2008 at
I think you are right Justin, thanks.
On 2 oct, 19:08, "Justin C. Walker" <[EMAIL PROTECTED]> wrote:
> On Oct 2, 2008, at 09:35 , Janzo wrote:
>
>
>
>
>
> > Hi guys I have a problem with this recursive function, I am getting a
> > infinite loop.
>
Hi guys I have a problem with this recursive function, I am getting a
infinite loop.
The thing is that it is working fine for x(h), x(2*h) but not for any
upper value.
Any suggestions? Thanks a lot.
var('h,t')
h = 0.1
f = exp(t)*cos(t) - exp(t)*sin(t) #la ecuacion diferencial
def x(n):
i
Ok it's working.
Thanks to both.
On Mar 26, 7:24 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 26, 2008 at 11:10 AM, Janzo <[EMAIL PROTECTED]> wrote:
>
> > Hi:
> > I'm learning the plot functions, sage show that error:
>
>
Hi:
I'm learning the plot functions, sage show that error:
sh: convert: command not found
when i try to evaluate:
v=[]
for i in range(3):
v.append(polygon([[1,2],[5,6],[5,0],[6,i]], rgbcolor=(1,0,1)))
curve = animate(v)
curve.show()
Any idea of what package I need?
thanks
--~--~-~
I get it!
This is the code:
This only needs install jmol in the path /wp-content/jmol/ (for
example) and put the pmesh in the path /wp-content/
thanks for your help.
On Mar 23, 9:48 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Sun, Mar 23, 2008 at 1:2
Ok, thank you very much. I'll try to fix it, If I get something I'll
let you know.
Janzo
On Dec 25, 2:51 pm, mabshoff <[EMAIL PROTECTED]
dortmund.de> wrote:
> On Dec 25, 2:36 pm, janzo <[EMAIL PROTECTED]> wrote:
>
> > Now the problem is building cremona
Now the problem is building cremona, I tried to run the debug console
("/home/janzo/SAGE/sage-2.9.1/sage -sh") but I don't know what to do
whit it ¿?
the error log of cremona:
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See http://gcc.gnu.org
abshoff <[EMAIL PROTECTED]
dortmund.de> wrote:
> On Dec 24, 9:42 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Dec 24, 2007 1:27 PM, janzo <[EMAIL PROTECTED]> wrote:
>
> > > Hi!
> > > I'm trying to run a sage note
andle TLS
data
WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
sage.misc.preparser_ipython.magma_colon_equals=True'
---
Traceback (most recent call
last)
/home/.meta/janzo/sage-2.9-de
12 matches
Mail list logo