| 1 | initial version |
If you replace pol/x with pol//x, then over a large field you'll an error:
NotImplementedError: Division of multivariate polynomials over prime fields with characteristic > 2^29 is not implemented.
I'm not sure whether pol/x should raise the same error, but you're welcome to file a bugreport at https://github.com/sagemath/sage/issues anyway.
| 2 | No.2 Revision |
If you replace pol/x with pol//x, then over a large field you'll see an error:
NotImplementedError: Division of multivariate polynomials over prime fields with characteristic > 2^29 is not implemented.
I'm not sure whether pol/x should raise the same error, but you're welcome to file a bugreport at https://github.com/sagemath/sage/issues anyway.
| 3 | No.3 Revision |
If you replace pol/x with pol//x, then over a large field you'll see an error:
NotImplementedError: Division of multivariate polynomials over prime fields with characteristic > 2^29 is not implemented.
I'm not sure whether pol/x should raise the same error, but you're welcome to file a bugreport at https://github.com/sagemath/sage/issues anyway.
See also https://github.com/sagemath/sage/issues/34302
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.