https://github.com/kkoukouletsou/numerical-analysis-project
Assignments for Numerical Analysis Course at ECE AUTH
https://github.com/kkoukouletsou/numerical-analysis-project
bisection-method halley-s-method newtons-method runge-kutta-4
Last synced: 2 months ago
JSON representation
Assignments for Numerical Analysis Course at ECE AUTH
- Host: GitHub
- URL: https://github.com/kkoukouletsou/numerical-analysis-project
- Owner: kkoukouletsou
- Created: 2024-11-10T21:48:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T00:54:48.000Z (7 months ago)
- Last Synced: 2025-02-10T21:53:56.443Z (4 months ago)
- Topics: bisection-method, halley-s-method, newtons-method, runge-kutta-4
- Language: Jupyter Notebook
- Homepage:
- Size: 840 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numerical-Analysis-Project
Assignments for Numerical Analysis Course at ECE AUTH, featuring Python implementations of key numerical methods: Runge-Kutta 4th Order for ODEs, Halley’s Method with cubic convergence for root-finding, and Newton’s Method for iterative root approximation.