Tag: math
Triangles and Circles
In my Math 300 class, I wrote a proof for the equivalent area of a circle and a right triangle with legs of length of the circumference and radius. This is a simple proof that was a final project for my transition to advanced math class. It was fun to work on and to try
Dragon Curve
I was working on a project for my math class and realized I had never implemented the dragon curve using linear algebra. I spent 15 minutes playing around with my calculator, realized I’m dumb, and spent 5 minutes minutes whipping this up using numpy. Code on github under my fun folder.