Changeset c32232 in git for Tst/Old/m15ex.tst


Ignore:
Timestamp:
Aug 5, 1999, 12:35:55 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
ce765f28aa870b2ebc52f1fa21f1350562a90049
Parents:
09f0eee4cf6f4b876e94303deea567172bc07eb7
Message:
* changes in invar.lib


git-svn-id: file:///usr/local/Singular/svn/trunk@3403 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Old/m15ex.tst

    r09f0ee rc32232  
    1010  }
    1111  // computation of the ring of invariants
    12   ideal in=invariantRing(m,x(2),x(1));
     12  ideal in=invariantRing(m,x(2),x(1), 0);
    1313  in;   //invariant ring is generated by 5 invariants
    1414  kill n,i,s;
     
    2020  m[6,1]=v;
    2121  // the vectorfield is: xd/dy+yd/dz+ud/dv+vd/dw
    22   ideal in=invariantRing(m,y,x);
     22  ideal in=invariantRing(m,y,x,0);
    2323  in; //invariant ring is generated by 6 invariants
    2424  kill q;
Note: See TracChangeset for help on using the changeset viewer.