Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenny2github/multivectors
Compute blades and multivectors in arbitrary-dimensional space
https://github.com/kenny2github/multivectors
bivector multidimensional multivector
Last synced: 9 days ago
JSON representation
Compute blades and multivectors in arbitrary-dimensional space
- Host: GitHub
- URL: https://github.com/kenny2github/multivectors
- Owner: Kenny2github
- License: apache-2.0
- Created: 2021-06-28T00:06:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T20:53:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T06:51:40.451Z (19 days ago)
- Topics: bivector, multidimensional, multivector
- Language: Python
- Homepage: https://multivectors.rtfd.io
- Size: 151 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Compute blades and multivectors in arbitrary-dimensional space.
Installation
------------pip install multivectors
Usage
----->>> import math
>>> from multivectors import x, y, z
>>> v = 2*x + 3*y + 4*z
>>> print(v.rotate(math.pi/2, x * y))
(-3.00x + 2.00y + 4.00z)For more see `the docs `_