Skip to content

coeff(f,x*y) does not work #9505

@zimmermann6

Description

@zimmermann6

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions