mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 21:08:28 +00:00
7 lines
250 B
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}
|