About six months ago I wrote this article, really only for my own benefit to get some ideas clear in my mind. However, it has been surprisingly popular. Nice to know people are interested in this sort of thing.

https://codedrome.substack.com/p/implementing-mathematical-formulas-in-python

#python #pythonprogramming #mathematics

Implementing Mathematical Formulas in Python

Many of my articles include code which implements mathematical formulas, and as well as the Python code itself I usually include the formulas in traditional mathematical notation.

CodeDrome