Posts tagged "mathematics"

2 posts

Julia Set Fractal

•4 min read

![Julia Set](/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 1915 and culminat

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):