Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 3.44 KB

README.md

File metadata and controls

58 lines (43 loc) · 3.44 KB

Optimization Problems Calculator

This web app provides a calculator for solving various optimization problems in mathematics.

Main Goal

The main goal of this project is to bring an optimization problems calculator to one place, making it accessible and easy to use for anyone interested in solving optimization problems.

Features

  • Simplex Method (Maximization): Implements the simplex algorithm for maximization problems.
  • Simplex Method (Minimization): Implements the simplex algorithm for minimization problems.
  • Dual Simplex Method: Implements the dual simplex algorithm.
  • Newton-Raphson Method: Implements the Newton-Raphson method for finding roots of real-valued functions.
  • Additional Methods: More optimization techniques and algorithms to be added.

Todos

Contributors

We would like to express our gratitude to the following contributors for their valuable inputs and efforts in making this project possible:

⭐️ Star History

Star History Chart

Collaboration

We welcome collaboration from anyone interested in contributing to this project. If you have any ideas, suggestions, or would like to contribute code, please feel free to fork the repository and submit a pull request. Let's work together to make this optimization problems calculator a comprehensive tool for solving optimization problems.


Thank you for your interest in our project!

Project Repository