M435 Projects in Applied Mathematics
Fall 2008
This course provides students with an opportunity to explore a range of mathematical techniques and applications via in depth projects. In 2008 four projects will be selected from the following topics:
Prerequisites: M229 and preparedness to program in Matlab. Note that in Fall 2008 we are waiving the M340 or M345 or M355 requirement.
Instructor: Professor Michael Kirby, Kirby@math, Weber 211.
Office Hours: M, W
Weekly Schedule including due dates and topics will be posted here.
Grading policy
The final grade will be determined the evaluation of
Groups
All work will be done in groups. The groups will generally be different for each project. Each group will receive a single grade for each project.
Project Reports
The duration of each project will be approximately 3-4
weeks. Each group will submit a jointly written single
report.
Sample Report
Outline
General Introduction to the Problem
Modeling Approach
This generally includes several steps:
Quantitative problem formulation (discrete or continuous?)
Variable identification
Parameter identification
For example, in a simulation model it is useful to identify a small number of parameters to vary. Simulations are run (many times) for each set of parameters and predictions are made.
Mathematical Theory
Can a simplified version of your model be solved analytically? Is your approach linear or nonlinear? Can you make predictions about long time behavior?
Computational Questions
How does the complexity of the problem scale with the number of variables or parameters under investigation? Can the algorithm be parallelized?
Results
Use Figures embedded in the text and cited in the text.
Interpretation
Conclusions and Summary
Answer the questions:
Appendices
Sample Latex Report
To create your report edit the file sample.tex and modify the text. Equations appear as
and can be
referenced in the text as “see my pretty Equation (\ref{myfirstequation}).
latex sample (creates sample.dvi)
dvips sample (creates sample.ps)
Now use ghostview to view your ps file. You can also create pdf files using winedt.
bibtex sample
and repeat 3 times (no magic words necessary).