Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

ex.coefficients() bug #276

Closed
rwst opened this issue Sep 6, 2017 · 0 comments
Closed

ex.coefficients() bug #276

rwst opened this issue Sep 6, 2017 · 0 comments
Labels
Milestone

Comments

@rwst
Copy link
Member

rwst commented Sep 6, 2017

sage: (1+x+exp(x^2/(1+x))).coefficients(x)
[[x + e^(x^2/(x + 1)) + 1, 0]]
sage: (1+x+exp(x^2)).coefficients(x)
[[e^(x^2) + 1, 0], [1, 1]]

https://trac.sagemath.org/ticket/23545

@rwst rwst added the bug label Sep 6, 2017
@rwst rwst added this to the 0.7.13 milestone Oct 5, 2017
@rwst rwst closed this as completed in 0186669 Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant