SLVM(N, t0, T, x0, y0, a, b, c, d, sigma, Step = FALSE, Output = FALSE)t0 (x0 > 0).t0 (y0 > 0).Step = TRUE ploting step by step.output = TRUE write a output to an Excel (.csv).x0, y0 and positive parameters a, b, c, d describes a behaviour
of a prey-predator system in terms of the prey and predator (intensities) X(t) and Y(t).
Here, a is the rate of increase of prey in the absence of predator, d is
a rate of decrease of predator in the absence of prey while the rate of decrease
in prey is proportional to the number of predators b* Y(t), and similarly the rate
of increase in predator is proportional to the number of prey c* X(t).
The system possesses the first integral which is a closed orbit in
the first quadrant of phase plane x, y. It is given by :
$$r(x,y) = c * x - d * log(x) + b * y - a * log(y) + r0$$WFD Feller Branching Diffusion, FBD Feller Branching Diffusion.SLVM(N=5000,t0=0,T=100,x0=1,y0=1,a=1,b=2,c=0.5,d=0.25,sigma=0.01)Run the code above in your browser using DataLab