Posts tagged "mathematics"
2 posts
Julia Set Fractal
 The Julia set is named after the French mathematician Gaston Julia who investigated their properties circa
Simple Math
> 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):