Changeset 76cb29 in git for doc/changes_in_singular4.texi
- Timestamp:
- Jun 24, 2013, 5:26:32 PM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 0641d2c73b4df44f664c77b48ed6f4bf26bf4dcd
- Parents:
- 3fa1477ae6b4693a0a1b0594cc5e8b9a26b9f7e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/changes_in_singular4.texi
r3fa147 r76cb29 27 27 @c table @asis 28 28 @itemize @bullet 29 @item setting @code{minpoly} results in changing the current coefficient domain 30 and clears all previously defined varaiables of that ring 31 29 32 @item Minor changes in the output of coefficient ring description. Moreover the output of elements of certain rings has been improved (for example, reals). 30 33 … … 98 101 99 102 The 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 104 ring R = 0, (x,y,z), (am(1,2,3, 10,20,30,40), dp, C); 105 deg(x*gen(1)); 106 @expansion 11 107 @end smallexample 104 108 105 109 will 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.