Special software is required to use some of the files in this section: .tar, and .m. The .def file is an auxilliary file used with the .m files in this course.
There will be a common project developed during the course that students will solve using the language of their choice. The final class will be used to compare the different solutions developed. The project counts as 30% of the class grade.
Each Project Submission should Include
-
Written document that outlines the algorithms used in the project. The document should include:
-
Program design and layout discussion
-
Program source code and instructions on installation
-
Examples of output of program and instructions for using the program
Project Topics for Fall 2005
-
Radiation paths in solids
-
Big-Bang universe
-
Rutherford Scattering Experiment
-
HORSE
Project Topics from 2004
-
Temperature profile in solids
-
Traffic highway flow
-
Motion of pendulum and spring systems
-
EM-pong game
-
Critical Mass and neutron flux
-
Ballistic cannon game
Examples of Earlier Projects (The tar files contain a directory with MATLAB® M-files)
N-body orbital problem (bodyN in main program). This program does rigorous N-body planetary integrations in three dimensions. bodyNd.tar (TAR) (The TAR file contains: 5 .m files and 1 .def file.)
Brick-brack-brock (bbb is main program). Breakout type game with physics in the motions. (Program is not completely bug-free.) bbb.tar (TAR) (The TAR file contains: 3 .m files.)