5. ODE Models
Home Up Quick Reference M-files Laser Printing 1. Matlab Basics 2. Sequences & Series 3. Taylor Series 4. Fields & Flows 5. ODE Models 6. Symbolic ODE 7. Systems & 2nd order 8. Numerical ODE 9. Laplace Transform

[ObjectivesExercises]

OBJECTIVES
Learn about equilibrium points for ordinary differential equations.
Study a population model.

EXERCISES

Problems from Polking an Arnold's Book

  1. Problem 14 --16 on p. 26. You need only turn in parts i), ii), iv), and v) for these problems. 
    (The equations studied in these problems are: 14)  x'=x(x-2), 15) x'=x(x-2)^2, and 16)  x'=x(x-2)^3.)

        The commands 

                       
    EDUğ syms x
                        EDUğ ezplot(x*(x-2),[-1,3])
                        EDUğ grid on

        will give you a plot of x(x-2) on the interval [-1,3].

  2. Do parts a) and b) of problem  21 on p. 27.

[Objectives | Exercises]

 

Jump to Bruce Driver's Homepage.                       Jump to Current Courses Page.

Last modified on December 09, 1999 at 12:32 PM.