Skip to content

Notes for my numerical analysis course at the University of Florida.

Notifications You must be signed in to change notification settings

synchronizing/Numercial-Analysis

Repository files navigation

Numerical Analysis

Methods

  • Interpolation

    • Lagrange Interpolation
    • Piecewise Linear Interpolation
  • Numerical Integration

    • Riemann Sums
    • Simpson's Rule
    • Trapezoid Rule
    • Comparisons (of the three).
  • Numerical Differentiation

    • Backward, Forward, Symmetric
  • ODE Solving

    • Euler's Method
    • Midpoint Method
    • Trapezoid Method
  • Root Finding Method

    • Bisection Method
    • Newton's Method

About

Notes for my numerical analysis course at the University of Florida.

Resources

Stars

Watchers

Forks