-
-
Notifications
You must be signed in to change notification settings - Fork 665
Closed
Description
The following is ok:
sage: var('x,y,z')
sage: f=x*y*z^2
sage: f.coeff(z^2)
x*y
However the following is not:
sage: f.coeff(x*y)
0
Component: symbolics
Keywords: pynac
Stopgaps: #12699
Author: Paul Zimmermann
Branch/Commit: 06b3fc1
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/9505