f = phi3 * phi2 * phi f.rational_maps() error: 'sage.categories.map.FormalCompositeMap' object has no attribute 'rational_maps'
| 1 | initial version | |
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'
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.