avmath

Home Features Documentation Get started Developments

Avmath

Symbolic math for Python

Avmath 3.2 will be delayed. View release plan.

Installation

Install the version of avmath that fits your needs on your Python.

Number objects

Avmath provides special number objects for exact calculations such as fractions and roots.

Linear algebra

Use the avmath algebra features for exact vector and matrix calculations or solutions of systems of linear equations.

Calculus

Work with different types of functions or use the general function feature for any type of mathematical function.

Open source

Follow the development of avmath on GitHub and contribute to it.

Avmath is a Python library for mathematics. Its main focus is on the symbolic calculations for which it provides a wide span of objects and operations. Its interface allows a calculator-like workflow because the algorithms concentrate on mathematical logic instead of programming paradigms.