Skip to content

Numetrify is an interactive web application for implementing and visualizing various numerical methods for solving equations and systems of equations, aimed at enhancing learning and productivity in numerical analysis.

License

Notifications You must be signed in to change notification settings

ToxicSSJ/analisis-numerico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numetrify Logo

Numetrify

Numetrify is an interactive web application designed to facilitate the implementation and visualization of various numerical methods for solving equations and systems of equations. Aimed at students and researchers, Numetrify provides an intuitive interface for inputting matrices and vectors, allowing users to easily manipulate and modify their data. The application leverages advanced graphical and tabular representations to display results, making complex numerical computations more accessible and understandable. Whether you are working on academic studies or conducting research projects, Numetrify serves as a powerful tool to apply numerical methods effectively, enhancing both learning and productivity in the field of numerical analysis.

Features

Numetrify includes the following numerical methods:

  • Root Finding Methods:

    • False Rule Method
    • Bisection Method
    • Fixed Point Method
    • Incremental Search Method
    • Multiple Roots Method
    • Newton-Raphson Method
    • Secant Method
  • Solving Systems of Linear Equations:

    • Cholesky Method
    • Crout Method
    • Doolittle Method
    • Simple Gaussian Elimination Method
    • Pivot Gaussian Elimination Method
    • LU Gaussian Elimination Method
    • Jacobi Method
    • Gauss-Seidel Method

Multi Backend Support

Numetrify supports multi backend configurations, allowing users to choose between Java and Python for the backend implementation.

backend/
├── java/
└── python/
frontend/

Screenshot

Numetrify Screenshot

User Manual

For detailed instructions on how to use Numetrify, please refer to the User Manual.

Creators

Numetrify was created by:

  • Abraham Lora
  • Sebastian Escobar
  • Camilo Soto

Getting Started

To get started with Numetrify, clone this repository and follow the setup instructions in the user manual.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Numetrify is an interactive web application for implementing and visualizing various numerical methods for solving equations and systems of equations, aimed at enhancing learning and productivity in numerical analysis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published