Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

KevinCorcor/Numerical-Computation

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
30 Commits
 
 
 
 

Repository files navigation

Numerical-Computation

This repository houses successfully complete Python code which implements several numerical algorithms as functions. These include the following:

  • some generic matrix manipulation functions

  • Newton Raphson - solving non-linear equations

  • Divided Differences

  • second derivative test

  • Jacobian

  • Gauss Siedel - with and without relaxation

  • Gaussian Elimination using

    • Tridiagonal LU decomposition
    • LU decomposition
    • Partial Pivoting

    NOTE: be aware as to the mechanism of row swapping when pivoting. Different approaches are taken at different sources

Morty Proxy This is a proxified and sanitized view of the page, visit original site.