Python-FLINT

Python extension module wrapping FLINT (Fast Library for Number Theory) and Arb (arbitrary-precision ball arithmetic). Features:

  • Integers, rationals, integers mod n

  • Real and complex numbers with rigorous error tracking

  • Polynomials and matrices over all the above types

  • Lots of mathematical functions

Author: Fredrik Johansson <fredrik.johansson@gmail.com>

Repository: https://github.com/flintlib/python-flint/

Introduction

Reference

Scalar types

Matrix types

Polynomial types

Power series types

Experimental generic rings interface