#5146: implement MPolynomial_ideal.varierty() for GF(p) with p > than what
Singular supports
---------------------------------+------------------------------------------
Reporter: malb | Owner: malb
Type: defect | Status: new
Priority: major | Milestone: sage-3.4
Component: commutative algebra | Keywords:
---------------------------------+------------------------------------------
{{{
R.<x,y> = PolynomialRing(GF(2147483659),order='lex')
I=ideal([x^3-2*y^2,3*x+y^4])
sage: I.variety()
...
? `2147483659` greater than 2147483647(max. integer representation)
? error occurred in STDIN line 172: `ring sage86=2147483659,(x, y),lp;`
? expected ring-expression. type 'help ring;'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5146>
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
-~----------~----~----~----~------~----~------~--~---