[NumCS] Add more sympy tricks

This commit is contained in:
2026-01-18 11:38:17 +01:00
parent 3bc264184b
commit 5de9a21514
4 changed files with 19 additions and 0 deletions

View File

@@ -4,3 +4,6 @@ Sympy can be used to do symbolic operations, i.e. similar to what we would do in
You usually want to follow something like the below code:
\inputcode{python}{parts/06_python/03_sympy-ex.py}
It is also possible to compute the hessian and gradient using sympy (or also the jacobian):
\inputcode{python}{parts/06_python/03_sympy-hessian.py}