{"id":20418488,"url":"https://github.com/willnode/matrix-inversion","last_synced_at":"2025-03-05T04:16:06.723Z","repository":{"id":122911705,"uuid":"497496845","full_name":"willnode/matrix-inversion","owner":"willnode","description":"General Purpose Matrix Inversion Library","archived":false,"fork":false,"pushed_at":"2022-10-21T04:13:07.000Z","size":163,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T20:17:10.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/willnode.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":"2022-05-29T05:15:54.000Z","updated_at":"2022-05-29T05:16:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"0cde4f3f-8d77-4f9f-b3f2-00a269b5056d","html_url":"https://github.com/willnode/matrix-inversion","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"be0ba2cefcdf483d98cb85d715787194cf33833e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fmatrix-inversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fmatrix-inversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fmatrix-inversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fmatrix-inversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willnode","download_url":"https://codeload.github.com/willnode/matrix-inversion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241960883,"owners_count":20049344,"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":[],"created_at":"2024-11-15T06:33:09.140Z","updated_at":"2025-03-05T04:16:06.700Z","avatar_url":"https://github.com/willnode.png","language":"JavaScript","readme":"# matrix-inversion\n\nGeneral-Purpose Matrix Inversion Library. Inverses 2x2, 3x3, 4x4... any NxN matrices quickly.\n\nCurrently available in [Javascript](./javascript/).\n\nThis is a continued effort of [N-Matrix-Programmer](https://github.com/willnode/N-Matrix-Programmer), the difference is that this is a ready to use library. The basic calculation is [described here](https://www.mathsisfun.com/algebra/matrix-inverse-minors-cofactors-adjugate.html).\n\n### Javascript Usage\n\n```js\nimport { invert } from 'matrix-inversion';\nconsole.log(invert([[1, 4, 5], [3, 2, 4], [3, 1, 3]]))\n// returns: [[-2, 7, -6], [-3, 12, -11], [3, -11, 10]]\n```\n\n```js\nimport { determinant } from 'matrix-inversion';\nconsole.log(determinant([[1, 2], [3, 4]]))\n// returns: -2\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnode%2Fmatrix-inversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillnode%2Fmatrix-inversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnode%2Fmatrix-inversion/lists"}