{"id":23317098,"url":"https://github.com/adnksharp/scilab-s-matrix-solvers","last_synced_at":"2026-01-20T11:03:02.595Z","repository":{"id":135392664,"uuid":"512272423","full_name":"adnksharp/Scilab-S-matrix-solvers","owner":"adnksharp","description":"Manejo de matrices en Scilab","archived":false,"fork":false,"pushed_at":"2023-07-12T00:58:37.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"base","last_synced_at":"2025-02-13T08:39:37.459Z","etag":null,"topics":["scilab-scripts"],"latest_commit_sha":null,"homepage":"","language":"Scilab","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/adnksharp.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":"2022-07-09T19:46:54.000Z","updated_at":"2023-07-18T09:14:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd5e26a3-3b15-4b22-846c-a9eeb8275b12","html_url":"https://github.com/adnksharp/Scilab-S-matrix-solvers","commit_stats":null,"previous_names":["adnksharp/scilab-s-matrix-solvers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-matrix-solvers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-matrix-solvers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-matrix-solvers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-S-matrix-solvers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adnksharp","download_url":"https://codeload.github.com/adnksharp/Scilab-S-matrix-solvers/tar.gz/refs/heads/base","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589832,"owners_count":20963022,"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":["scilab-scripts"],"created_at":"2024-12-20T16:19:50.224Z","updated_at":"2026-01-20T11:02:57.561Z","avatar_url":"https://github.com/adnksharp.png","language":"Scilab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix works\n\nSolución de matrices usando el metodo de Gauss-Seidel y el metodo de Cramer\n\n### Ejemplo de uso\n\n```Octave\n--\u003e my = [12,31,98; 09,1,121; 12,98,98]\n my  =\n\n   12.   31.   98.\n   9.    1.    121.\n   12.   98.   98.\n\n--\u003e k = [2, 12, 43]\n k  =\n\n   2.   12.   43.\n\n--\u003e GS = GaussSeidel(my, k)\n GS  =\n\n   1.   0.   0.  -5.5603823\n   0.   1.   0.   0.6119403\n   0.   0.   1.   0.5076984\n\n--\u003e Cr = Cramer(my, k)\n Cr  =\n\n  -5.5603823\n   0.6119403\n   0.5076984\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnksharp%2Fscilab-s-matrix-solvers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadnksharp%2Fscilab-s-matrix-solvers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnksharp%2Fscilab-s-matrix-solvers/lists"}