{"id":26781921,"url":"https://github.com/mwt/inteq","last_synced_at":"2025-07-03T18:07:46.552Z","repository":{"id":42955689,"uuid":"364408290","full_name":"mwt/inteq","owner":"mwt","description":"Solve various integral equations using numerical methods in Python","archived":false,"fork":false,"pushed_at":"2024-06-29T22:34:20.000Z","size":174,"stargazers_count":34,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-21T13:58:23.434Z","etag":null,"topics":["fredholm","fredholm-integral-equations","hacktoberfest","integral-equations","numerical-analysis","numerical-methods","python","volterra"],"latest_commit_sha":null,"homepage":"https://inteq.readthedocs.io","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/mwt.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2021-05-04T23:03:55.000Z","updated_at":"2025-02-25T13:10:39.000Z","dependencies_parsed_at":"2025-04-20T13:47:56.462Z","dependency_job_id":null,"html_url":"https://github.com/mwt/inteq","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":"0.024390243902439046","last_synced_commit":"30947afbfbace1456e2e8c70623ce64764593ec0"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mwt/inteq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwt%2Finteq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwt%2Finteq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwt%2Finteq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwt%2Finteq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwt","download_url":"https://codeload.github.com/mwt/inteq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwt%2Finteq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261624957,"owners_count":23186118,"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":["fredholm","fredholm-integral-equations","hacktoberfest","integral-equations","numerical-analysis","numerical-methods","python","volterra"],"created_at":"2025-03-29T08:18:49.697Z","updated_at":"2025-07-03T18:07:46.501Z","avatar_url":"https://github.com/mwt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. role:: func(code)\n\nSolve Volterra and Fredholm integral equations\n==============================================\n\n|Volterra plot generated by package|\n\n.. docs-start\n\nThis Python package estimates Volterra and Fredholm integral equations\nusing known techniques.\n\n\nInstallation\n------------\n\nThis package can be installed with pip::\n\n    pip install inteq\n\nand can be upgraded using the ``--upgrade`` flag::\n\n    pip install --upgrade inteq\n\n\nSupported Equations\n-------------------\n\nVolterra\n^^^^^^^^\n\n|Volterra plot generated by package|\n\nThis package provides the function :func:`inteq.SolveVolterra` which approximates\nthe solution, g(x), to the Volterra Integral Equation of the first kind:\n\n|vie|\n\nusing the method in `Betto and Thomas\n(2021) \u003chttps://mattwthomas.com/papers/asymmetric-all-pay-contests-with-spillovers/\u003e`__.\n\n\nFredholm\n^^^^^^^^\n\n|Fredholm plot generated by package|\n\nThis package provides the function :func:`inteq.SolveFredholm` which approximates\nthe solution, g(x), to the Fredholm Integral Equation of the first kind:\n\n|fie|\n\nusing the method described in `Twomey\n(1963) \u003chttps://doi.org/10.1145/321150.321157\u003e`__. It will return a\nsmooth curve that is an approximate solution. However, it may not be a\ngood approximate to the true solution.\n\n\n.. |Volterra plot generated by package| image:: https://raw.githubusercontent.com/mwt/inteq/main/docs/volterra/volterra-example.svg\n.. |vie| image:: https://latex.codecogs.com/svg.latex?\\large\u0026space;f(s)=\\int_a^sK(s,y)g(y)dy \n            :alt: f(s) = \\int_a^s K(s,y) g(y) dy\n.. |Fredholm plot generated by package| image:: https://raw.githubusercontent.com/mwt/inteq/main/docs/fredholm/fredholm-example.svg\n.. |fie| image:: https://latex.codecogs.com/svg.latex?\\large\u0026space;f(s)=\\int_a^bK(s,y)g(y)dy \n            :alt: f(s) = \\int_a^b K(s,y) g(y) dy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwt%2Finteq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwt%2Finteq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwt%2Finteq/lists"}