-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
symbolic function do not work with numpy.int64 arguments #9769
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
Note that there is no coercion when you call
The We cannot work with matrices as numeric objects in symbolics. I suppose you expect the sin() function to be applied to each entry of the matrix. The
The problem here is really coercion, but it should be copied to another ticket (in the basic_arithmetic component): The
|
comment:5
Replying to @burcin:
Incidentally the same with power series is part of #16197.
Edit: confused poly with series, sorry |
This comment has been minimized.
This comment has been minimized.
comment:9
Hello, I propose to close this ticket as duplicate because of #18076. With the branch applied
|
Reviewer: Jeroen Demeyer |
There seems to be some problems with the coercion of some datatypes to the symbolic ring:
Component: symbolics
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/9769
The text was updated successfully, but these errors were encountered: