DeRhamComputation/as_drw/as_compability.sage

5 lines
124 B
Python
Raw Normal View History

2024-01-13 17:11:29 +01:00
def teichmuller(self, n):
AS = self.curve
return as_witt([self] + n*[0*AS.x])
as_function.teichmuller = teichmuller