Math 545 Project 1, now with an example of a complete report
-
math545-project1-example.pdf is an example in PDF format of how a project 1 report could look.
-
math545-project1-part1-example.tex is the file in LaTeX mark-up format used to produce the first version of the report above.
-
math545-project1-part1-example.rtf in RTF is an alternative version for the first part.
This shows how to get basic mathematical notation into a word processor document without special mathematical symbols. It might also serve as a very basic introduction to the mathematical notation used in producing documents in TeX (LaTeX) mark-up format, for high quality mathematical document preparation.
-
newton.m is a Matlab M-file giving function newton that does the Newton's method calculations.
-
newtonrun.m is a Matlab M-file script that runs test cases with the above function.
-
newton.txt is the diary produced by the above script, excerpts of which are used in the report.
-
quasinewton.m, quasinewtonrun.m, and quasinewton.txt are the corresponding files for the quasi-newton method.
-
newton2d.m, newton2drun.m, and newton2d.txt are the corresponding files for the system of two equations.
Dr. Brenton leMesurier, Department of Mathematics, College of Charleston
Last revised Thursday April 12, 2007.