Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.53 KB

File metadata and controls

45 lines (32 loc) · 1.53 KB

Scientific Computing Algorithms

This is a collection of algorithms related to various scientific computing applications.

The algorithms are written in MATLAB and can be loaded into MATLAB and used.

Algorithm Description

Rather than trying to explain each algorithm, I will just link relavent literature that explains them better than I could.

Decomposition
Iterative Methods
Gradient Methods
Solving Triangular Systems
  • Upper Triangular System (upper_tri.m)
    Simple algorithm to solve an upper triangular system

  • Lower Triangular System (lower_tri.m)
    Simple algorithm to solve a lower triangular system