{"id":24676268,"url":"https://github.com/hrosicka/quadraticequationsolver","last_synced_at":"2025-03-21T16:47:04.295Z","repository":{"id":198302444,"uuid":"700260828","full_name":"hrosicka/QuadraticEquationSolver","owner":"hrosicka","description":"Quadratic equations made easy! Enter coefficients, see the equation, roots, and graph - all in one place!","archived":false,"fork":false,"pushed_at":"2024-04-04T19:14:57.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-04T20:29:41.818Z","etag":null,"topics":["complex-numbers","complex-roots","desktop-application","discriminant","graph-python","gui","math-equation","math-equation-solver","math-equations","python","python3","quadratic-equation-solver","quadratic-equations","unit-test","validator"],"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/hrosicka.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-04T08:59:48.000Z","updated_at":"2024-04-04T20:29:42.858Z","dependencies_parsed_at":null,"dependency_job_id":"8d94cadc-5685-40cf-a682-b82c3355544e","html_url":"https://github.com/hrosicka/QuadraticEquationSolver","commit_stats":null,"previous_names":["hrosicka/pyqtquadraticequationsolveplot","hrosicka/quadraticequationsolver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrosicka%2FQuadraticEquationSolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrosicka%2FQuadraticEquationSolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrosicka%2FQuadraticEquationSolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrosicka%2FQuadraticEquationSolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrosicka","download_url":"https://codeload.github.com/hrosicka/QuadraticEquationSolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244831300,"owners_count":20517667,"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":["complex-numbers","complex-roots","desktop-application","discriminant","graph-python","gui","math-equation","math-equation-solver","math-equations","python","python3","quadratic-equation-solver","quadratic-equations","unit-test","validator"],"created_at":"2025-01-26T12:14:28.860Z","updated_at":"2025-03-21T16:47:04.269Z","avatar_url":"https://github.com/hrosicka.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuadraticEquationSolvePlot\n## Quadratic equations made easy!\n- Enter the coefficients and let us do the rest.\n- We'll show you the assembled equation.\n- Calculate the discriminant and roots.\n- Visualize the parabola with a graph.\n\n## Visualizes the Solution\nThis program isn't just limited to solving quadratic equations; it can also visualize them!  The code utilizes the matplotlib library to generate a graph of the equation based on the user's input.  This graphical representation can be particularly helpful in understanding the relationship between the coefficients and the solution's behavior.\n\n## Discriminant - 3 solution are possible\nDistriminant: D = b^2 - 4ac\n- when dicriminant is positive, equation has two real solutions\n- when dicriminant is zero, equation has just one solution\n- when dicriminant is negative, equation has two complex solutions\n\n## Solution\n### Equation with 2 real roots\nD \u003e 0    -\u003e     2 real roots\n\n![](https://github.com/hrosicka/PyQtQuadraticEquationSolvePlot/blob/master/doc/MainWindow.PNG)\n\n### Equation with 1 real root\nD = 0    -\u003e     1 real root (Root1 = Root2)\n\n![](https://github.com/hrosicka/PyQtQuadraticEquationSolvePlot/blob/master/doc/OneRoot.PNG)\n\n### Equation with 2 complex roots\nD \u003c 0    -\u003e     2 complex roots\n\n![](https://github.com/hrosicka/PyQtQuadraticEquationSolvePlot/blob/master/doc/ComplexRoots.PNG)\n\n## Input validation\n### Only integers\nIt is possible insert only integers.\n![](https://github.com/hrosicka/PyQtQuadraticEquationSolvePlot/blob/master/doc/InputValidationInteger.PNG)\n\n### Coefficient a must be non zero\n![](https://github.com/hrosicka/PyQtQuadraticEquationSolvePlot/blob/master/doc/ANotZero.PNG)\n\n## Unit tests\nUnit tests can be run using command\npython -m unittest\n\n[MIT LICENSE](https://github.com/hrosicka/QuadraticEquationSolver?tab=MIT-1-ov-file#readme)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrosicka%2Fquadraticequationsolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrosicka%2Fquadraticequationsolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrosicka%2Fquadraticequationsolver/lists"}