- Interval-halving (Bisection) Method in C++
- Method of False Position (Regula-Falsi) in C++
- Secant Method in C++
- Newton-Raphson Method in C++
- Fixed-Point Iteration Scheme in C++
- Gaussian Elimination Method code in C++
- Gaussian Elimination Method code with partial pivoting Method in C++
- Gaussian Elimination Method code with scaled-partial pivoting Method in C++
- LU-Decomposition Method in C++
- Gauss-Jacobi Method in C++
- Gauss-Seidel Method in C++
- Method of Successive Over-Relaxation (SOR) in C++
- Lagrange's Interpolation Method in C++
- Newton's Divided-Difference Method in C++
- Cubic-Spline Interpolation Method in C++
- Composite-Trapezoidal Rule Method in C++
- Composite-Simpson's Rule Method in C++
- Gauss-Quadrature Method in C++