Welcome to biquaternion_py’s documentation!
biquaternion_py
This package implements the biquaternion algebra in python in a sympy compatible way. The user can therefore not only calculate numerically, but also symbolically.
Installation
This package can be installed through the PyPi
pip install biquaternion_py
or by downloading the source, opening a terminal in this folder and installing it from there.
pip install -r requirements.py
pip install -e .
Warning
This documentation is not yet complete.