Tags: algorithms

Description

Whether you're simulating the electronic structure of a carbon nanotube or the strain within an automobile part, the calculations usually boil down to a simple matrix equation, Ax = f. The faster you can fill the matrix A with the coefficients for your partial differential equation (PDE), and the faster you can solve for the vector x given a forcing function f, the faster you have your overall solution. Things get interesting when the matrix A is too large to fit in the memory available on one machine, or when the coefficients in A cause the matrix to be ill-conditioned.

Many different algorithms have been developed to map a PDE onto a matrix, to pre-condition the matrix to a better form, and to solve the matrix with blinding speed. Different algorithms usually exploit some property of the matrix, such as symmetry, to reduce either memory requirements or solution speed or both.

Learn more about algorithms from the many resources on this site, listed below.

Tools (1-2 of 2)

  1. Interactive Learning Tools for Scientific Computing and Data Analysis Using R

    Tools | 29 Jul 2020 | Contributor(s):: Cindy Nguyen, Rei Sanchez-Arias

    Root-finding methods and numerical optimization techniques with applications in science, engineering, and data analysis

  2. Purdue ME 581-Numerical Methods in Engineering Using Jupyter Notebooks

    Tools | 06 Sep 2017 | Contributor(s):: Marisol Koslowski, Peter Kolis, Meredith Michele Meyer, Akshay Vivek Dandekar, Camilo Alberto Duarte-Cordon

    Jupyter notebooks with an introduction to python and examples for Numerical Methods in Engineering.