{"id":21605466,"url":"https://github.com/antonashraf/numerical-calculator","last_synced_at":"2025-03-18T14:39:33.130Z","repository":{"id":205689550,"uuid":"714839168","full_name":"AntonAshraf/Numerical-Calculator","owner":"AntonAshraf","description":"A Python calculator that implements various numerical methods for finding roots of equations with graphs and GUI.","archived":false,"fork":false,"pushed_at":"2023-11-06T13:39:12.000Z","size":84348,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T19:15:06.655Z","etag":null,"topics":["calculator","graph","gui","numerical-methods","python","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AntonAshraf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-06T00:09:19.000Z","updated_at":"2024-08-11T08:00:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1c1dfaf-a7bd-4eec-be8b-fbf29811cabb","html_url":"https://github.com/AntonAshraf/Numerical-Calculator","commit_stats":null,"previous_names":["antonashraf/numerical-calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonAshraf%2FNumerical-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonAshraf%2FNumerical-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonAshraf%2FNumerical-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntonAshraf%2FNumerical-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AntonAshraf","download_url":"https://codeload.github.com/AntonAshraf/Numerical-Calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244242369,"owners_count":20421867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calculator","graph","gui","numerical-methods","python","tkinter"],"created_at":"2024-11-24T20:13:56.942Z","updated_at":"2025-03-18T14:39:33.106Z","avatar_url":"https://github.com/AntonAshraf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Numerical Methods Calculator\n\nThis is a Python program that implements various numerical methods for finding roots of equations. It provides a graphical user interface (GUI) built using the Tkinter library.\nTo have a local test without installing the dependencies, you can **Download** the executable file from _[here](https://bit.ly/3Qnn3nx)_ ⬇️, to make sure that it will work in your computer close the security protection or add the file to the exceptions.\n\n## _Main Program Demo_\n![video](https://github.com/AntonAshraf/Materials/blob/main/Numerical/NumericalProject.gif)\n\n## Prerequisites\n\n- Python 3.8 or higher\n- Matplotlib library\n- Sympy library\n- Tkinter library\n\n## Installation\n\n1. Clone the repository or download the source code.\n2. Install the required dependencies by running the following command:\n\n```pip install -r requirements.txt```\n\n## How to Run\n\n1. Open a terminal or command prompt.\n2. Navigate to the project directory.\n3. Run the following command to start the program:\n\n```python main.py``` or ```python3 main.py```\n\n## Usage\n\n1. Select a numerical method from the dropdown menu.\n2. Enter the equation in the \"Enter f(x)\" field. Use the `^` symbol for exponentiation.\n3. Enter the required parameters based on the selected method.\n4. Click the \"Calculate\" button to find the root of the equation.\n5. The program will display the root, error, and additional information.\n\n## Numerical Methods\n\nThe program supports the following numerical methods:\n\n- Bisection\n- False Position\n- Secant\n- Newton-Raphson\n- Simple Fixed-Point Iteration\n\nEach method has different requirements for input parameters. Make sure to fill in the appropriate fields based on the selected method.\n\n### More examples for the Application\n\n##### Main Window\n![Main Window](https://github.com/AntonAshraf/Materials/blob/main/Numerical/main_window.png)\n##### Steps of Iterations\n![Steps Window](https://github.com/AntonAshraf/Materials/blob/main/Numerical/stepsOfIteration.png)\n##### Plotting Bisection\n![Plotting](https://github.com/AntonAshraf/Materials/blob/main/Numerical/Plotting.gif)\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonashraf%2Fnumerical-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonashraf%2Fnumerical-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonashraf%2Fnumerical-calculator/lists"}