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.3.5.tar.gz
(7.0 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.3.5.tar.gz.
File metadata
- Download URL: geomatica-1.3.5.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d759b27380715e8e4739d926f8d279b823a59d652d3c62484e166ae133430b2
|
|
| MD5 |
c2c7fffcaacd43ce1a3af364e1c563ea
|
|
| BLAKE2b-256 |
042a7e0ae26d5d3b6ed52fbc21c6320c79b4c6796ee40e0d5355acb6a2a2e9cb
|
File details
Details for the file geomatica-1.3.5-py3-none-any.whl.
File metadata
- Download URL: geomatica-1.3.5-py3-none-any.whl
- Upload date:
- Size: 6.8 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 |
0a36472949265b8902ba93793f156b355f98b7ffb3ee09d13c174dbabc919e60
|
|
| MD5 |
f14257cfaa2464650ec9a9ecdf79c865
|
|
| BLAKE2b-256 |
ecb9653df821c7027f5ad3e7ee72a1aa8e107c1871b350159b5240421b8473cb
|