in reply to Re^2: How would you solve a user-inputted simple one-variable Linear Equation
in thread How would you solve a user-inputted simple one-variable Linear Equation
Sorry, the other part of the "either" would be to call any linear solver program yourself.
If you only have one linear equation, the solution is to simply restate the formula in the form
a*x +b = 0
From that, the solution is immediately clear.
|
|---|