Numerical Analysis
Projects with this topic
-
A collection of algorithms in numerical analysis implemented in C++. https://numcollect.musicscience37.com/
Updated -
数値解析で調査したことをまとめる。 https://numanalnote.musicscience37.com/
Updated -
-
Revelations 1: A simple question about Newton's method with an unbelievably weird answer
What happens when we make a color-coded scatter plot of which zero a point converges to under Newton's method?
Updated -
A simple C-library for linear algebra operation : LU decomposition, QR decomposition, etc.
Updated -
Header files with functions I wrote and collected for CS407, Numerical Analysis
Updated -
Originally written to solve systems of integro-differential equations via collocation method in arbitrary number of variables. The current implementation of the method is based on a finite dimensional orthogonal system of functions.
Updated