Posts tagged "mathematics"

2 posts

Julia Set Fractal

4 min read

![Julia Set](/posts/2021/07/22/julia-set-fractal/julia-set-fractal-julia2.png "Julia Set") The Julia set is named after the French mathematician Gaston Julia who investigated their properties circa

Simple Math

1 min read

> NUMPY AND PYTHON ## Derivative of a Polynomial Function The following code computes the derivative of a polynomial function using NumPy. ```python import numpy as np def basis_function(x):