MATLAB-like Waterfall Plots In Python
In the Python scientific world, matplotlib is the top dog when it comes to plotting. There are also other great packages, like Bokeh or plotly but matplotlib is still the …
The Diffusion Equation Solved Analytically With Python
Today, we will use Python to analytically solve one of the most important partial differential equations out there, the diffusion equation. It is a fundamental equation that arises in many …
Chebyshev Interpolation With Python
Interpolation is a common technique used in numerical analysis and engineering to estimate values between known data points. It is a powerful tool that can be used to create smooth …
Green’s Function For The Poisson Equation
In this blog post, we will dive into the fascinating world of Green’s functions and their application to solving the Poisson equation. Green’s functions offer a powerful and easy way …
A Teaser on Green’s Functions
Recently, we have seen that Laplace transforms can be used to reduce ordinary differential equations to algebraic equations.
Today, we will have a look at another technique that allows reducing …