Question: Bifurcation Diagram for A system of ODEs

HI,

I have a system of ODEs like

restart

eq := diff(x1(t), t) = x2(t)

diff(x1(t), t) = x2(t)

(1)

eq2 := diff((x(2))(t), t) = -c*x2(t)-3*x1(t)

I need to find the bifurcation diagram for the above system of odes.

Plesae help me for this.

Regards

Sunit

Download question2.mw

Please Wait...