1 | initial version |
I don't know anything about macaulay and don't have it installed, but I suggest you try to make the content of your command be a string, or you will keep hitting this syntax error. What about
sage: A = macaulay2('value get "~/matrices/foo/001-matrix"')
Does it give what you want ?
Nathann