Algorithm to determine composition relation
P. = ProjectiveSpace(ZZ,1)
f = DynamicalSystem_projective([
x^3 + 2*x^2*y + 3*y^3,
x^2*y + x*y^2
])
[Read More]