Hi,can i form a function which inputs the following:the parameters c and d, the initial conditions and the final time T,then returns the values y1, y2 and y3 and graph of y1,y1,y3 separately on [0, T]

1 view (last 30 days)
the system of ODEs are dy1/dt=-c*y1*y2 dy2/dt=c*y1*y2 -d*y2 dy3/dt=d*y2

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!