Computational Mathematics - Fall 2015
MA 428: (MWF) 9:00-9:50 KH 305

This course, along with MA427, will emphasize the development of numerical algorithms to provide stable and efficient solutions to common problems in science and engineering. Topics to be covered include numerical integration and differentiation, initial value problems, two point boundary value problems, and partial differential equations.

Instructor:Dr.Prince Chidyagwai
Office: Knott Hall 301d
Phone: 410-617-2710
Office Hours: MW 2:00 - 3:30 PM
Email: pchidyagwai@loyola.edu
Course Materials

Course Syllabus

Course Text:

A freindly introduction to numerical analysis by Brian Bradie

MATLAB information:

Programming assignments will be done using MATLAB, a program produced by MathWorks. You have the following options to acess MATLAB at Loyola:
  1. CITRIX: You can access MATLAB through CITRIX from any Windows or MAC computer with internet access. Go to http://ctx.loyola.edu and login using your Loyola username and password. A MATLAB icon will be available in the "Academic Applications" folder.
  2. MATH-STAT computer lab (KH 318): The computers in KH 318 have MATLAB locally installed. You have card access to this lab.
  3. PURCHASE MATLAB: You can purchase a student version of MATLAB from Mathworks for $99. I highly recommend this option if you are considering going to graduate school or are interested in using MATLAB in the future.

MATLAB Tutorials:

Do not hesitate to email me if you have any difficulties installing or running MATLAB.

Handouts:

Numerical diffentiation;Numerical Integration

Homework Assignments:

Homework 1 -- due Friday, 18 September 2015. (test_poly_interpolate.m)Solutions

Homework 2 -- due Friday, 25 September 2015.Solutions

Homework 3 -- due Wednesday, 7 October 2015.

Homework 4 -- due Wednesday, 21 October 2015. Provided (CODE)

Homework 5 -- due Wednesday, 4 November 2015. Provided (CODE) Epidemic model (epidemic model)

Numerical ODES class demos

Project presentations:

  • Project 1 -- Friday, 4 December Slides
  • Project 2 -- Friday, 4 December Slides
  • Project 3 -- Monday, 7 December Slides
  • Project 4 -- Monday, 7 December Slides
  • Project 5 -- Wednesday, 9 December Slides
  • Practice problems:

    Interpolation: Section 5.1 -- 1a, 10; Section 5.3 -- 5;

    Numerical differentiation: Section 6.2 -- 1,4,12;