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
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