MATH 301: Numerical Methods for Differential Equations

Instructor: Georgi Medvedev
Office hours: R 3:30-4:30 or by appointment
Office: 265 Korman Center
E-mail: medvedev@drexel.edu

For an anonymous comment go
here

Syllabus

Homework Project I. (due April 12)

Exercise 1) Follow the steps described here.

Exercise 2) 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 '. For example, ' help plot'. Use HELP to learn more about the functions used in this excercise. Try also LOOKFOR.

Exercise 3) The following file contains a function implementing Euler's method and comments on how to use it.

Homework Project II. (due April 26)

Midterm Exam I will be given on Tuesday, May 10

Midterm Study Guide

Homework Project III. (due May 5)

Homework Project IV. (due May 17)

Homework Project V. (due May 24)

Midterm Exam II will be given on Tuesday, May 31

Midterm II Study Guide

Matlab resources online:

MATLAB Primer by Kermit Sigmon