Ask Your Question

schwabis's profile - activity

2022-05-19 16:29:42 +0100 commented answer Changing from PolynomialRing to LaurentPolynomialRing and maybe back

L = LaurentPolynomialRing(GF(11),x,2, order='degrevlex') R = L.polynomial_ring() x = R.gens() f=x[0]**2+1

2022-05-19 16:27:47 +0100 commented answer Changing from PolynomialRing to LaurentPolynomialRing and maybe back

L = LaurentPolynomialRing(GF(11),x,2, order='degrevlex') R = L.polynomial_ring() x = R.gens()

2022-05-19 16:27:23 +0100 commented answer Changing from PolynomialRing to LaurentPolynomialRing and maybe back

L = LaurentPolynomialRing(GF(11),x,2, order='degrevlex') R = L.polynomial_ring() x = R.gens() f=x[0]**2+1

2022-05-19 14:11:17 +0100 asked a question Changing from PolynomialRing to LaurentPolynomialRing and maybe back

Changing from PolynomialRing to LaurentPolynomialRing and maybe back Hej, I am doing some calculations in a Polynomial

2022-03-06 16:15:12 +0100 asked a question UnboundLocalError and new files

UnboundLocalError and new files Since a couple of days I have a problem with my python code. In the folder which contai

2022-02-09 11:46:49 +0100 asked a question Finite Field - force negative numbers to become positive

Finite Field - force negative numbers to become positive I have a random list of values which I use to construct monomia

2021-11-20 22:58:40 +0100 asked a question Congruences classes quotient ring

Congruences classes quotient ring I am playing around with quotient rings in several variables and would like to get the

2021-11-01 13:28:35 +0100 received badge  Good Question (source)
2021-10-31 17:55:23 +0100 received badge  Nice Question (source)
2021-10-31 13:58:04 +0100 commented question Assigning values error

Added the s_poly and the which G I use.

2021-10-31 13:57:51 +0100 edited question Assigning values error

Assigning values error I am trying to program a toy buchberger algorithm but got stuck. import itertools R.<x,y,z>

2021-10-31 13:56:29 +0100 received badge  Editor (source)
2021-10-31 13:56:29 +0100 edited question Assigning values error

Assigning values error I am trying to program a toy buchberger algorithm but got stuck. import itertools R.<x,y,z>

2021-10-30 23:42:46 +0100 received badge  Student (source)
2021-10-30 22:46:15 +0100 asked a question Assigning values error

Assigning values error I am trying to program a toy buchberger algorithm but got stuck. import itertools R.<x,y,z>