All homework assignments (reports + programs) have to be submitted by e-mail before the deadlines (have physics420 in the subject line). A carbon copy of the report has to be in my mailbox (department of physics) or given to me in class before the due day and time.

All submitted programs have to have a good description and be self-explanatory as possible

Example

/* -----------------------------------------------------------
   John Doe               Physics 420         January 08, 2008
   Assignment # hw 05
   Integration by trapezoid rule of f(x) on [a,b]
   Method: trapezoid rule
   -----------------------------------------------------------
   Input:
     f - Function to integrate
     a - Lower limit of integration
     b - Upper limit of integration
     n - number of intervals
   Output:
     r - Result of integration
   Compiler: Dev C++
   Comments:
   -----------------------------------------------------------*/


Homework 1: Warming up
Exercise 1 from the exercise page
Due on January 28, 2008 by 14:00

Homework 2: Roots of nonlinear equations
Exercise 2 from the exercise page
Due on February 4, 2008 by 14:00

Homework 3: Projectile motion 1
Project 1 from the project page
Due on February 11, 2008 by 14:00

Homework 4: Interpolation
Exercise 3 from the the exercise page
Due on February 20, 2008 by 14:00

Homework 5: Projectile motion 2
Project 2 from the the project page
Due on February 25, 2008 by 14:00

Homework 6: Integration
Exercise 4 from the the exercise page
Due on February 27, 2008 by 14:00

Homework 7: Random numbers
Exercise 5 from the the exercise page
Due on March 5th, 2008 by 14:00

Homework 8: A random walk in two dimensions
Project 3 from the the project page
Due on March 17th, 2008 by 14:00

Homework 9: Shielding a nuclear reactor.
Project 5 from the the project page
Due on March 21th, 2008 by 14:00

Homework 10: Ordinary Differential Equations.
Exercise 6 from the the exercise page
Due on March 26th, 2008 by 14:00

Homework 11: Air resistance and physics textbooks.
Project 11 from the the project page
Due on March 31th, 2008 by 14:00

Homework 12: Effect of solar wind on satellite motion.
Project 13 from the the project page
Due on April 14th, 2008 by 14:00

Examples from Roberto M. area of a circle, quanratic equation, bisectional method, newton method, multiple roots,