matlab 符号方程组怎么求这个方程组啊?

学习 时间:2026-04-09 01:08:28 阅读:7376
matlab 符号方程组怎么求这个方程组啊?>> syms x y z;>> [x,y,z]=solve('sin(x)+y^2+logz=9','sin(x)+2^y-z=6','x^2+y+exp(x)=5')? Error using ==> solve at 162Unable to find closed form solution.这怎么回事啊?

最佳回答

背后的鞋子

无情的鼠标

2026-04-09 01:08:28

[x,y,z]=solve(sin(x)+y^2+log(z)-9,sin(x)+2^y-z-6,x^2+y+exp(x)-5)我的电脑配置低,算不出来

最新回答共有2条回答

  • 危机的蓝天
    回复
    2026-04-09 01:08:28

    [x,y,z]=solve(sin(x)+y^2+log(z)-9,sin(x)+2^y-z-6,x^2+y+exp(x)-5)我的电脑配置低,算不出来

上一篇 研究( )关于天文学

下一篇 哪颗星星是绿色的(从地球上看)