[sage-support] Re: Bug: Finding kernel of a matrix over GF(2) seems to be broken.

2011-08-19 Thread Simon King
Hi John and Martin, On 20 Aug., 00:48, John H Palmieri wrote: > > What happens with the new version of M4RI? I gave it a positive review > > a few hours ago (see #11574). Does it also fix that bug? > > That seems to fix it for me! Awesome! It would be nice if we could test against that bug fix.

Re: [sage-support] Re: Bug: Finding kernel of a matrix over GF(2) seems to be broken.

2011-08-19 Thread Martin Albrecht
On Friday 19 August 2011, John H Palmieri wrote: > On Friday, August 19, 2011 3:28:48 PM UTC-7, Simon King wrote: > > Hi! > > > > On 19 Aug., 23:32, Alastair Irving > > > > wrote: > > > I get the same result as you so it does look like a bug. I also tried > > > putting algorithm="generic" into

[sage-support] Re: Bug: Finding kernel of a matrix over GF(2) seems to be broken.

2011-08-19 Thread John H Palmieri
On Friday, August 19, 2011 3:28:48 PM UTC-7, Simon King wrote: > > Hi! > > On 19 Aug., 23:32, Alastair Irving > wrote: > > I get the same result as you so it does look like a bug. I also tried > > putting algorithm="generic" into the call and got a different, but also > > wrong, answer. >

[sage-support] Re: Bug: Finding kernel of a matrix over GF(2) seems to be broken.

2011-08-19 Thread Simon King
Hi! On 19 Aug., 23:32, Alastair Irving wrote: > I get the same result as you so it does look like a bug.  I also tried > putting algorithm="generic" into the call and got a different, but also > wrong, answer. What happens with the new version of M4RI? I gave it a positive review a few hours ago

Re: [sage-support] Bug: Finding kernel of a matrix over GF(2) seems to be broken.

2011-08-19 Thread John H Palmieri
On Friday, August 19, 2011 2:32:18 PM UTC-7, Alastair Irving wrote: > > On 19/08/2011 18:57, Sucharit wrote: > > I am using Sage to compute homologies of large chain complexes. For > > this, I need to compute kernels of matrices over GF(2). > > > > The attached file testmatrix.sage contains the 128

Re: [sage-support] Bug: Finding kernel of a matrix over GF(2) seems to be broken.

2011-08-19 Thread Alastair Irving
On 19/08/2011 18:57, Sucharit wrote: I am using Sage to compute homologies of large chain complexes. For this, I need to compute kernels of matrices over GF(2). The attached file testmatrix.sage contains the 128 X 120 matrix that I started with. The first command loads the file. The second comma

[sage-support] wiki.sagemath.org

2011-08-19 Thread William Stein
Hi, We have changed how accounts work for http://wiki.sagemath.org. To access the wiki, use your trac account. Your old wiki account *will not work*. See http://trac.sagemath.org/sage_trac/ for how to get a trac account. (Spammers: Please don't waste your time trying to get an account, since yo

[sage-support] Re: An integral solved by Mathematica, but not by Sage

2011-08-19 Thread kcrisman
Maxima can't do this one either, at least not without some package. (%i8) integrate(%e^(-x^2/2)/sqrt(2*%pi) * signum(x-1),x,minf,inf); (%o8) ('integrate(%e^-(x^2/2)*signum(x-1),x,minf,inf))/ (sqrt(2)*sqrt(%pi)) On Aug 19, 2:05 pm, Omri wrote: > Hi, > > I have an integral that is solved by Math

Re: [sage-support] Bug: Finding kernel of a matrix over GF(2) seems to be broken.

2011-08-19 Thread Robert Bradshaw
I can't seem to download your test matrix, but are you sure you're not confusing left kernel and right kernel? What's M * M.kernel().basis()[0]? On Fri, Aug 19, 2011 at 10:57 AM, Sucharit wrote: > I am using Sage to compute homologies of large chain complexes. For this, I > need to compute kerne

[sage-support] An integral solved by Mathematica, but not by Sage

2011-08-19 Thread Omri
Hi, I have an integral that is solved by Mathematica, but not by Sage: integrate( exp(-x^2/2)/sqrt(2*pi) * sign(x-1), x, -oo, oo ) This is actually part of a 3D integral, that mathematica also solves, and sage has problems with due to the lack of multivariate integration: integrate sign(x+y)

[sage-support] Re: how to use interfaces between Macaulay2 and Sage

2011-08-19 Thread Dang Tuan Hiep
Dear all, It works now. I just write as follows: sage: macaulay2.installPackage('"Schubert2"') Have fun! Hiep On Aug 13, 12:04 pm, Hiệp Đặng wrote: > Dear William, > > thanks for your guidance. > > I would like to use the Schubert2 in Macaulay2 from Sage. I write as follows > > sage: macaulay2

[sage-support] Re: how to a copy of a nested list?

2011-08-19 Thread Stan Schymanski
Thanks a lot for the explanations. I like the example of windows or connections; haven't thought of it from that perspective. It did take me a long time to figure out what was happening here, so maybe the above examples would be good in the documentation when the user is introduced to lists. Not su

Re: [sage-support] Re: Error: LaTeX does not seem to be installed.

2011-08-19 Thread Ivan Andrus
On Aug 18, 2011, at 1:36 AM, G B wrote: > Yep, that did it. Comparing the path variables showed them to be quite > different. I've added the following to my init.sage: > > os.environ["PATH"]+=":/usr/texbin:/usr/local/bin" > > and everything runs happy. Just adding /usr/texbin didn't work bec