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

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -