You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both problems can be fixed by using the PARI function member_omega instead of ellR_omega to define the omega() method.
The only disadvantage of this solution is that the precision parameter will be ignored. This means that one has to set the global precision to compute periods of elliptic curves over number fields (like one has to do in GP) instead of passing the precision parameter to omega().
The text was updated successfully, but these errors were encountered:
In the following example, the precision of
E.omega()
is too low:Also, elliptic curves over number fields are not supported:
Both problems can be fixed by using the PARI function
member_omega
instead ofellR_omega
to define theomega()
method.The only disadvantage of this solution is that the
precision
parameter will be ignored. This means that one has to set the global precision to compute periods of elliptic curves over number fields (like one has to do in GP) instead of passing theprecision
parameter toomega()
.The text was updated successfully, but these errors were encountered: