News

Solving Linear Systems (NumPy) Most linear algebra courses start by considering how to solve a system of linear equations.
We develop an algorithm for solving a system of diophantine equations with lower and upper bounds on the variables. The algorithm is based on lattice basis reduction. It first finds a short vector ...
In this article, a system of Yang-Baxter-type matrix equations is studied, XAX = BXB, XBX = AXA, which “generalizes” the matrix Yang-Baxter equation and exhibits a broken symmetry. We investigate the ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...