Feeds
已回答
Solving system of 3 non-linear equations.
syms x y z eq1=exp(x)+sqrt(y)-z.^3-2 eq2=x.^2-y-z-5 eq3=x+exp(y-1)+z-7 sol=solve(eq1,eq2,eq3) sol how can i rewrite it
Solving system of 3 non-linear equations.
syms x y z eq1=exp(x)+sqrt(y)-z.^3-2 eq2=x.^2-y-z-5 eq3=x+exp(y-1)+z-7 sol=solve(eq1,eq2,eq3) sol how can i rewrite it
6 years 前 | 0