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!