Some tools for accessing numpy using Sage-like syntax
Project description
This package is meant for students taking linear algebra classes at Grand Valley State University 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gv_linalg-0.1.7.tar.gz.
File metadata
- Download URL: gv_linalg-0.1.7.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-52-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51e5df541467a4b26b4d75365006772793a2f6415c2c0b864faffc91a789ecbd
|
|
| MD5 |
904a64637e4f677ee9c4a8c0a9766410
|
|
| BLAKE2b-256 |
b916f32c077a45e29c3dc41e98179606cad5148bc7badd621ea7c1fc37b5d462
|
File details
Details for the file gv_linalg-0.1.7-py3-none-any.whl.
File metadata
- Download URL: gv_linalg-0.1.7-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-52-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f4aaab8ede8d81b5ecb0f9d735bf5db413f572c558de6b076b5bb6d1e2f05ba
|
|
| MD5 |
a5de253e53cab7ef73a62627e5be01ab
|
|
| BLAKE2b-256 |
caea787919c4a0e963647eb47053e47fa812b4f42ddad7f38ef8fe217c895374
|