Files
eth-summaries/semester3/numcs/parts/06_python/03_sympy.tex

7 lines
250 B
TeX

\subsection{Sympy}
\label{sec:sympy}
Sympy can be used to do symbolic operations, i.e. similar to what we would do in Analysis or the like.
You usually want to follow something like the below code:
\inputcode{python}{parts/06_python/03_sympy-ex.py}