[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,8 @@
\newpage
\subsection{Scipy}
Scipy is a library that, according to its website, provides ``Fundamental algorithms for scientific computing in Python''.
In this course it is primarily used for cases where Numpy either does not have an implementation or SciPy's implementation is faster.
Scipy needs Numpy arrays as inputs in most cases, thus not requiring any additional syntax.
You can find the scipy reference docs \hlhref{https://docs.scipy.org/doc/scipy/reference/index.html}{here}