Re: [sage-support] Re: Running Macaulay2 inside a sage script

2011-07-25 Thread William Stein
On Mon, Jul 25, 2011 at 7:09 PM, Mel wrote: > Perhaps I should clarify a couple more things: > > I have figured out how to do simple Macaulay 2 commands inside a sage > script as follows: > > macaulay2("S = ZZ/101[t_1 .. t_9, u_1 .. u_9]") > > However, many of my commands are not working. Use t

[sage-support] Re: Running Macaulay2 inside a sage script

2011-07-25 Thread Mel
Perhaps I should clarify a couple more things: I have figured out how to do simple Macaulay 2 commands inside a sage script as follows: macaulay2("S = ZZ/101[t_1 .. t_9, u_1 .. u_9]") However, many of my commands are not working. The code in Macaulay2 which I would like to execute from sage loo