We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291faf9 commit 019c161Copy full SHA for 019c161
src/sage/combinat/recognizable_series.py
@@ -1387,22 +1387,6 @@ def _repr_(self):
1387
self.coefficients())
1388
1389
1390
- def zero(self):
1391
- """
1392
- Return the zero of this recognizable series space.
1393
-
1394
- This can be removed once this recognizable series space is
1395
- at least an additive magma.
1396
1397
- EXAMPLES::
1398
1399
- sage: Rec = RecognizableSeriesSpace(ZZ, [0, 1])
1400
- sage: Rec.zero()
1401
- 0
1402
1403
- return self(0)
1404
1405
1406
@cached_method
1407
def one_hadamard(self):
1408
r"""
0 commit comments