CSC2322H -- Numerical Solution of Boundary Value Problems for Ordinary Differential Equations

Fall 2009, St. George Campus, instructor: Wayne Enright

Current announcements


General Information

Textbooks

Policies


Lectures per month


Assignments and tests

  • Assignment No. 1 using source code with corresponding documentation and a sample Fortran driver.
  • Assignment No. 2 The required documentation for the code you will be using, MUSN, is available from the links: README, and documentation. The source code is contained in two files, musn.f, and muslibrary.f. For your information a plot of some components of the test problems you will be investigating in this assignment are given Plots . You will need to compile both source files to solve a nonlinear BVP.
  • The course project is discussed and an example given to give you some idea of the scope and depth expected. You are free to choose your own topic but you must let me know within two weeks (by Nov. 15). Note that if the project you choose involves the performance comparison of different methods on a set of test problems then, as noted in the project discussion, the text is a good source of challenging test problems. Another source of test problems is the set collected by J.Cash and available from the link: CashProblems .
  • Assignment No. 3 The required source code and documentation is available from the link: colnew.f .