Opened 5 years ago
Last modified 5 years ago
#20846 new defect
Maxima does not handle symbolic series
Reported by: | mmezzarobba | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.3 |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
sage: ((1/6*pi^2).series(x)).simplify_full() _SAGE_VAR_(1/6*pi^2)
See also #17400
Change History (2)
comment:1 Changed 5 years ago by
- Summary changed from _SAGE_VAR_ escapes from simplify_full() of series to Maxima does not handle symbolic series
comment:2 Changed 5 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
GiNaC/Pynac series are not supported by the Maxima interface at all, atm.