[sage-support] Re: installing in Leopard

2007-10-30 Thread mabshoff
On Oct 31, 7:40 am, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Oct 31, 7:34 am, William Stein <[EMAIL PROTECTED]> wrote: > > Hello, > > > try using the tiger binaries, since they work in leopard also. > > A remark: I just noticed that the leopard binary is about 53 mb > smaller than th

[sage-support] Re: installing in Leopard

2007-10-30 Thread mabshoff
On Oct 31, 7:34 am, William Stein <[EMAIL PROTECTED]> wrote: Hello, > try using the tiger binaries, since they work in leopard also. A remark: I just noticed that the leopard binary is about 53 mb smaller than the tiger binary, and that seems to indicate that something went wrong with the tig

[sage-support] Re: installing in Leopard

2007-10-30 Thread William Stein
try using the tiger binaries, since they work in leopard also. - William (Sent from my iPhone.) On Oct 30, 2007, at 11:25 PM, Neal <[EMAIL PROTECTED]> wrote: > > Hi All, > > I know that building from source isn't yet supported in OS X 10.5, but > when I tried to run the precompiled Leopard bin

[sage-support] installing in Leopard

2007-10-30 Thread Neal
Hi All, I know that building from source isn't yet supported in OS X 10.5, but when I tried to run the precompiled Leopard binaries, I get the following: *** -- | SAGE Version 2.8.10, Release Dat

[sage-support] Re: side effect problem of numpy.dot with Integer and QQ arrays.

2007-10-30 Thread Carl Witty
On Oct 29, 12:05 am, Manny <[EMAIL PROTECTED]> wrote: > In sage, the arguments of numpy.dot can be changed when they > shouldn't. The following illustrates the problem: > > import numpy as npy > # With sage.rings.integer.Integer: > x = npy.array([1]) > print x > # [1] > npy.dot(x, npy.array([0])

[sage-support] undergraduate linear algebra and SAGE

2007-10-30 Thread Jason Grout
My postdoc mentor is being flown to China to give a presentation on teaching undergraduate linear algebra in the U.S. She is emphasizing technology in teaching. She will talk about Mathematica, Maple, Matlab, and calculators in teaching. When she asked for other software, I mentioned Octa

[sage-support] Re: Very strange error of Singular under Sage

2007-10-30 Thread Simon King
Dear Martin, > I can try to do this later but as you know this code better could you give it > a shot? I got it! I was setting degBound. Apparently in SuperCommutative it is not checked whether degBound is sufficiently large. Hence, a relation z^2 with deg(z)>1 will not be found when we have de

[sage-support] Re: Very strange error of Singular under Sage

2007-10-30 Thread Martin Albrecht
> In fact, it doesn't fix the problem. So, it seems to be a problem of > Singular and not of the interface (do you mean this by "good"? ;-) Kind of, because we seem to be off the hook ;-) > > start simplifying the code as long as the error remains by hand. > > I can try to do this later but as y

[sage-support] Re: Very strange error of Singular under Sage

2007-10-30 Thread Simon King
Dear Martin, > cat logfile | egrep "^>" | sed s/"^>"// | Singular > > Then, I'd remove all strictly unnecessary lines like killing of variables. > > cat logfile | egrep "^>" | sed s/"^> "// | sed s/"^if(defined.*$"// | Singular > > and (as this doesn't fix the problem, which is good) In fact, it

[sage-support] Re: Very strange error of Singular under Sage

2007-10-30 Thread Martin Albrecht
On Tuesday 30 October 2007, Simon King wrote: > Dear William, dear Martin, > > > and change the line (1145) that creates the singular interface to > > > >singular = Singular(logfile="/tmp/logfile") > > That worked, thank you! The Result is in the attachment. In line 947, I do > print(sage130)

[sage-support] Very strange error of Singular under Sage

2007-10-30 Thread Simon King
Dear William, dear Martin, > and change the line (1145) that creates the singular interface to > >singular = Singular(logfile="/tmp/logfile") That worked, thank you! The Result is in the attachment. In line 947, I do print(sage130), and this prints the example with the two missing relatio

[sage-support] Re: Very strange error of Singular under Sage

2007-10-30 Thread William Stein
On 10/30/07, Simon King <[EMAIL PROTECTED]> wrote: > > If you 'tell' the Singular interface to write a logfile, you/we can see what > > is going on on the Singular side: > > Can you tell me what i did wrong: > sage: singular = Singular(logfile='singlog') > sage: from cohomology import * > sage: C=

[sage-support] Re: Very strange error of Singular under Sage

2007-10-30 Thread Simon King
Dear Martin, > If you 'tell' the Singular interface to write a logfile, you/we can see what > is going on on the Singular side: Can you tell me what i did wrong: sage: singular = Singular(logfile='singlog') sage: from cohomology import * sage: C=COHO('125gp3') sage: C.make(3) ... sage: singular.

[sage-support] Re: Very strange error of Singular under Sage

2007-10-30 Thread Martin Albrecht
> Do you know of any "dangerous" commands that can cause Singular to > start to compute nonsense? Perhaps an answer would simplify my attempt > to detect an error in my code. Hi Simon, I don't know such commands, but I have a suggestion which should help you/us to debug this. If you 'tell' the

[sage-support] Very strange error of Singular under Sage

2007-10-30 Thread Simon King
Dear sage-support team, i met a very strange error of Singular under Sage. The error only occured after doing some other computations. I'm afraid the complete code would be too long, but I'll try to extract the parts of my computation that are relevant to the problem, which will take a while. E