matlab - Rearranging symbolic expression -
i have function in mupad in terms of various variables z = f(x,y,...). rearrange equation express x in terms of z. have not found suitable command so.
use solve. example:
syms x y z x = solve('z = x^3 + y^3 - 1', x);
Comments
Post a Comment