Posts

Showing posts with the label function

Regular versus recursive functions in Fortran

This is a short post that contrasts recursive versus regular Fortran functions and gives an example factorial $n!$ recursive function.  

Python, regex, and SymPy to automate custom text conversions to LaTeX

A Jupyter Notebook that details the use of SymPy to create LaTeX formatted equations.