krishnakumarg1984 / am205_examples

Harvard Applied Math 205: Code Examples

Home Page:http://iacs-courses.seas.harvard.edu/courses/am205/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harvard Applied Math 205: Code examples

Harvard AM205 is a graduate course the provides a broad overview of scientific computing. This Git repository contains example codes from the course taught by Chris H. Rycroft from 2014 to 2021, and the main website is now located here:

https://people.math.wisc.edu/~chr/am205

The codes are primarily written in Python, and make use of several commonly-used libraries:

  • NumPy for numerical linear algebra
  • SciPy for scientific routines and algorithms
  • Matplotlib for graphing and visualization

In addition, a number of programs output data to text in a format that can be read by the freeware plotting program Gnuplot.

Organization

The course is divided into six units:

  • Unit 0 – Overview of Scientific Computing
  • Unit 1 – Data Fitting
  • Unit 2 – Numerical Linear Algebra
  • Unit 3 – Numerical Calculus and Differential Equations
  • Unit 4 – Nonlinear Equations and Optimization
  • Unit 5 – Eigenvalue Problems

Example codes from each unit are provided in separate directories.

About

Harvard Applied Math 205: Code Examples

http://iacs-courses.seas.harvard.edu/courses/am205/


Languages

Language:C 55.1%Language:Python 38.7%Language:POV-Ray SDL 2.1%Language:Shell 2.0%Language:Perl 1.4%Language:C++ 0.6%Language:Gnuplot 0.1%