Quantcast
Channel: How to plot space of bistable solutions? - Mathematica Stack Exchange
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

Answer by rpa for How to plot space of bistable solutions?

Here's what I ended up doing in case anyone else has a similar question:I used NDSolve to numerically solve the system. I then extracted the values of $y_1$ and $y_2$ at time $t=100$, which I know is...

View Article



Image may be NSFW.
Clik here to view.

Answer by Chris K for How to plot space of bistable solutions?

Here's an approach based on this answer by @ssch.First, a function to solve the system and report the final values of y1[tmax] and y2[tmax]:res[y10_?NumericQ, y20_?NumericQ] := Module[{sol}, sol =...

View Article

How to plot space of bistable solutions?

I have the following ODE systemdx1 = -0.7 x1 y2 dy1 = 0.7 x1 y2 + 1.7 (1-x1-y1) y2 - y1 dx2 = -0.7 x2 y1 dy2 = 0.7 x2 y1 + 1.7 (1-x2-y2) y1 - y2I have found that, for initial conditions of the type...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images