Skip to content

Advanced Mathematical Equations Calculator with Friendly GUI

Notifications You must be signed in to change notification settings

Shazam-19/Equalver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Equalver

Important: This project doesn't check whether the equation is solvable or not. This is an important feature that should be added as a simple fucking checker

Equalver is an advanced mathematical equations calculator with a friendly user interface and functionality to help the user interact with it easily.

  • User Friendly GUI
  • Solve complex equations in less than a second!
  • ✨Magic ✨

To Download the Application file use this link.

Features

  • Write an equation in a normal way without the need to specify each multiplication (e.g. 2+4x instead of 2+4*x).
  • Solve Bisection, False Position, Simple Fixed Point, Newton, and Secant-Methods.
  • Export the solution to an csv file to easily copy and modify the answer.

Tech

Equalver uses a number of open source language and it's libraries to work properly:

  • [Python] - High-Level Programming language for anything on your mind!
  • [Sympy 1.10.1] - Symbolic mathematics are easier with this masterpiece.
  • [Tkinter 8.6] - Python's de-facto standard GUI.
  • [Matplotlib 3.5.1] - A cross-platform, data visualization and graphical plotting.
  • [CSV 0.0.13] - CSV (Comma Separated Values) format, is a type of files to import and export spreadsheets and databases.
  • [Pillow (PIL) 9.0.1] - Add image processing capabilities to the program.

And of course Equalver itself is open source with a [public repository][dill] on GitHub.

Development

Want to contribute? Great!

Make a fork of the repositry and play with it as you want, once you are done; let me know to add your work to the main project!

Features to be added in the future

  1. Dark/White theme
  2. Calculate:
    • Gauss Elimination
    • Gauss Elimination with partial pivoting
    • LU Decomposition
    • LU Decomposition with Partial Pivoting
    • Cramer's Rule
    • Gauss-Jordan
    • Gauss-Jordan with Partial Pivoting
    • Golden-Section for maximum/minimum
    • Gradiant and find wether the function has a local maximum/minimum or a saddle point

License

MIT License

Copyright (c) [2022] [AbdEl-Rahman Sayed Shehata AbdEl-Hamid Semida]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Free Software, Hell Yeah!