{"id":31772064,"url":"https://github.com/roomrys/linalg","last_synced_at":"2025-10-25T00:34:08.832Z","repository":{"id":316334427,"uuid":"1062294603","full_name":"roomrys/linalg","owner":"roomrys","description":"Visualize linear algebra concepts.","archived":false,"fork":false,"pushed_at":"2025-10-01T21:38:58.000Z","size":71,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T23:28:29.480Z","etag":null,"topics":["change-of-base","change-of-basis","eigenvalue","eigenvalues","eigenvalues-and-eigenvectors","eigenvector","eigenvectors","linear-algebra","matrix-multiplication","matrix-transformation","matrix-transformations"],"latest_commit_sha":null,"homepage":"https://roomrys.github.io/linalg/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roomrys.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-23T04:31:03.000Z","updated_at":"2025-10-01T21:39:01.000Z","dependencies_parsed_at":"2025-09-24T02:40:03.138Z","dependency_job_id":"baace49d-9037-4955-a31c-7995db72b290","html_url":"https://github.com/roomrys/linalg","commit_stats":null,"previous_names":["roomrys/linalg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roomrys/linalg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomrys%2Flinalg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomrys%2Flinalg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomrys%2Flinalg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomrys%2Flinalg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roomrys","download_url":"https://codeload.github.com/roomrys/linalg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomrys%2Flinalg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002601,"owners_count":26083426,"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-10-10T02:00:06.843Z","response_time":62,"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":["change-of-base","change-of-basis","eigenvalue","eigenvalues","eigenvalues-and-eigenvectors","eigenvector","eigenvectors","linear-algebra","matrix-multiplication","matrix-transformation","matrix-transformations"],"created_at":"2025-10-10T03:55:41.924Z","updated_at":"2025-10-25T00:34:08.827Z","avatar_url":"https://github.com/roomrys.png","language":"JavaScript","readme":"# [Linear Algebra Project](https://roomrys.github.io/linalg)\n\n## Overview\n\nThis project focuses on implementing and exploring concepts in linear algebra. The current feature list can be seen below.\n\n## Features\n\n### [SVD in Color Space](https://roomrys.github.io/linalg/svd-color-space.html)\n\n- SVD decomposition of A with spatial rows and color columns\n\n  \u003cimg height=\"200\" alt=\"image\" src=\"https://github.com/user-attachments/assets/78505270-5e8b-4622-aa0e-8538e10ee4e0\" /\u003e\n\n- RGB decomposition (when hover over A)\n\n  \u003cimg height=\"200\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b23f7971-fba0-4056-bc4c-291474955c73\" /\u003e\n\n- Rank-k approximation using dominant modes from SVD\n\n  \u003cimg height=\"200\" alt=\"image\" src=\"https://github.com/user-attachments/assets/38584dc5-0298-4520-a4b0-8575149bf72e\" /\u003e\n\n- Rank-k approximation using dominant RGB channels (when hover over A)\n\n  \u003cimg height=\"200\" alt=\"image\" src=\"https://github.com/user-attachments/assets/a5d3c35a-6c50-4a16-800d-03168f45d952\" /\u003e\n\n\n\n\n### [Linalg](https://roomrys.github.io/linalg)\n\n- Eigenvector Visualizer (Complex, real, defective)\n\n  \u003cimg height=\"200\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bc0e35bc-f944-44a8-baae-52147412ac77\" /\u003e \u003cimg height=\"200\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b84650fe-1cb7-4643-979e-583551356e50\" /\u003e \u003cimg height=\"200\" alt=\"image\" src=\"https://github.com/user-attachments/assets/2932415f-1f49-4149-9ec2-b8d5096c724e\" /\u003e\n\n- Change of basis visualizer\n\n  \u003cimg height=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/e1ffea80-5c9e-4e6f-8cfa-2bf8a108b264\" /\u003e\n\n## Development\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/roomrys/linalg.git\n   ```\n2. Run the server:\n   (To avoid CORS error)\n\n   ```bash\n   python3 -m http.server 8000\n   ```\n\n3. Browse to:\n   ```bash\n   http://[::]:8000/\n   ```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froomrys%2Flinalg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froomrys%2Flinalg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froomrys%2Flinalg/lists"}