#7119: [with patch, needs review] Redundant minus sign in PolyDict polynomial
--------------------------------+-------------------------------------------
Reporter: klee | Owner: klee
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-4.1.3
Component: basic arithmetic | Keywords:
Work_issues: | Author: Kwankyu Lee
Reviewer: | Merged:
--------------------------------+-------------------------------------------
Comment(by awebb):
What does the TESTS: label do? When I build the reference the Test section
is also included. In which case, why not just add to the Examples section
(separated by a line with a :: to start a new section)?
I think it would be easier to use something like:
{{{
sage: R.<x,y>=PolynomialRing(GF(2),2,order='lex')
sage: f=x+y
sage: f.lt()
x
}}}
Then you don't need the long import statement. What do you think?
Adam
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7119#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---