필터 지우기
필터 지우기

how to find all possible stationary points of a system of nonlinear equations

조회 수: 12 (최근 30일)
Randy Chen
Randy Chen 2022년 11월 15일
편집: Torsten 2022년 11월 16일
I stumbled across this seemingly simple problem:
I tried using fsolve, but I can only pass in a single initial guess. Is there a smart way to do this?

답변 (1개)

Torsten
Torsten 2022년 11월 15일
편집: Torsten 2022년 11월 16일
Your equation could become stationary if
2*x + y = pi/2 or pi + pi/2 or 2*pi+pi/2 or ... or 6*pi+pi/2
3*x + 2*y = pi/3 or pi+pi/3 or 2*pi+pi/3 or ... or 10*pi+pi/3
So solve the 7*11 possible linear systems and select those solutions for x and y for which 0<=x<=2*pi, 0<=y<=2*pi.
I get 4 solutions.

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by