Feeds
답변 있음
How to use "fsolve" to solve nonlinear simultaneous equations
Thanks, everyone. I have solved the problem by myself. syms x1 x2 equ1=x1^2 - 1; equ2=x2*x1 - 3; equs=[equ1;equ2]; myf...
How to use "fsolve" to solve nonlinear simultaneous equations
Thanks, everyone. I have solved the problem by myself. syms x1 x2 equ1=x1^2 - 1; equ2=x2*x1 - 3; equs=[equ1;equ2]; myf...
거의 6년 전 | 0
| 수락됨
질문
How to use "fsolve" to solve nonlinear simultaneous equations
I want to solve nonlinear simultaneous equations by using the function "fsolve". I can solve a nonliner equations by using "fso...
거의 6년 전 | 답변 수: 2 | 0