Skip to content

Collection of scientific computing algorithms written in MATLAB.

Notifications You must be signed in to change notification settings

sdsmart/scientific-computing-algorithms

Repository files navigation

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

About

Collection of scientific computing algorithms written in MATLAB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages