Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 670 Bytes

File metadata and controls

10 lines (8 loc) · 670 Bytes

Linear Equations Solver using Simplex Method

alt text

A Flutter application for solving linear equations using the simplex method. This software provides an intuitive graphical interface for inputting linear equations and obtaining their solutions through the simplex algorithm.

Features

  • User-friendly interface for inputting linear equations and constraints.
  • Efficient simplex algorithm implementation for accurate solutions.
  • Real-time visualization of the simplex tableau and steps.
  • Support for both Windows and MacOS platforms.