Tags: numerical methods

Teaching Materials (1-3 of 3)

  1. Jupyter Notebook for 2D Conduction in a Rectangular Corner

    Teaching Materials | 10 May 2023 | Contributor(s):: Nicholas Dang

    This script is a fully annotated Jupyter notebook that is targeted for use as a supplement to student learning of numerical methods in a typical undergraduate heat transfer course. The notebook explains the role of linear algebra in the problem set up, provides figures for visualizing the...

  2. Jupyter Notebook for 2D Conduction in a Rounded Corner

    Teaching Materials | 10 May 2023 | Contributor(s):: Nicholas Dang

    This script is a fully annotated Jupyter notebook that is targeted for use as a supplement to student learning of numerical methods in a typical undergraduate heat transfer course. The notebook explains the role of linear algebra in the problem set up, provides figures for visualizing the...

  3. Conjugate Gradient Tutorial

    Teaching Materials | 08 Jun 2010 | Contributor(s):: Dragica Vasileska

    This is an extensive tutorial on the description and implementation of the basic conjugate gradient method and its variants.