top of page
Jonathan
Jun 12, 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
29 views0 comments
Jonathan
Oct 13, 2021
The Arithmetic Derivative (Part 3)
Let us count The nice thing about the arithmetic derivative is that it takes a natural number to another natural number. This leads to...
17 views0 comments
Jonathan
Oct 12, 2021
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...
55 views0 comments
bottom of page