If I have some function y[x_]:=ax+b (just an example), how do I obtain x[y_]:=(y-b)/a in Mathematica? I’ve tried InverseFunction,Collect and they don’t work.
If I have some function y[x_]:=ax+b (just an example), how do I obtain x[y_]:=(y-b)/a
Share
Treat it as an equation and use
Solve.