[NumCS] Add numpy, scipy and sympy quick overview

This commit is contained in:
2026-01-13 11:22:34 +01:00
parent ca0cab49a5
commit a7eb412c84
10 changed files with 226 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
\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}