-
-
Couldn't load subscription status.
- Fork 683
Closed
Milestone
Description
The number of generators of a polynomial can be specified as a number:
sage: PolynomialRing(QQ, 'x', 4).gens()
(x0, x1, x2, x3)
This ticket should allow doing:
sage: polygens(QQ, 'x', 4)
(x0, x1, x2, x3)
Currently it returns TypeError: polygens() takes at most 2 arguments (3 given).
Component: commutative algebra
Keywords: polynomial vector
Author: Marcelo Forets
Branch/Commit: 5f1a4da
Reviewer: Simon King
Issue created by migration from https://trac.sagemath.org/ticket/22809