matlab的解方程的例子

syms x y
z=exp(2*x+y)+cos(3*x*y)-exp(1)-1;
zz=subs(z,x,1)
solve(zz)
原文地址:https://www.cnblogs.com/vigorz/p/10499165.html