-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
CallableSymbolicExpressionRing over subrings of SR #32008
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:4
With this version, we get:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CallableSymbolicExpressionRing
allows meaningless operations such as the following.This should be changed so it gives:
f
currently is an element of aCallableSymbolicExpressionRing
, a ring over the baseSR
(the only allowed base for this class).CallableSymbolicExpressionRing
has another critical flaw pointed out in Meta-ticket: Callable symbolic expressions #28434 (Syntax for callable symbolic expressions causes too much confusion) as "7. Addition confusion":In this ticket:
CallableSymbolicExpressionRing
instances based on the names of the argument variable names. Instead, they will be unique by number of arguments, and the set of non-argument symbols that appear in the definition._repr_
and when converted intoSR
bySymbolicRing._element_constructor_
SR
. Then we change the default base ring of a callable expression to be the subring ofSR
that rejects all dummy variables.Related:
CC: @rburing @slel @egourgoulhon @tscrim @dkrenn
Component: symbolics
Branch/Commit: u/mkoeppe/callablesymbolicexpressionring_over_subrings_of_sr @
f71de5b
Issue created by migration from https://trac.sagemath.org/ticket/32008
The text was updated successfully, but these errors were encountered: