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.
I m trying to figure out how to use Mathematica to solve systems of equations where some of the variables and coefficients are vectors. A simple example would be something like where I know A, V, and ...