[sage-support] Cython Programming Guide

2008-07-22 Thread cesarnda
I have already written a script that works perfect in Sage (relaxation.py) but when I rename it (relaxation.spyx) to make it faster it doesn't work because I got a message: sage: attach relajacion.spyx Compiling /home/cesarnda/Documents/SageProg/ servicioSocialCienciaTusManos/relajacion.spyx...

[sage-support] Re: Plans for a Sage port to Solaris ??

2008-07-22 Thread Pierre
Did the 32 bit binary work for you, i.e. did it at least start up? er... which one ? i keep having a look at the following page: http://wiki.sagemath.org/solaris and i'm waiting for a 'download' link to pop up one day. Obviously i'm confused ! how does one get a binary ?? i sort of feel like

[sage-support] Re: Plans for a Sage port to Solaris ??

2008-07-22 Thread mabshoff
On Jul 22, 1:46 am, Pierre [EMAIL PROTECTED] wrote: Did the 32 bit binary work for you, i.e. did it at least start up? er... which one ? i keep having a look at the following page: http://wiki.sagemath.org/solaris Oops, I did not mention it there, but only in a similar thread on sage-

[sage-support] Re: symbolic vector calculus

2008-07-22 Thread Harald Schilly
On Jul 21, 10:50 pm, Tim Lahey [EMAIL PROTECTED] wrote: Lastly, if the ability to work with symbolic vectors/matrices was added, a nice thing to have would be to work with partitioned matrices and vectors. For example: A = [[ B, C],[D, E]] where B, C, D, and E are general sub-matrices.

[sage-support] Re: symbolic vector calculus

2008-07-22 Thread Tim Lahey
On Jul 22, 2008, at 12:27 PM, Harald Schilly wrote: On Jul 21, 10:50 pm, Tim Lahey [EMAIL PROTECTED] wrote: Lastly, if the ability to work with symbolic vectors/matrices was added, a nice thing to have would be to work with partitioned matrices and vectors. For example: A = [[ B,

[sage-support] 3.0.5 FTBFS on opensuse, using pbuild

2008-07-22 Thread Ondrej Certik
Hi, I did: $ export SAGE_PBUILD=yes $ export SAGE_BUILD_THREADS=4 $ make is this correct to build in parallel? This is what I got: gcc -g -c -fPIC -O3 -fwrapv -fno-strict-aliasing devel/sage/sage/structure/sage_object.c -DNDEBUG -I/home/certiko/ext/sage-3.0.5/local/include

[sage-support] Re: group cohomology errors

2008-07-22 Thread David Joyner
These require HAP to be installed. Was that installed? On 7/22/08, Ursula Whitcher [EMAIL PROTECTED] wrote: I've been getting some errors when trying to compute H^1(G,A) for various groups G and finite abelian groups A. I ran these commands using a notebook at sagenb.org : G =

[sage-support] Re: 3.0.5 FTBFS on opensuse, using pbuild

2008-07-22 Thread Ondrej Certik
On Tue, Jul 22, 2008 at 7:44 PM, Ondrej Certik [EMAIL PROTECTED] wrote: On Tue, Jul 22, 2008 at 7:39 PM, Ondrej Certik [EMAIL PROTECTED] wrote: Hi, I did: $ export SAGE_PBUILD=yes $ export SAGE_BUILD_THREADS=4 $ make is this correct to build in parallel? This is what I got: gcc -g

[sage-support] Re: Cython Programming Guide

2008-07-22 Thread cesarnda
now I have the following error message: sage: time Xi = relajacion(mat1, bi, 2.0) --- TypeError Traceback (most recent call last)

[sage-support] Re: 3.0.5 FTBFS on opensuse, using pbuild

2008-07-22 Thread Ondrej Certik
On Tue, Jul 22, 2008 at 10:45 PM, Ondrej Certik [EMAIL PROTECTED] wrote: On Tue, Jul 22, 2008 at 7:44 PM, Ondrej Certik [EMAIL PROTECTED] wrote: On Tue, Jul 22, 2008 at 7:39 PM, Ondrej Certik [EMAIL PROTECTED] wrote: Hi, I did: $ export SAGE_PBUILD=yes $ export SAGE_BUILD_THREADS=4 $