{"id":28903524,"url":"https://github.com/src-mgra/jseq-solver","last_synced_at":"2026-05-10T16:14:17.693Z","repository":{"id":57284326,"uuid":"155862882","full_name":"src-mgra/jseq-solver","owner":"src-mgra","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-23T08:31:43.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-21T12:04:20.512Z","etag":null,"topics":["calculation","equations","gauss-elimination","maths","node","node-js","simple","solver","usefull"],"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/src-mgra.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}},"created_at":"2018-11-02T12:26:49.000Z","updated_at":"2023-03-22T16:24:04.000Z","dependencies_parsed_at":"2022-09-16T22:41:45.373Z","dependency_job_id":null,"html_url":"https://github.com/src-mgra/jseq-solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/src-mgra/jseq-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fjseq-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fjseq-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fjseq-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fjseq-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/src-mgra","download_url":"https://codeload.github.com/src-mgra/jseq-solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fjseq-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271281490,"owners_count":24732193,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["calculation","equations","gauss-elimination","maths","node","node-js","simple","solver","usefull"],"created_at":"2025-06-21T12:03:49.880Z","updated_at":"2026-05-10T16:14:12.671Z","avatar_url":"https://github.com/src-mgra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# equation-solver\n\njseq-solver: solves linear equations systems by gauss-elimination\n\n## use\nfor example:\n\n         1x+1y+1z=3\n         2x-3y-1z=2\n         4x-5y-1z=1\n\n\nnode eq-solver {\\\"size\\\":3,\\\"matrix\\\":[\n\n    [1,1,1,3],\n    [2,-3,-1,2],\n    [4,-5,-1,1]\n\n]}\n\nSet matrix-size and the equations in json format to parameters (as shown below), the last value of each line corresponds to the constant!\n\n## use package \nnpm i jsequation-solver\n\n\n    var eq = require('jsequation-solver/eq-calc');\n    result = eq.eqcalc('{\"size\":3,\"matrix\":[[1,1,1,3],[2,-3,-1,2],[4,-5,-1,1]]}');\n    console.log(result);\n\n## Demo\n\nhere is a demo of the package used in a android app:\nhttps://tinyurl.com/y85hn4pe\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc-mgra%2Fjseq-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrc-mgra%2Fjseq-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc-mgra%2Fjseq-solver/lists"}