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

学习 时间:2026-05-29 07:43:23 阅读:7092
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-05-29 07:43:23

[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-05-29 07:43:23

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

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

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