Computational Physics Laboratory PHZ4151C/PHZ5156C
Spring 2009
Class Meetings: HCB 0219, Tuesday and Thursday from 2:00 to 3:15 PM
Office Hours: Wednesday 4:00 - 5:00 or upon appointment
Course Text: David Yevick, A First Course in Computational Physics and Object-Oriented Programming with C++
Home
Course Materials and Schedule
Course Projects
Solutions to Problems
Resources/Tutorials
Introduction to Numerical Integration: The IntegralCalculator
Complete the coding of
class IntegratorCalculator
introduced in chapter 13 of the textbook and then modify it to utilize the 3-point Simpson rule.
Source Code