JonathanJun 22, 2023Fun MathematicsPosets and Python 3 - Critical Group DiversionWe implement methods to work with maximal chains into our Poset class in Python and get majorly distracted by Critical Groups of Graphs!
JonathanJun 12, 2023Fun MathematicsPosets and Python 2 - Depth-First SearchWe 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
JonathanJun 5, 2023Fun MathematicsPosets and PythonThis is an exploration of Dunder Methods and how they can be used to create abstract posets like the divisibility or p-adic posets in Python