Exercise 1) Follow the steps described in this file .
This excercise introduces some basic matlab tools for ploting 2D graphs,
as well as shows how to use MATLAB function ode23 for numerical solution of
initial value problems. Note that you can get help on any command or function
in MATLAB by typing: 'help
Homework 1 ( .ps ,
.pdf ), due
January 15 in class.
The third problem of this assignment refers to Excercise 1 above.
Exercise 2) The following file
contains a function implementing Euler's method and comments on
how to use it.
Homework 2 ( .ps ,
.pdf ), due
January 27 in class.
Solutions ( .ps ,
.pdf )
Midterm is scheduled for
Tue, February 3.
The study guide for the midterm is here .
Exercise 3) Function abm4.m
implements a 4th order predictor-corrector scheme based on the
Adams-Bashforth and Adams-Moulton methods. Here is an
example , which uses this function.
Homework 3 ( .ps ,
.pdf ), due
February 19 in class.
Solutions ( .ps ,
.pdf )
Homework 4 ( .ps ,
.pdf ), due
February 26 in class.
Homework 5 ( .ps ,
.pdf ), due
March 9 in class.
Final is scheduled for
Tue, March 16.
The study guide is here .
MATLAB Primer
by Kermit Sigmon
Matlab resources online: