Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `_