Geometric Algebra in Python
Project description
Geomatica
... is a library for implementing Geometric Algebra in Python
After pip install geomatica, you can do all of this:
from geomatica import GA
ga = GA() # create a Geometric Algebra
i,j,k = ga[1:4] # extract 3 basis vectors
v = 3*i-5*j+k # some vector
S = (i+j-k)^(-j+2*k) # some bivector, constructed using wedge product
print(-i*j*k*S) # hodge dual of bivector S in R3
print((v|S)/S) # project v onto S through dot product + multiplication by inverse of S
Further information can be found in docstrings.
pypi: HERE!
github: HERE!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geomatica-1.1.2.tar.gz
(6.5 kB
view details)
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 geomatica-1.1.2.tar.gz.
File metadata
- Download URL: geomatica-1.1.2.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dad16bdc102f167a3ceb84cad3345b07daeb7cf8bfa354164d428532fa8e96f8
|
|
| MD5 |
4cafa4414def0501f2c632fad6bd3cdd
|
|
| BLAKE2b-256 |
17d8450c33b531e72a72272cd03bb7d4ba853a75b4617c7648e3541771a9f77a
|
File details
Details for the file geomatica-1.1.2-py3-none-any.whl.
File metadata
- Download URL: geomatica-1.1.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
883c42d2f990ac5024a6df1ee5681d88a93ddddd135c1ef3357fc076d7c09883
|
|
| MD5 |
ee47aa0cd36178b8a577b6ccb157953f
|
|
| BLAKE2b-256 |
03d8dfce3606ffebe3073fdb3d5692ffdda1cfbf5439e7b4072996a132b82e74
|