Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 318 Bytes

File metadata and controls

13 lines (10 loc) · 318 Bytes

Computer-based-numerical-method

This repository contains Python implementations of numerical methods:

  • Integration

  • Interpolation

  • Regression

  • Roots

  • Systems of Equations

  • Utilities

  • 🚀 How to Use

Clone the repo and run the Python scripts inside each folder to explore different numerical techniques.