Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 351 Bytes

README.rst

File metadata and controls

17 lines (12 loc) · 351 Bytes

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