{"id":16672236,"url":"https://github.com/echo724/matrix-generator","last_synced_at":"2025-07-14T15:38:13.987Z","repository":{"id":57441344,"uuid":"191664116","full_name":"echo724/matrix-generator","owner":"echo724","description":"Generate a Sympy matrix fast!","archived":false,"fork":false,"pushed_at":"2020-07-18T13:53:32.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-21T16:42:19.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/echo724.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":"2019-06-13T00:45:26.000Z","updated_at":"2020-07-18T13:53:34.000Z","dependencies_parsed_at":"2022-09-05T23:51:51.863Z","dependency_job_id":null,"html_url":"https://github.com/echo724/matrix-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/echo724/matrix-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo724%2Fmatrix-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo724%2Fmatrix-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo724%2Fmatrix-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo724%2Fmatrix-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/echo724","download_url":"https://codeload.github.com/echo724/matrix-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo724%2Fmatrix-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265313349,"owners_count":23745189,"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-10-12T12:05:40.838Z","updated_at":"2025-07-14T15:38:13.698Z","avatar_url":"https://github.com/echo724.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# matrix-generator\n\n[![PyPI version](https://badge.fury.io/py/mgenerator.svg)](https://badge.fury.io/py/mgenerator)\n\nThis is a python program that helps you to make a sympy matrix easily. This module uses [sympy](https://www.sympy.org/en/index.html), python library for simbolic mathmatics. \n\nBy using this generator, you can create a new sympy matrix with only entering the dimension size and elements.\n\n## Dependencies\n\nThe following dependencies are required\n\n- [sympy](https://www.sympy.org/en/index.html)\n\n## Download\n\n ``` bash\n  $ pip install mgenerator\n  ```\n\n## Example\n```python\n    from mgenerator import *\n    \n    foo = new() # makes new sympy Matrix object. You will enter elements\n    foo = new(1,2) # makes new sympy Matrix with 1 raw and 2 column\n    \n    ef(foo) # makes foo as Echelon form\n    rf(foo) # makes foo as Reduced Echelon form\n    \n    num = 3\n    ran(num) #finds image num elements vector range\n    \n    #used in finding eigenvalues\n    char(foo, 3) #makes characteristic polynomial equation, and finds soluton with 3*3 matrix\n    \n    orthon(foo) #makes orthogonal basis matrix\n    \n    vec(2,1) #makes the vector (2,1)\n```\n\n## Instructions\n\n1. `new( )`:\n\n- When you make a mistake, just enter 'Enter'. **It will make new matrix**\n- You can use any type of componenent(int,float,string), even a fraction like 1/2\n\n2. `ran( )`:\n\n- First you have to find echelon form of linear combination's agmented coefficient matrix\n- Put coefficients of the range. Ex) If the range is ax-by-cz = 0 -\u003e enter a,-b,-c\n\n3. `char( )`:\n\n- Put a Matrix and number of the matrix dimension ( if 2 by 2 matrix, enter 2 )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecho724%2Fmatrix-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecho724%2Fmatrix-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecho724%2Fmatrix-generator/lists"}