Changeset 76cb29 in git


Ignore:
Timestamp:
Jun 24, 2013, 5:26:32 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
0641d2c73b4df44f664c77b48ed6f4bf26bf4dcd
Parents:
3fa1477ae6b4693a0a1b0594cc5e8b9a26b9f7e7
Message:
add: setting minpoly clears variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/changes_in_singular4.texi

    r3fa147 r76cb29  
    2727@c table @asis
    2828@itemize @bullet
     29@item setting @code{minpoly} results in changing the current coefficient domain
     30and clears all previously defined varaiables of that ring
     31
    2932@item Minor changes in the output of coefficient ring description. Moreover the output of elements of certain rings has been improved (for example, reals).
    3033
     
    98101
    99102The now can assign weights to module components, when defining a monomial ordering. For example
    100 
    101 @code{> ring R = 0, (x,y,z), (am(1,2,3,   10,20,30,40), dp, C);}
    102 @code{> deg(x*gen(1));}
    103 @code{11}
     103@smallexample
     104ring R = 0, (x,y,z), (am(1,2,3,   10,20,30,40), dp, C);
     105deg(x*gen(1));
     106@expansion 11
     107@end smallexample
    104108
    105109will assign weights 1,2,3 to x,y,z respectively, and weights 10,20,30,40,0,0,... to
Note: See TracChangeset for help on using the changeset viewer.