Delta Symbol SymPy Expressions
author: Jonathan Gutow [email protected]
date: August 2020
license: GPL V3+
This python module is intended to be used interactive Jupyter notebooks and adds a way to define symbols
for use in SymPy expressions that display as ΔX
when SymPy
typesets the expressions. This is the abbreviation commonly used in physical science for final(X) - initial(X)
.
Setup/Installation: Currently this tool is not available as a pip installable package. The file DeltaSymbol.py
must be available for import in the directory space of the active Jupyter notebook. To activate issue
the command: from DeltaSymbol import *
. This does not import SymPy, which must be done separately.
Usage examples can be found in the docstrings and the demonstration Jupyter notebook Demonstration DeltaSymbol Class.ipynb
.