top of page
Jonathan
Jul 5, 2023
Interactive Voronoi Diagram Maker in Pygame
We implement the Voronoi Diagram algorithm into Pygame so that it updates its Voronoi Cells as we add defining points.
138 views0 comments
Jonathan
Jul 2, 2023
Image Processing Algorithms with OpenCV 3
We implement an Auto-Palette-Simplification algorithm, A Voronoi Cell algorithm, and A Color Sieve algorithm on images in OpenCV-Python.
39 views0 comments
Jonathan
Jun 26, 2023
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.
31 views0 comments
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
30 views0 comments
Jonathan
Nov 21, 2021
Fun with the Dot Product (Math = Patterns)
Imagine this. You have a terribly strong desire to learn as much math as you can. You know that people do research in math, whatever that...
29 views0 comments
Jonathan
Nov 15, 2021
Rectangles in Polar Coordinates
Circles in rectangular coordinates...Rectangles in polar coordinates? This is a bit of a goofy one. Why? Well, I want to figure out...
44 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...
18 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...
56 views0 comments
Jonathan
Oct 9, 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...
58 views0 comments
bottom of page