matlab的解方程的例子

syms x y
z=exp(2*x+y)+cos(3*x*y)-exp(1)-1;
zz=subs(z,x,1)
solve(zz)
posted @ 2015-03-31 15:25  vigorpush  阅读(394)  评论(0)    收藏  举报