{"id":22832540,"url":"https://github.com/imd10/math317-numerical-methods","last_synced_at":"2025-06-28T11:05:25.633Z","repository":{"id":263255337,"uuid":"889812591","full_name":"iMD10/MATH317-Numerical-Methods","owner":"iMD10","description":"A collection of Python implementations of numerical methods based on the pseudocodes from MATH317 lectures, including Bisection, Horner's method, Complete Horner's method, Newton's method, and Polynomial evaluation techniques.","archived":false,"fork":false,"pushed_at":"2024-11-20T18:44:44.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-28T11:05:23.682Z","etag":null,"topics":["bisection-method","horners-method","mathematics","newtons-method","numerical-methods","polynomial"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iMD10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-17T09:58:21.000Z","updated_at":"2025-05-06T22:11:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"08471e2f-2ff6-4aee-8868-f0bd304cd7a3","html_url":"https://github.com/iMD10/MATH317-Numerical-Methods","commit_stats":null,"previous_names":["imd10/math317"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iMD10/MATH317-Numerical-Methods","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH317-Numerical-Methods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH317-Numerical-Methods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH317-Numerical-Methods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH317-Numerical-Methods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iMD10","download_url":"https://codeload.github.com/iMD10/MATH317-Numerical-Methods/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH317-Numerical-Methods/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262419748,"owners_count":23308098,"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":["bisection-method","horners-method","mathematics","newtons-method","numerical-methods","polynomial"],"created_at":"2024-12-12T21:07:53.081Z","updated_at":"2025-06-28T11:05:25.595Z","avatar_url":"https://github.com/iMD10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MATH317: Numerical Methods in Python\n![image](https://i.pinimg.com/originals/f2/07/a8/f207a8f3cda30d3fbbc2383e6a433bf8.gif)\n\nWelcome to the **MATH317: Numerical Methods** repository! This project contains Python implementations of various numerical methods covered in the MATH317 course. Each method is implemented based on the pseudocodes provided during lectures, with clear examples and explanations.\n\n---\n\n## 📚 Course Topics\n\nThis repository includes implementations of the following numerical methods:\n\n- **Bisection Method**: A root-finding technique that repeatedly bisects an interval to converge to a root.\n- **Horner's Method**: An efficient way to evaluate polynomials at a given value.\n- **Complete Horner's Method**: Extends Horner's method to compute derivatives as well.\n- **Newton's Method**: An iterative method for finding successively better approximations to the roots of a function.\n- **Polynomial Operations**: Basic operations like addition, multiplication, and evaluation of polynomials.\n\n---\n\n## 📂 Repository Structure\n\n```plaintext\nMATH317-NumericalMethods/\n├── bisection.py          # Implementation of the Bisection Method\n├── testBisection.py      # Implementation of Bisection Method Test\n├── horner.py             # Implementation of Horner's Method\n├── complete_horner.py    # Implementation of Complete Horner's Method\n├── newton.py             # Implementation of Newton's Method\n├── polynomial.py         # Basic polynomial operations\n└── README.md             # This documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimd10%2Fmath317-numerical-methods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimd10%2Fmath317-numerical-methods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimd10%2Fmath317-numerical-methods/lists"}