Fata123

10 Reputation

One Badge

7 years, 280 days

MaplePrimes Activity


These are questions asked by Fata123

How to plot phase portrait on a cylinder for The Lotka–Volterra equations (for some definite α, β, γ, δ):

{\begin{aligned}{\frac {dx}{dt}}&=\alpha x-\beta xy\\[6pt]{\frac {dy}{dt}}&=\delta xy-\gamma y\end{aligned}}

 

 

I have a ploblem here:

plots[changecoords](subs(CURVELIST = CURVES, DEplot3d({(diff(rho(t), t))*(cos(varphi))(t)+rho(t)*(diff((cos(varphi))(t), t)) = 0.1*rho(t)*(cos(varphi))(t)-0.8e-4*rho(t)^2*(cos(varphi))(t)*(sin(varphi))(t), (diff(rho(t), t))*(sin(varphi))(t)+rho(t)*(diff((sin(varphi))(t), t)) = 0.4e-4*rho(t)^2*(cos(varphi))(t)*(sin(varphi))(t)-0.4e-1*rho(t)*(sin(varphi))(t)}, [rho(t), varphi(t)], t = 0 .. 2*Pi, [[rho(0) = 1, varphi(0) = 0]], scene = [rho, varphi, t])), cylindrical);
Error, (in DEtools/DEplot/CheckDE) only derivatives of dependent variables can be present
 

Thank you for the help.

Page 1 of 1