-
-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Description
Extend the functionality of var
by allowing to specify the number of variables:
sage: var('x', 4)
(x0, x1, x2, x3)
This ticket is a follow-up of #22809. It is related to #11576.
Component: symbolics
Keywords: symbolic, vector
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/22813