The Wikipedia of Numerical Methods!
A way to store approximations of real numbers in silicons.
Different types of error, Big-O and complexities.
A representation of a function as an infinite sum of terms.
Properties of RNGs and examples of Monte Carlo method.
Different types of special matrices that we will be using in this class.
Different ways to measure vectors and describing vector spaces.
Computing and using LU decomposition.
A way to measure how good a matrix is.
Add description here...
Add description here...
Add description here...
Add description here...
Add description here...
Add description here...
import numpy as np
import numpy.linalg as la
import scipy as sp
import scipy.linalg as sla
import scipy.sparse as sparse
import scipy.sparse.linalg as spla
import matplotlib.pyplot as plt
import seaborn as sns