Changeset 4f17aa2 in git


Ignore:
Timestamp:
Jan 28, 2019, 10:42:21 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
4b79c7b8189f75f27945f29fcb0e545394b85ab0
Parents:
2ed68582915c3ebdf7071e1d330bde6db4bd689e
Message:
fix: syntax of freeAlgebra
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/freegb.lib

    r2ed6858 r4f17aa2  
    503503  "EXAMPLE:"; echo = 2;
    504504  ring r = 0,(x,y),dp;
    505   def R = freeAlgebra(r, 4,2); // R with letterplace structure
     505  def R = freeAlgebra(r, 4); // R with letterplace structure
    506506  setring R;
    507507  poly a = x*y; poly b = y;
Note: See TracChangeset for help on using the changeset viewer.