f = phi3 * phi2 * phi f.rational_maps() error: 'sage.categories.map.FormalCompositeMap' object has no attribute 'rational_maps'
1 | initial version | asked 2023-08-17 16:19:05 +0100 Anonymous |
f = phi3 * phi2 * phi f.rational_maps() error: 'sage.categories.map.FormalCompositeMap' object has no attribute 'rational_maps'
Suppose
How can i get rational maps of the composed isogeny $\phi$ using Sage?
I tried:
f = phi3 * phi2 * phi
f.rational_maps()
error:
error:
'sage.categories.map.FormalCompositeMap' object has no attribute 'rational_maps''rational_maps'
Suppose
How can i get rational maps of the composed isogeny $\phi$ using Sage?
I tried:
f = phi3 * phi2 * phi
f.rational_maps()
error:
'sage.categories.map.FormalCompositeMap' object has no attribute 'rational_maps'
4 | retagged |
Suppose
How can i get rational maps of the composed isogeny $\phi$ using Sage?
I tried:
f = phi3 * phi2 * phi
f.rational_maps()
error:
'sage.categories.map.FormalCompositeMap' object has no attribute 'rational_maps'
Suppose
How can i get rational maps of the composed isogeny $\phi$ using Sage?
I tried:
f = phi3 * phi2 * phi
f.rational_maps()
error:
'sage.categories.map.FormalCompositeMap' object has no attribute 'rational_maps'