Ask Your Question

MarsK's profile - activity

2023-09-22 19:27:29 +0200 received badge  Notable Question (source)
2023-09-22 19:27:29 +0200 received badge  Popular Question (source)
2022-06-22 11:10:24 +0200 received badge  Student (source)
2022-06-22 08:56:44 +0200 commented question PowerSeriesRing Not Accepting QuotientRing

Alright, so I've managed to circumvent this situation entirely by simply writing P = LaurentPolynomialRing(CC,'x, y')

2022-06-22 08:04:41 +0200 commented question PowerSeriesRing Not Accepting QuotientRing

Hi Max, I've struggled for a long time to compile the modified function.pyx file to no avail; is there a way to use sage

2022-06-21 20:04:18 +0200 commented question PowerSeriesRing Not Accepting QuotientRing

Thanks for the reply Max, I've fixed that but I still get the same exact error message.

2022-06-21 09:21:37 +0200 asked a question PowerSeriesRing Not Accepting QuotientRing

PowerSeriesRing Not Accepting QuotientRing Hi, I'm simply trying to define a power series ring on a quotient ring in py