I do not understand the following, probably because I do not
understand why, when I create an object of class EllipticCurve_field
it ends up having type EllipticCurve_field_with_category:

in my code I have the lines

E0 = ...
print type(E0)
auts = E0.automorphsims()

I get the AttributeError: 'EllipticCurve_field_with_category' object
has no attribute 'automorphsims'

If I construct the same object in an interactive session, the method
automorphisms() runs fine.

Help!

John

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to