I have a system with 11 equations and 9 unknowns, how can I solve these equation sets?

조회 수: 2 (최근 30일)
I have a system with 11 equations and 9 unknowns, how can I solve these equation sets?
For example
ct=teta0+c*d+teta1p*a
gama0= teta0*a*b*c*(teta1p+d);
gama1s=(a*gama0+b)/c;
gama1c=teta0+0.75*teta1p+c*d;
wy=e*cos(tetaf)+cos(fi)......+sin(tetafp);
Wi=g*cos(tetaf)+...+cos(tetafp);
... and There are 5 more equations with tetaf, tatafi and tetafp unknowns.
known parameters:a,b,c,d,e,f and....
uknown parameters: teta0,teta1c,teta1p,gama0,gama1c,gama1s,tetaf,tetfp,fi

답변 (1개)

Matt J
Matt J 2021년 10월 9일
See fsolve(), or if you want to put upper/lower bounds on the unknowns then see lsqnonlin().

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

제품


릴리스

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by