How to get graded component of graded ring [closed]

asked 2019-08-27 15:32:45 +0200

heluani gravatar image

I have a graded quotient of a graded polynomial ring, say something like

P  = PolynomialRing(QQ, , 'x,y,z', order=TermOrder('wdegrevlex',(1,2,3)))
I = P.ideal(x*y^2 + x^5, z*y + x^3*y)
Q = P.quotient(I)

I would like to get the vector space over QQ consisting on vectors of degree, say 9, in Q.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by tmonteil
close date 2019-08-27 16:14:48.010777

Comments

my question was closed as duplicate, but I have been looking quite a bit in ask.sagemath.org and couldn't find the same question. I found similar questions like for freely generated rings only.

heluani gravatar imageheluani ( 2019-08-27 16:19:11 +0200 )edit