[sage-support] possible bug with finitely generated modules over PIDs

2015-06-05 Thread David Perkinson
sage: m = matrix([[2,-1,-1],[-1,2,-1],[-1,-1,2]]) sage: Q = ZZ^3/m.row_space() sage: Q.0 (1, 0) sage: Q.1 (0, 1) sage: m = matrix([[3,-1,-1,-1],[-1,3,-1,-1],[-1,-1,3,-1],[-1,-1,-1,3]]) sage: Q = ZZ^4/m.row_space() sage: Q.0 ) failed: AttributeError: 'sage.matrix.matrix_integer_sparse.Matrix_integ

[sage-support] problem with sagemath.org

2015-06-05 Thread David Perkinson
http://www.sagemath.org/packages/standard/ gives a 404 error. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post

[sage-support] Re: optional packages

2015-05-15 Thread David Perkinson
So the link should be changed on http://www.sagemath.org/download-packages.html? On Friday, May 15, 2015 at 2:21:09 PM UTC-7, David Perkinson wrote: > > I'm getting a 404 Error: page not found from > http://www.sagemath.org/packages/optional/. > -- You received this messag

[sage-support] optional packages

2015-05-15 Thread David Perkinson
I'm getting a 404 Error: page not found from http://www.sagemath.org/packages/optional/. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr..

[sage-support] problem running combinatorial functions

2008-12-27 Thread David Perkinson
Here is a typical error when I try to run a combinatorial function: sage: combinations([1,2],3) File "", line 1 [ ]gap> ^ SyntaxError: invalid syntax Linux Fedora 9, 2.6.27.7-53.fc9.i686 on a Thinkpad SAGE Version 3.