Changes between Initial Version and Version 1 of Ticket #577, comment 3
- Timestamp:
- Feb 26, 2014, 4:02:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #577, comment 3
initial v1 1 1 i support Daniel: in this case: x>Dx>1 and thus the ordering is global. 2 2 3 also:4 3 > Therefore all orderings which include a(1,0) are non-global. 5 4 lexicographical ordering lp(2) can be encoded as (a(1,0), a(0,1)), and it is clearly global... right?! 6 5 6 btw, i get: 7 {{{ 8 > std(ideal(x,Dx)); // not reduced 9 // ** Sorry, non-commutative mora is not yet implemented! 10 // ***dError: assume violation at ../../kernel/gr_kstd2.cc:1076 condition: currRing->OrdSgn != -1 11 _[1]=Dx 12 _[2]=1 13 }}} 7 14 15 i guess we should correct {{{currRing->OrdSgn}}} to be 1 in such a case...