News

Python for Linear Algebra These pages provide a showcase of how to use Python to do computations from linear algebra. We will demonstrate both the NumPy (SciPy) and SymPy packages. This is meant to be ...
WORK IN PROGRESS. This is for algebraic number theory, such as imaginary quadratic rings, pure cubic numbers and so on and so forth. I might be duplicating effort that has already been made for Python ...
Mathematics, especially algebra, uses plenty of structures: groups, rings, integral domains, fields, vector spaces to name a few of the most basic ones. Classes of structures are closely connected - ...
SymPy is a Python library for symbolic algebra. It can interface with other Python libraries making it very powerful. On this page we demonstrate how to get started with SymPy by importing the library ...