Numerical Analysis#
Premise#
Numerical analysis is the study of methods to solve mathematical problems involving real valued quantities. In particular, numerical methods are necessary when an analytical solution to a problem cannot be found or is too cumbersome in practice. Numerical methods are also necessary when analytical solutions exist, but one needs to obtain specific numerical values.
- 1. Python
- 2. Solution of Nonlinear Equations
- 3. Linear Systems
- 4. Finding Eigenvalues and Eigenvectors
- 5. Polynomial Interpolation