필터 지우기
필터 지우기

System of 30 second/third degree Non linear equations

조회 수: 1 (최근 30일)
YOGENDRA SINGH BHANDARI
YOGENDRA SINGH BHANDARI 2020년 12월 18일
댓글: Pratyush Roy 2020년 12월 24일
Hello all,
I want to solve a system of 30 non-linear equations. Although my guess is the non linear equations will only have second degree polynomials of the unknowns, they might as well include third degree.
In any case, how should I proceed? How can I do it efficiently with matlab?

답변 (1개)

Pratyush Roy
Pratyush Roy 2020년 12월 21일
Hi,
One can use the fsolve command available in the Optimization Toolbox for solving system of non-linear equations.
Here's the link to the documentation page:
Hope this helps!
  댓글 수: 2
YOGENDRA SINGH BHANDARI
YOGENDRA SINGH BHANDARI 2020년 12월 21일
Hi I have tried using it Pratyush. It is throwing up an error saying something like the step size is less. Can the fsolve be used to solve non linear equations of any degree? And how sensitive is the convergence to the choice of the initial guess?
Pratyush Roy
Pratyush Roy 2020년 12월 24일
Hi,
This link might be helpful.

댓글을 달려면 로그인하십시오.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by