#11855: Hilbert series, Hilbert functions of a given ideal
-----------------------------------+----------------------------------------
Reporter: dangtuanhiep | Owner: malb
Type: enhancement | Status: new
Priority: trivial | Milestone: sage-4.7.2
Component: commutative algebra | Keywords: sd34
Work_issues: | Upstream: N/A
Reviewer: | Author: Hiep Dang
Merged: | Dependencies:
-----------------------------------+----------------------------------------
Comment(by malb):
Huh, it's already there.
{{{
----------------------------------------------------------------------
| Sage Version 4.7.1, Release Date: 2011-08-11 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: K.<w> = GF(27)
sage: P.<x, y> = PolynomialRing(K, 2, order='lex')
sage: I = Ideal([ x^8 + y + 2, y^6 + x*y^5 + x^2 ])
sage: I.hi
I.hilbert_polynomial I.hilbert_series
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11855#comment:1>
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.