Skip to main content
CCN WIKI Books
View All
Search
Shelves
Books
Log in
Info
Content
Books
Solvers
solve[ ]
solve a*x + b = 0
solve a*x + b = 0
sol = solve[ a*x + b == 0, {x}]; show sol; save as solve4;
Output
"sol" → {-(b/a)}
Enter section select mode
Previous
solve[ ]
Next
solve a*x +b == 0 for x
Back to top