Solving a system of Equation with 2 variable Parameters and 2 goal Equations

조회 수: 12 (최근 30일)
Felix
Felix 2023년 1월 10일
답변: Animesh 2023년 3월 8일
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
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
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.
You can read more about fsolve here - https://www.mathworks.com/help/optim/ug/fsolve.html

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by