/algebra

A tool for algebraic manipulation.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Algebra

This module provides algebriac manipulation tools.

Installation Notes

To install my project run: pip install -e .

Quick Usage Notes

This module can run product as shown:

import algebra
algebra.operators.product(4,5)