JonathanJun 26, 2023Fun MathematicsMaking a Graph Class in Python 3 - More GUIWe add a lot of functionality to the GUI - Adding/Removing vertices and edges, returning graph info, and returning some graph matrices.
JonathanJun 26, 2023Fun MathematicsMaking a Graph Class in Python 2 - GUIWe add some preset graphs and matrices to our Graph Class in Python and implement an "add_vertex" button with user-typed input in the GUI.
JonathanJun 25, 2023Fun MathematicsMaking a Graph Class in PythonWe create a Graph Class in Python to work with mathematical graphs. Then we create an interactive display using Pygame to visualize them.
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
JonathanOct 13, 2021Fun MathematicsThe 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...
JonathanOct 9, 2021Fun MathematicsThe 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...