-
-
Notifications
You must be signed in to change notification settings - Fork 601
Make solution_dict the default output for solve #10213
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
Comments
comment:1
Question: will this confused people who have never seen a dict before? After all, that is a large part of who is using this functionality (based on sage-support requests). |
comment:2
Also, it possibly breaks a lot of existing code. There should be some thought put in before this happens. |
comment:3
+1 to thinking. I think it probably warrants a different function name than solve, or maybe just a different syntax for calling solve. I don't think it will confuse people who haven't seen a dict. The output would look like this: [{x: 3, y: 4}, {x: 1, y: 5}] which I think is very understandable. |
comment:4
Here is an idea from Jeff Denny which is related.
With examples here:
|
This is what mathematica does, and a much easier way to work with the results than getting an equation.
This has been discussed in:
http://groups.google.com/group/sage-devel/browse_thread/thread/93a9897c35ea0d80
Component: symbolics
Keywords: solve, solution_dict
Issue created by migration from https://trac.sagemath.org/ticket/10213
The text was updated successfully, but these errors were encountered: