Solve command for InputBar
Planned
These days I've needed to use "solve command" in the ordinary mode. But I couldn't because it's output named variables so it can be used only in CAS mode. But I think that if this command could output a list of numbers that they're the solutions then we can make it possible for the normal mode. For example if the input is:
- Solve[{x+y=5,2x+y=8},{y,x}]
that have the solution: x=3, y=2
then the output will be {2,3} in the order which you write in the input: {y,x}
If for example the equation has 2 solutions for each x and y, and your input ended with {x,y}; then the output will yields {{x1,x2},{y1,y2}} and so on.
Good idea! BTW have you tried the Solutions[ ] command?
Comments have been locked on this page!