Sierpinski Triangle

Posted on May 06, 2019 in Maths

See how Sierpinski Triangle emerges as you go through this iterative algorithm...


Continue reading

Simulating double pendulum

Posted on May 05, 2019 in Physics

Chaotic system with double pendulum...


Continue reading

Calculating Pi

Posted on April 27, 2019 in Physics

An extremely computationally inefficient way to calculate pi. Inspired from a 3Blue1Brown video...


Continue reading

Awk Tutorial and Introduction

Posted on April 07, 2019 in Linux

If you deal with a large data files with multiple rows and columns and you would like to make some quick edits, selection or manipulation right from the terminal, awk is the tool to look for.


Continue reading

Lazy Evaluation in Python

Posted on April 05, 2019 in Programming

I talk about lazy evaluation and use it to generate infinite list of primes.


Continue reading