Recent Posts

Vectorized Mandelbrot Rendering in MATLAB

14 minute read

Introduction It is well known that describing calculations as linear algebra operations on vectors can result in much faster MATLAB code. Many times this is ...