gv-linalg


Namegv-linalg JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/davidaustinm/MTH205-W20
SummarySome tools for accessing numpy using Sage-like syntax
upload_time2025-01-02 21:43:55
maintainerNone
docs_urlNone
authorDavid Austin
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package is meant for students taking linear algebra classes at [Grand Valley State University](https://gvsu.edu/math) though others are certainly welcome to use it.  Students become comfortable using Sage to do some linear algebraic computations but eventually start working in Colab notebooks.  To help facilitate working in a Colab notebook, this package provides access to `numpy` commands using a Sage-like syntax.  There are a few other features for visualizing the results of some computations.

Within a Colab notebook or other pure Python environment, begin with

```
!pip install gv_linalg
from gv_linalg import *
```
Then Sage-like commands, such as,

```
A = matrix([[1,2],[2,1]])
A.eigenvalues()
```
work as expected.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/davidaustinm/MTH205-W20",
    "name": "gv-linalg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "David Austin",
    "author_email": "david.austin.m@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d6/1d/c43ad0c219e116e5d39ea81c83f8673321bb6701a69bdddb9ec411f8d7b7/gv_linalg-0.1.0.tar.gz",
    "platform": null,
    "description": "This package is meant for students taking linear algebra classes at [Grand Valley State University](https://gvsu.edu/math) though others are certainly welcome to use it.  Students become comfortable using Sage to do some linear algebraic computations but eventually start working in Colab notebooks.  To help facilitate working in a Colab notebook, this package provides access to `numpy` commands using a Sage-like syntax.  There are a few other features for visualizing the results of some computations.\n\nWithin a Colab notebook or other pure Python environment, begin with\n\n```\n!pip install gv_linalg\nfrom gv_linalg import *\n```\nThen Sage-like commands, such as,\n\n```\nA = matrix([[1,2],[2,1]])\nA.eigenvalues()\n```\nwork as expected.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Some tools for accessing numpy using Sage-like syntax",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/davidaustinm/MTH205-W20",
        "Repository": "https://github.com/davidaustinm/MTH205-W20"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7b345cb8f88a6f5ab76da8c8d1a57f133353197477e39f5b02fa745dde42514",
                "md5": "9626d1a0a25c094fd4b1ef5f2d73940f",
                "sha256": "5e7beafa6279a627e9bcabb8f904d2b95adcf20780f87715a6cfe97359b44203"
            },
            "downloads": -1,
            "filename": "gv_linalg-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9626d1a0a25c094fd4b1ef5f2d73940f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 4663,
            "upload_time": "2025-01-02T21:43:51",
            "upload_time_iso_8601": "2025-01-02T21:43:51.463136Z",
            "url": "https://files.pythonhosted.org/packages/c7/b3/45cb8f88a6f5ab76da8c8d1a57f133353197477e39f5b02fa745dde42514/gv_linalg-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d61dc43ad0c219e116e5d39ea81c83f8673321bb6701a69bdddb9ec411f8d7b7",
                "md5": "a3f9a2300218f4f8d3d55f9044ab8078",
                "sha256": "d17556be002c91a147cd228d3964e7d43607423192ea4981b9d9aeebcfad35ca"
            },
            "downloads": -1,
            "filename": "gv_linalg-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a3f9a2300218f4f8d3d55f9044ab8078",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 4424,
            "upload_time": "2025-01-02T21:43:55",
            "upload_time_iso_8601": "2025-01-02T21:43:55.664092Z",
            "url": "https://files.pythonhosted.org/packages/d6/1d/c43ad0c219e116e5d39ea81c83f8673321bb6701a69bdddb9ec411f8d7b7/gv_linalg-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-02 21:43:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "davidaustinm",
    "github_project": "MTH205-W20",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gv-linalg"
}
        
Elapsed time: 0.98825s