{"id":21916179,"url":"https://github.com/youngermaster/st0256-numerical-analysis","last_synced_at":"2026-05-01T16:33:49.072Z","repository":{"id":98719634,"uuid":"368382253","full_name":"Youngermaster/ST0256-Numerical-Analysis","owner":"Youngermaster","description":"The idea of this project is to test out if it is worth it to use C++ instead of Python for algorithms of some numeric methods, like finding roots of non-linear equations using Newton-Raphson's method.","archived":false,"fork":false,"pushed_at":"2022-01-16T06:00:53.000Z","size":1170,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T09:28:01.779Z","etag":null,"topics":["algorithms","cpp","latex-document","newton-raphson","python"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Youngermaster.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,"publiccode":null,"codemeta":null}},"created_at":"2021-05-18T02:50:09.000Z","updated_at":"2022-01-16T05:59:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb85d027-a112-4660-86df-7dd550fe0215","html_url":"https://github.com/Youngermaster/ST0256-Numerical-Analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FST0256-Numerical-Analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FST0256-Numerical-Analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FST0256-Numerical-Analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FST0256-Numerical-Analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Youngermaster","download_url":"https://codeload.github.com/Youngermaster/ST0256-Numerical-Analysis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937254,"owners_count":20535120,"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":["algorithms","cpp","latex-document","newton-raphson","python"],"created_at":"2024-11-28T19:16:51.680Z","updated_at":"2026-05-01T16:33:49.035Z","avatar_url":"https://github.com/Youngermaster.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ST0256-Numerical-Analysis\n\n![Build workflow](https://github.com/Youngermaster/ST0256-Numerical-Analysis/actions/workflows/python-app.yml/badge.svg)\n\n\nThe idea of this project is to test out if it is worth it to use `C++` instead of `Python` for\nalgorithms of some numeric methods, like finding roots of non-linear equations using\nNewton-Raphson's method.\n\nHere is the link from the other part of the complete project:\n\n| [Root equations web](https://github.com/svalenciaaq/RaicesDeEcuacionesWeb) |\n| ------------- |\n| \u003cimg src=\"GitHubAssets/WebProject.png\" height=\"300\"\u003e |\n\n### Check it out deployed right here: http://3.226.113.5:3001/#/\n## Introduction\n\nWhy this project? the aim of this project is to be able to analyze and draw a conclusion to the \nquestion, is it worth spending more time programming in C ++? Or is it more profitable to do this \ntype of algorithms using Python and its libraries in terms of development time and program performance?\n\n## What will we test?\n\nIn this project we will only find roots of an equation using:\n\n- Newton-Raphson method.\n- Bisection method.\n- Secant method.\n- Regula-Falsi method.\n- Fixed-point iteration method.\n\n### Device used\n\n![DeviceSpecs](GitHubAssets/DeviceSpecs.png)\n\n### C++ Compiler\n\n```\ng++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0\n```\n\n### Python interpreter\n\n```\nPython 3.8.5\n```\n\n## How to test the Python methods\n\nMake sure to have installed `numpy`, `sympy` and `pytest`.\n\n```\npip install numpy\npip install sympy\npip install pytest\n```\n\nThen go the `Python/` folder and then run the test of the algorithm you want, for instance:\n\n```\ncd Python\npytest bisection.py\npytest fixedPoint.py\npytest newtonRaphson.py\npytest regulaFalsi.py\npytest secant.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungermaster%2Fst0256-numerical-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoungermaster%2Fst0256-numerical-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungermaster%2Fst0256-numerical-analysis/lists"}