fixed issue with de Rham basis and coordinates for more than one place at infty (lift_to_de_rham) pt 2
This commit is contained in:
parent
dedec88e64
commit
78b76a116a
@ -450,7 +450,7 @@ class as_cover:
|
||||
return result_fcts
|
||||
|
||||
def lift_to_de_rham(self, fct, basis = 0, threshold = 30):
|
||||
'''Given function fct, find form eta regular on affine part such that eta - d(fct) is regular in infty. (Works for one place at infty now)'''
|
||||
'''Given function fct, find form eta regular on affine part such that eta - d(fct) is regular in infty.'''
|
||||
from itertools import product
|
||||
x_series = self.x_series
|
||||
y_series = self.y_series
|
||||
|
@ -88,9 +88,7 @@ class as_form:
|
||||
|
||||
def coordinates(self, basis = 0):
|
||||
"""Find coordinates of the given holomorphic form self in terms of the basis forms in a list holo."""
|
||||
print(self)
|
||||
self = self.reduce()
|
||||
print('s reduce', self)
|
||||
C = self.curve
|
||||
if basis == 0:
|
||||
basis = C.holomorphic_differentials_basis()
|
||||
|
Loading…
Reference in New Issue
Block a user