Drawing Plausible Phase Portrait

$\begingroup$

The equation:

$$\dot{x} = f(x),\space x\in \mathbb{R},\space \text{where} \space f\begin{pmatrix}x_1\\x_2\end{pmatrix} = \begin{pmatrix} 3x_1^2 + 7x_1x_2 + x_1 + 2x_2^2 -x_2\\ -12x_1^2-16x_1x_2-3x_1 -x_2\end{pmatrix}$$

I want to draw the plausible phase portrait for this whole system. Is there any software where I can draw this?

I already drew the phase portrait in a neighborhood of x*

Click Here For Phase Portrait

$\endgroup$ 1

1 Answer

$\begingroup$

Here it is in Mathematica's Streamplot command

enter image description here

You can also try Maxima, SAGE, PPLANE, Phase Portrait Generator or many others.

For example, many Computer Algebra Systems can also do these plots.

Lastly, you can try OCTAVE, which is a MatLab clone and here is a post (see answers) showing the commands Plotting Differential Equation Phase Diagrams and these answers.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like