MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   带参数的非线性方程组 (https://www.labfans.com/bbs/showthread.php?t=2694)

vagrom 2008-04-29 05:16

带参数的非线性方程组
 
有一带参数的非线性方程组,但是解却求不出来为什么?

>> [c,s]=solve('c*x-s*y=z', 's*x+c*y', 'z^2 = x^2 +y^2', 'c^2+s^2=1', 'c', 's')

Warning: 4 equations in 2 variables.
> In solve at 113
Warning: Explicit solution could not be found.
> In solve at 140

watcher 2008-04-29 14:04

用四个等式求两个未知量,
过约束问题
减少方程数目或运用优化方法求解最优解


所有时间均为北京时间。现在的时间是 11:13

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.