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