Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2009-03-11 03:41:29
Size: 863
Editor: MikeStillman
Comment:
Revision 6 as of 2009-03-11 03:45:50
Size: 598
Editor: MikeStillman
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Please edit system and help pages ONLY in the master wiki!
## For more information, please see MoinMoin:MoinDev/Translation.
## IMPORTANT NOTE:
## When you use this page as a template for creating your project page:
## * please remove all lines starting with two hashes (##)
## * except the acl line, please keep that, but remove one hash, so it reads #acl ...
## * fix the acl line so it has the correct page instead of the sample Project/...Group
##acl Project/AdminGroup:admin,read,write,delete,revert Project/ReadWriteGroup:read,write Project/ReadGroup:read
##master-page:Unknown-Page
##master-date:Unknown-Date
#format wiki
#language en
Line 18: Line 5:
       m = macaulay2('matrix {{1,2},{3,4}}') {{{
    m = macaulay2('matrix {{1,2},{3,4}}')
}}}

2. interact doesn't work well will Macaulay2, in a terminal window:

{{{
sage: m2 = Macaulay2()
sage: m2.interact()
}}}

{{{
  --> Switching to Macaulay2 <--
}}}
{{{
macaulay2: R = QQ[x,y]
}}}
{{{
------------------------------------------------------------
   File "<ipython console>", line 3
     PolynomialRing)
                  ^
SyntaxError: invalid syntax
}}}

Some bugs involving the Macaulay2-sage interface

1. In a notebook, running sage, the following displays the tex source instead of the formatted tex.

    m = macaulay2('matrix {{1,2},{3,4}}')

2. interact doesn't work well will Macaulay2, in a terminal window:

sage: m2 = Macaulay2()
sage: m2.interact()

  --> Switching to Macaulay2 <-- 

macaulay2: R = QQ[x,y]

------------------------------------------------------------
   File "<ipython console>", line 3
     PolynomialRing)
                  ^
SyntaxError: invalid syntax

days14/projects/robust (last edited 2009-03-12 17:09:29 by MikeStillman)