-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
piecewise functions and integration / arithmetic do not play well together #1773
Comments
comment:2
This isn't specific to integrate. The problem is that piecewise functions don't play well with symbolics
|
comment:3
What should maybe happen is in piecewise.py, in the |
comment:5
See also #11225, which is about plotting - but sometimes this stuff causes plots to not work, of course. |
comment:6
Replying to @rlmill:
Or see what happens when we try to multiply piecewise and symbolic.
|
Dependencies: #14801 |
comment:13
While all the examples appearing in the comments are fixed with the new Cc'ing #14801's cc list.
|
comment:14
The problem on first sight here is that operations on Of course, the
|
comment:15
@rwst: does adding a new ... well it doesn't work for the OP problem, but that's another thing (misuse?) i guess, since:
although
and with the current patch one has:
New commits:
|
Branch: u/mforets/1773 |
Commit: |
comment:16
Hmmm, what i've uploaded doesn't work well with symbolic expressions as exponents!
the independent variable is misunderstood. |
comment:17
This seems to depend on if the expression contains a lexicographically earlier symbol:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:19
Replying to @rwst:
Ok, i see. as a workaround i've specified the |
Author: Marcelo Forets |
Changed dependencies from #14801 to none |
comment:21
does not apply |
comment:23
update milestone 8.3 -> 8.4 |
Changed branch from u/mforets/1773 to public/ticket/1773 |
New commits:
|
Reviewer: Volker Braun |
Changed branch from public/ticket/1773 to |
CC: @kcrisman @jondo @vbraun @slel @mkoeppe @eviatarbach @rwst
Component: calculus
Author: Marcelo Forets
Branch/Commit:
fe8304e
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/1773
The text was updated successfully, but these errors were encountered: