-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Milestone
Description
The ticket asks for
- adding a
sparse
parameter toExpression.coefficients()
, defaultTrue
- removing/deprecating the
coeff
andcoeffs
aliases - implement
Expression.list()
, simply callingcoefficients(sparse=False)
This appears to be consensus for polynomials in the thread https://groups.google.com/forum/?hl=en#!topic/sage-devel/IHirUHTWnuA
Component: symbolics
Keywords: list, polynomial, coeff
Author: Ralf Stephan
Branch/Commit: 0fec129
Reviewer: John Perry
Issue created by migration from https://trac.sagemath.org/ticket/17438