DeRhamComputation/as_drw/as_compability.sage

5 lines
124 B
Python

def teichmuller(self, n):
AS = self.curve
return as_witt([self] + n*[0*AS.x])
as_function.teichmuller = teichmuller