-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
ConditionSet, ImageSet: Implement formal Set comprehension #24176
Comments
Dependencies: #24171 |
comment:2
Accepting lists requires the function being a |
Commit: |
New commits:
|
Changed branch from u/rws/implement_formal_set_comprehension to u/rws/24176 |
Changed branch from u/rws/24176 to u/rws/implement_formal_set_comprehension |
Author: Ralf Stephan |
Changed branch from u/rws/implement_formal_set_comprehension to u/mkoeppe/implement_formal_set_comprehension |
comment:8
Rebased on top of rebased #24171 New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
comment:10
Rebased on top of updated #24171, which cherry-picked 1 commit from here. Not sure about the changes on this ticket marked 24171. They are either from a newer or older version of 24171. |
comment:11
The fix to Unclear to me whether 6995d1e (make |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:14
I think the approach on the current branch may be tied a bit too closely to I think it's better to first implement:
|
comment:18
Replying to @mkoeppe:
This is now implemented in #32089. |
comment:19
|
comment:20
Opened #32121 Replace |
comment:22
@mkoeppe: since you put me into the CC list, would this include symbolic roots of polynomials, given by the minimal polynomial? I am guessing (because I'm not an expert there) that these would really need a special treatment, because one can compute with them quite well. |
comment:25
With #32121 merged, this is now finished |
Changed author from Ralf Stephan to none |
comment:26
Agreed. |
Reviewer: Travis Scrimshaw |
Changed branch from u/mkoeppe/implement_formal_set_comprehension to none |
Changed commit from |
comment:27
Does #32121 provide a possibility to specify the set of roots of a polynomial? |
In order to be able to express solution sets from SymPy's
solveset
a set comprehension constructor as equivalent to SymPy'simageset
/ConditionSet
is needed. As the arguments are symbolic the most natural way to do this would be a formal symbolic function named likeset_of_all
taking a term argument and a list argument containingelement_of(...)
function expressions.This set would convert to a
SymPy
ImageSet or ConditionSetRelated:
ImageManifoldSubset
(#31653)Depends on #24171
Depends on #32013
Depends on #32089
Depends on #32121
CC: @tscrim @mantepse
Component: symbolics
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/24176
The text was updated successfully, but these errors were encountered: