An open API service indexing awesome lists of open source software.

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

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.