Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 528 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 528 Bytes

Numerical Solver

This is a python based repo that solves your numerical analysis exam.

Description

All you need to do is enter the given equation on your sheet with a syntax that python understands and the code will solve your equation with full steps.

Getting Started

Dependencies

  • Pyhton3.7
  • numpy

Installing

Executing program

  • Download The Required Libraries
pip install numpy