Articles in category mathematics:

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 …


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 …

Jan. 1, 2023

Spectral Interpolation In Python

Interpolation is a common technique used in data analysis and signal processing to estimate values between known data points. A popular method for interpolation is using polynomials, but this is …


Don’t Trust Computer Algebra Blindly

With computer algebra systems like Mathematica, Maple, or sympy , it is all too tempting to use some single powerful command to solve a difficult problem. But without necessary care, …

Nov. 20, 2022

The Search For The Cubic Formula

Most of us know the solution formula of the quadratic equation

by heart. But do you know the formula for the cubic equation by heart? No? Nor do I but …

Nov. 13, 2022