| 2025-12-09 01:36:41 +0200 | received badge | ● Notable Question (source) |
| 2025-12-09 01:36:41 +0200 | received badge | ● Popular Question (source) |
| 2023-11-27 20:29:38 +0200 | marked best answer | Why does a polynomial become an element of a fraction field? I have a multivariate polynomial |
| 2023-11-26 16:05:35 +0200 | commented answer | Why does a polynomial become an element of a fraction field? Many thanks! |
| 2023-11-19 02:00:11 +0200 | edited question | Why does a polynomial become an element of a fraction field? Why does a polynomial become an element of a fraction field? I have a multivariate polynomial f in x1,x2,x3,x4,x5,x6,x7 |
| 2023-11-19 01:56:46 +0200 | commented question | Why does a polynomial become an element of a fraction field? @John Palmieri: I have edited my question. I am sorry because of my silly faults. |
| 2023-11-19 01:56:29 +0200 | commented question | Why does a polynomial become an element of a fraction field? @Max Alekseyev: thanks so much. |
| 2023-11-19 01:56:00 +0200 | commented question | Why does a polynomial become an element of a fraction field? @Max Alekseyev: thanks so much. @John Palmieri: I have edited my question. I am sorry because of my silly faults. |
| 2023-11-19 01:50:33 +0200 | edited question | Why does a polynomial become an element of a fraction field? Why does a polynomial become an element of a fraction field? I have a multivariate polynomial f in x1,x2,x3,x4,x5,x6,x7 |
| 2023-11-19 01:45:34 +0200 | edited question | Why does a polynomial become an element of a fraction field? Why does a polynomial become an element of a fraction field? I have a multivariate polynomial f in x1,x2,x3,x4,x5,x6,x7 |
| 2023-11-19 01:37:55 +0200 | edited question | Why does a polynomial become an element of a fraction field? Why does a polynomial become an element of a fraction field? I have a multivariate polynomial f in x1,x2,x3,x4,x5,x6,x7 |
| 2023-11-16 16:10:19 +0200 | commented question | Why does a polynomial become an element of a fraction field? F2=GF(2) Rr.<x> = F2[] F. = F2.extension(x^2+x+1) k=F R=PolynomialRing(k,["x%d" %i |
| 2023-11-16 16:09:44 +0200 | commented question | Why does a polynomial become an element of a fraction field? F2=GF(2) Rr.<x> = F2[] F. = F2.extension(x^2+x+1) k=F R=PolynomialRing(k,["x%d" %i for i in range |
| 2023-11-16 16:07:33 +0200 | received badge | ● Editor (source) |
| 2023-11-16 16:07:33 +0200 | edited question | Why does a polynomial become an element of a fraction field? Why does a polynomial become an element of a fraction field? I have a multivariate polynomial f in x1,x2,x3,x4,x5,x6,x7 |
| 2023-11-16 16:03:20 +0200 | commented question | Why does a polynomial become an element of a fraction field? I am so sorry, cause I can't attach a picture or post the whole my code in a comment. |
| 2023-11-16 16:02:18 +0200 | commented question | Why does a polynomial become an element of a fraction field? I am so sorry, cause I can't attach a picture to or post the whole my code in a comment. |
| 2023-11-16 15:59:04 +0200 | commented question | Why does a polynomial become an element of a fraction field? yy=zz1+[x[i] for i in range (v+o1,n)] print(yy) for i in range (o1+o2): print(Fc[i]) print(Fci) print(type(F |
| 2023-11-16 15:58:21 +0200 | commented question | Why does a polynomial become an element of a fraction field? while True: y_rd=[k.random_element() for j in range (v)] y=y_rd+[x[jj] for jj in range (v,v+o1)]+[0 for jjj in r |
| 2023-11-16 15:55:48 +0200 | commented question | Why does a polynomial become an element of a fraction field? `F2=GF(2) Rr.<x> = F2[] F. = F2.extension(x^2+x+1) k=F R=PolynomialRing(k,["x%d" %i for i in range (1,n+1)]) x=R. |
| 2023-11-14 21:46:06 +0200 | commented question | Why does a polynomial become an element of a fraction field? yy=zz1+[x[i] for i in range (v+o1,n)] print(yy) for i in range (o1+o2): print(Fc[i]) print(Fci) print(type(F |
| 2023-11-14 21:44:28 +0200 | commented question | Why does a polynomial become an element of a fraction field? while True: y_rd=[k.random_element() for j in range (v)] y=y_rd+[x[jj] for jj in range (v,v+o1)]+[0 for jjj in r |
| 2023-11-14 21:43:35 +0200 | commented question | Why does a polynomial become an element of a fraction field? F2=GF(2) Rr.<x> = F2[] F. = F2.extension(x^2+x+1) k=F R=PolynomialRing(k,["x%d" %i for i in range (1,n+1)]) x=R.g |
| 2023-11-13 19:41:41 +0200 | asked a question | Why does a polynomial become an element of a fraction field? Why does a polynomial become an element of a fraction field? I have a multivariate polynomial f in x1,x2,x3,x4,x5,x6,x7 |
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.