2020-09-21 10:10:41 -0600 | received badge | ● Notable Question (source) |
2020-09-21 10:10:41 -0600 | received badge | ● Popular Question (source) |
2019-02-03 15:52:04 -0600 | received badge | ● Scholar (source) |
2019-02-03 14:28:51 -0600 | commented answer | Basis of quotient ring as a vector space Thanks! This works perfectly |
2019-02-03 14:28:13 -0600 | received badge | ● Supporter (source) |
2019-02-03 13:40:24 -0600 | received badge | ● Student (source) |
2019-02-03 13:39:26 -0600 | asked a question | Basis of quotient ring as a vector space I'm curious how I might get a k-basis for a quotient ring of the form R = k[x_1,...x_n] / I, where I is some ideal in the polynomial ring. For example, given I = {x^3}, and R = Q[x]/I, I would want Sage to give me the vector space basis {1,x,x^2}. Any help is appreciated!! :) |