Solve and plot 3D non-Hyperbolic system
이전 댓글 표시
I'm using a method to find asymptotic solutions for the system and I want to check my answer by solving it by Mathematica
Example:
x'[t] == x[t] (x[t]^3 + 2 x[t] y[t] + y[t]^3)
y'[t] == y[t] (x[t]^3 + x[t] y[t] + y[t]^3)
z'[t] == z[t] (x[t]^3 + 2 x[t] y[t] + z[t]^3)
The fixed point here is (0,0,0) I need the plot of the system and see the stability.
Thank you
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Dynamic System Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!