how to Nonlinear equations?(two variables)
이전 댓글 표시
f(1) = x(1)*(14+r1)-10*x(2)-4*x(3)-100;
f(2) = x(1)*-10+x(2)(18+r2)+x(3)*-8+80;
f(3) = x(1)*-4+x(2)*-8+x(3)*12-50;
how can I solve these nonlinear equations. There are rheostatic values so there is a second variable t. Should I write a function?eq
댓글 수: 1
darova
2020년 5월 2일
Did you try something? I think you need fsolve and for loop. Solve equations for every t step
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Noncentral Chi-Square Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!