#6545: [with patch, positive review] sorting of ideal bases
---------------------------------+------------------------------------------
Reporter: malb | Owner: malb
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: commutative algebra | Keywords:
Reviewer: | Author: Martin Albrecht
Merged: |
---------------------------------+------------------------------------------
Comment(by mvngu):
The patch `trac_6545-rebased.patch` is a rebase of
`trac_6545_mpolynomial_ideal_sorted_outputs.patch` against Sage
4.1.2.alpha1. The rebased patch is the same as the previous patch, but
without this hunk:
{{{
--- jacobian_morphism.py
+++ jacobian_morphism.py
@@ -295,7 +295,7 @@
sage: H = HyperellipticCurve(f, 2*x); H
Hyperelliptic Curve over Finite Field of size
1000000000000000000000000000057 defined by y^2 + 2*x*y = x^7 + x^2 + 1
sage: J = H.jacobian()(F); J
- verbose 0 (919: multi_polynomial_ideal.py, dimension) Warning:
falling back to very slow toy implementation.
+ verbose 0 (...: multi_polynomial_ideal.py, dimension) Warning:
falling back to very slow toy implementation.
Set of points of Jacobian of Hyperelliptic Curve over Finite
Field of size 1000000000000000000000000000057 defined by y^2 + 2*x*y = x^7
+ x^2 + 1 defined over Finite Field of size 10000000000000000000000\
00000057
sage: Q = J(H.lift_x(F(1))); Q
(x + 1000000000000000000000000000056, y +
1000000000000000000000000000056)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6545#comment:16>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---