News

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 a companion guide to a ...
Python allows free creation of plots, unlike expensive, stagnant graphing calculators. Import NumPy and Matplotlib for basic ...
Since we can represent images as matrices, this allows us to use all the tools from linear algebra that we have developed. Let's get started... The photo we will be using is this ferris wheel. First ...
JAX is a Python library similar to NumPy for scientific computing and linear algebra, but designed to run on accelerators ...
One more patch (or hardcoded hack, rather) later the ‘Hello World’ example in Fortran was up and running, clearing the way to build the BLAS (Basic Linear Algebra Subprograms) and LAPACK ...