Solving a system of Equation with 2 variable Parameters and 2 goal Equations
9 ビュー (過去 30 日間)
古いコメントを表示
I am working on a project that requires solving a set of Equations. It includes a bunch of set Parameters as well as 2 Parameters (a and a´) that should be varied so two Equations (F1-F2=0 and P1-P2=0) are achieved. Inbetween are equations connecting the parameters with F1,F2,P1,P2.
I have looked at different Functions like solve and fsolve and also considered using a for loop to solve it but havent found an elegant solution yet and now Im asking you all for advise.
1 件のコメント
Torsten
2023 年 1 月 10 日
The two functions you mention (solve, fsolve) are the correct solvers for your problem.
To give further advise, you would need to post your equations.
回答 (1 件)
Animesh
2023 年 3 月 8 日
Hello,
To solve a system of equations with two variable parameters and two goal equations in MATLAB, you can use the fsolve function.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Systems of Nonlinear Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!