[sage-support] Re: Error running sage first time

2009-05-31 Thread Janzo
> > 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

[sage-support] Error running sage first time

2009-05-31 Thread Janzo
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) ---

[sage-support] Re: Problem with python recursion

2008-10-02 Thread Janzo
/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

[sage-support] Re: Problem with python recursion

2008-10-02 Thread Janzo
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. >

[sage-support] Problem with python recursion

2008-10-02 Thread Janzo
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

[sage-support] Re: sh: convert: command not found

2008-03-26 Thread Janzo
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: > >

[sage-support] sh: convert: command not found

2008-03-26 Thread Janzo
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 --~--~-~

[sage-support] Re: Embedding 3d plots in a blog

2008-03-24 Thread Janzo
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

[sage-support] Re: libstdc++.so.6: cannot handle TLS data

2007-12-25 Thread janzo
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

[sage-support] Re: libstdc++.so.6: cannot handle TLS data

2007-12-25 Thread janzo
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

[sage-support] Re: libstdc++.so.6: cannot handle TLS data

2007-12-25 Thread janzo
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

[sage-support] libstdc++.so.6: cannot handle TLS data

2007-12-24 Thread janzo
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