Pull request at #38151
Steps To Reproduce
R.=PolynomialRing(QQ)
A=AffineSpace(R)
f=DynamicalSystem_affine(z^2+z+1).homogenize(1)
f.normal_form()
Expected Behavior
Should produce the normal form
Actual Behavior
AttributeError: 'sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint' object has no attribute 'variable'
Additional Information
No response
Environment
- **OS**: Ubuntu
- **Sage Version**: 10.0
-
Checklist
Pull request at #38151
Steps To Reproduce
R.=PolynomialRing(QQ)
A=AffineSpace(R)
f=DynamicalSystem_affine(z^2+z+1).homogenize(1)
f.normal_form()
Expected Behavior
Should produce the normal form
Actual Behavior
AttributeError: 'sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint' object has no attribute 'variable'
Additional Information
No response
Environment
Checklist