top of page




Making a Graph Class in Python 3 - More GUI
We add a lot of functionality to the GUI - Adding/Removing vertices and edges, returning graph info, and returning some graph matrices.

Jonathan
Jun 26, 2023


Posets and Python 2 - Depth-First Search
We implement the Depth-First Search algorithm in Python to retrieve the set of maximal chains of the Poset class we created in the last post

Jonathan
Jun 12, 2023


The Arithmetic Derivative (Part 2)
Our first pattern So we've taken the usual rules for differentiation and applied them to natural numbers: D(ab) = aD(b) + D(a)b with...

Jonathan
Oct 12, 2021


The Arithmetic Derivative (Part 1)
An introduction If you've done calculus, then you've talked about differentiation. We usually talk about this in terms of "linear...

Jonathan
Oct 9, 2021
bottom of page