Saturday, February 29, 2020

Thursday, February 13, 2020

Tuesday, February 11, 2020

100 Days of Github. Take 2 Spillover, Day 50

Day 50

Speeding up Mandlebrot set calculation using numba.
I think I can speed things up more. But need to figure out how, and understand how numba works.
Anyway, here.

Friday, February 7, 2020

100 Days of Github. Take 2 Spillover, Day 49

Day 49

I wrote a code for RK4 solver for a system of coupled ODEs. In python.
Here.
Anyway, check this site for a clear explanation.