-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to extract a particular coefficient of a multivariate power series #39314
Comments
As far as I know, there is nothing in the documentation that says this should work, so it seems to be an enhancement request, not a bug. |
Well, it also works for univariate series:
So, the absence of this core functionality for multivariate series is a clear deficiency, if not a bug. |
Let me remark that, currently,
This also works, and more generally, for lazy series:
We can now extract a single coefficient - note that providing an index of the wrong type silently returns 0.
And, although, slightly abusing terminology,
|
Perhaps, for the uniformity of interface |
The enhancement seems like a good idea. In any case, a way to obtain the coefficients (and the homogeneous components) should be documented, but doesn't seem to be. |
Steps To Reproduce
We have
but
Expected Behavior
There should be a simple interface (including indexing via
[]
) for accessing a particular coefficient of a power series, similarly to that of multivariate polynomials.Actual Behavior
Functionality for accessing individual coefficients is missing.
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: