Skip to content

Python code provides a comprehensive visual experience for understanding how different numerical methods approximate the root of a quadratic function.

Notifications You must be signed in to change notification settings

ch4rum/algNumeric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical algorithms

 
Usage
   
Features
   
Changelog
 

👾 Feature

Visual Experience

This $Python$ code provides a comprehensive visual experience for understanding how different numerical methods approximate the root of a quadratic function. By implementing the methods, the code allows users to observe how each technique adjusts its estimate at each iteration, illustrating intermediate calculations and convergence to the final solution. This helps to compare the methods and better understand the refinement process at each step, providing clear context on the behavior of each approach and allowing users to visualize progress toward the desired solution.

Caution

The functions are evaluated in formulas already defined in the code depending on the method used, change the part of the code if needed.

Check the changelog for updates.

💻 Usage

Open a terminal

  • First download the code
git clone https://github.com/ch4rum/algNumeric.git
cd algNumeric
  • Second, install the following dependencie
# In windows & some linux 
pip install colorama

# In Arch and some derivate
sudo pacman -S --noconfirm python-colorama
  • Now give it execute
python3 main.py

About

Python code provides a comprehensive visual experience for understanding how different numerical methods approximate the root of a quadratic function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages