-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
From https://groups.google.com/forum/#!topic/sage-devel/_amko6fGk64 :
sage: s = diff(function('f')(x), x) * x^2
sage: s.coefficients(x) # Bam!
Upstream fix: pynac/pynac#276
Depends on #24262
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/24147