Topics covered:
Course Hours and Room:
Instructor:
Prerequisites:
Textbook:
Links:
Exams, Homework Sets, and Grades:
Collaboration:
Warning:
NOTE: If you use a computer to do a homework problem, then hand in (in the following order):
Additional Reading for Statistics:
Nonparametrics: statistical methods based on ranks
References for Scientific Programming:
1. Numerical recipes in C: the art of scientific computing, 2nd edition.
Suggested Books for C Programming:
This is by no means a complete list:
You can browse through other introductory C books at the WashU
bookstore and at the Borders near the Galleria. Pick one that you like,
but make sure that the primary emphasis is on C and not C++, Java, or
C#. The latter languages are more complex and tend to lead to programs
in which you have to write much more code for overhead. The programs
that you will write for this course will be relatively short as computer
programs go. A more complex language than C is not necessary, although
Java or C++ (or even BASIC) will work fine if you don't mind doing the
extra work.
Last modified May 2, 2005
1. The C Programming Language, 2nd edition
2. SAMS Teach Yourself C in 21 days, 6th 3rd edition.
3. Teach Yourself C, 3rd edition.
Click here for Stanley Sawyer's home page: