AM 129: Foundations of Scientific Computing ========================================================== Welcome to the course `AM 129, Foundations of Scientific Computing for Scientists and Engineers `_. This is the class web page where you can find the course notes and materials. Think of it like the textbook for the course. The contents herein are going to be continuously updated throughout the quarter. ################################################ Instructor and TA ################################################ * Instructor: `Sean Riedel `_ (`sriedel@ucsc.edu `_), Applied Mathematics, Baskin Engineering (BE) 360 * Main Lectures: MWF 4:00 pm -- 5:05 pm, Natural Sciences Annex 101 * Office Hours: In Person in BE-153A * Mondays 5-6 pm * Wednesdays 10-11 am * Fridays 3-4 pm * How to address me: please just call me Sean * TA: Chris DeGrendele (`cdegrend@ucsc.edu `_) * Office Hours: On `Zoom `_ (passcode 123456) * Tuesdays 3-4 pm * Thursdays 2-3 pm ################################################ Contents ################################################ .. toctree:: :maxdepth: 1 ./intro/disclaimers ./chapters/chapter01 ./chapters/chapter02 ./chapters/chapter03 ./chapters/chapter04 ./chapters/chapter05 ./chapters/chapter06 ./chapters/chapter07 ################################################ Assignments ################################################ .. * :ref:`homework` .. .. * :ref:`homework1` .. .. * :ref:`homework2` .. .. * :ref:`homework3` .. .. * :ref:`homework4` .. .. * :ref:`homework5` .. .. * :ref:`homework6` .. .. * :ref:`final_project` .. .. * :ref:`project-selection` .. .. * :ref:`project-project` ################################################ Supplemental Reading material ################################################ For the most part, this webstie should be all you need as far as reading material goes. But if you find yourself looking for more, here are some other helpful resources. * `Scientific computing lecture note by Prof. Randall LeVeque, Univ. of Washington `_ * Fortran & C/C++ : Numerical recipes in Fortran and C, Press, Teukolsky, Vetterling, Flannery * Python: An Introduction to Python, G. van Rossum * Dive Into Python 3, Mark Pilgrim * Effective Computation in Physics, Anthony Scopatz & Kathryn D. Huff, O'Reilly, 2015 * Debugging: N. Matloff and P. J. Salzman, The Art of Debugging with GDB, DDD, and Eclipse, no starch press, San Francisco, 2008 * Computing: M. Overton, Numerical Computing with IEEE Floating Point Arithmetic, SIAM, 2001 * `Unix commands wikipedia page `_ * Version control: * `Official git reference `_ * `General version control `_ * `List of version control software `_ * Makefiles and compilers * `Official make reference `_ * `Makefile tutorial `_ * `Wiki page on makefiles `_