#5451: Bug in addition of rational functions over a finite field
---------------------+------------------------------------------------------
Reporter: cremona | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: algebra | Keywords: rational function addition
---------------------+------------------------------------------------------
Comment(by cremona):
In a newly built 3.4.rc1 I can conform that the problem has indeed been
solved by the other bug fix mentioned in this ticket:
{{{
----------------------------------------------------------------------
| Sage Version 3.4.rc1, Release Date: 2009-03-08 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: F.<theta>=FiniteField(9)
sage: A.<t> = PolynomialRing(F)
sage: K.<t> = FractionField(A)
sage: f= 2/(t^2+2*t); g =t^9/(t^18 + t^10 + t^2);f+g
(2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + t^7 + t^6 +
t^5 + t^4 + t^3 + t^2 + t + 1)/(t^17 + t^9 + t)
}}}
This ticket can therefore be closed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5451#comment:5>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---