[sage-support] Re: Error calling plots.

2008-02-04 Thread adrianmatematico
Hmmm... I will look into it. Anyway, it is not critical, since I have firefox running almost all the time. If I find something, I will let you guys know. Thanks a bunch! -Adrian. On Feb 4, 10:49 pm, "Mike Hansen" <[EMAIL PROTECTED]> wrote: > Hello, > > > /usr/lib/firefox/firefox-bin: symbol l

[sage-support] Re: Error calling plots.

2008-02-04 Thread adrianmatematico
happens both in my laptop and in my desktop. I should probably open a new post for this. Hey, this is probably the best support I have ever had. Keep the good work On Feb 1, 7:53 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Feb 2, 3:49 am, adrianmatematico <[EMAIL PROTECT

[sage-support] Re: Error calling plots.

2008-02-01 Thread adrianmatematico
[EMAIL PROTECTED]:~$ cat /proc/cpuinfo processor : 0 vendor_id : CentaurHauls cpu family : 6 model : 9 model name : VIA Nehemiah stepping: 8 cpu MHz : 1197.000 cache size : 64 KB fdiv_bug: no hlt_bug : no f00f_bug: no com

[sage-support] Error calling plots.

2008-02-01 Thread adrianmatematico
I tried to install a couple of things and now sage cannot plot. I tried to install visual-python, along with the libraries. Sage used to work, and still does in my other computer. But when I do sage: plot(cos(x),-3,3) /usr/local/src/sage-2.10-ubuntu32-i686-Linux/local/bin/sage-sage: line 210:

[sage-support] Re: bug in matrix

2007-10-12 Thread adrianmatematico
y([[1,2],[3,4]],'int32') > sage: matrix(a) > Traceback (most recent call last): > ... > TypeError: cannot convert numpy matrix to SAGE matrix > > I'll try to get that taken care of in the near future. > > --Mike > > On 10/11/07, adrianmatematico <

[sage-support] Re: bug in matrix

2007-10-12 Thread adrianmatematico
eback (most recent call last): > ... > TypeError: cannot convert numpy matrix to SAGE matrix > > I'll try to get that taken care of in the near future. > > --Mike > > On 10/11/07, adrianmatematico <[EMAIL PROTECTED]> wrote: > > > > > First of

[sage-support] Re: bug in matrix

2007-10-11 Thread adrianmatematico
1, arg2, arg3, sparse) 371 sparse = False 372 --> 373 return matrix_space.MatrixSpace(ring, nrows, ncols, sparse=sparse)(entries) 374 375 : local variable 'ring' referenced before assignment On Oct 11, 8:23 pm, adrianmatematico <[EMAIL PROTECTED]> wrote: > Whe

[sage-support] bug in matrix

2007-10-11 Thread adrianmatematico
When I call matrix(a) and a is a numpy array, things do not work: sage: import numpy sage: a=numpy.array([[1,2,3],[4,5,6],[7,8,9]],'f') sage: a array([[ 1., 2., 3.], [ 4., 5., 6.], [ 7., 8., 9.]], dtype=float32) sage: matrix(a) [ 2.0047311 512.000122547 81

[sage-support] strange behaviour when converting a numpy matrix to a sage one.

2007-10-11 Thread adrianmatematico
sage: import numpy sage: numpy.array([[1,2,3],[4,5,6],[7,8,9]],'f') array([[ 1., 2., 3.], [ 4., 5., 6.], [ 7., 8., 9.]], dtype=float32) sage: a=numpy.array([[1,2,3],[4,5,6],[7,8,9]],'f') sage: matrix(a) [ 2.0047311 512.000122547 8192.0019722] [ 131072.0