Skip to main content
5 events
when toggle format what by license comment
Apr 13, 2017 at 12:55 history edited CommunityBot
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Mar 23, 2016 at 14:37 vote accept Zack Fair
Mar 22, 2016 at 5:59 comment added MarcoB If you are very certain that you obtain only one set of solutions from Solve, then you could use Solve[youreqautions, yourvariables] /. Rule -> Set. This will turn the list of rules returned by Solve into a list of assignments to the variables. Note that once those variables have values assigned, your Solve expression will no longer work until the values are cleared. Again, I really would not recommend using this: you should rather save the solutions / rules returned by Solve and apply them whenever you need to inject the variable values in expressions.
Mar 22, 2016 at 5:48 answer added Jokeur timeline score: 2
Mar 22, 2016 at 5:32 history asked Zack Fair CC BY-SA 3.0