You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collection of methods for numerical analysis and scientific computing, including numerical root-finders, numerical integration, linear algebra, and data visualization. Created for APPM4600 at CU Boulder.
This is a repository where i put all of the implementation that i have done in numerical analysis.I have added four files and the methods are bisection,Gaussian,newton raphson and Lu decomposition.
This repository contains numerical methods for finding solutions of a nonlinear equation as well as to approximate functions from a dataset of (x, y) points.