mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 21:08:28 +00:00
[NumCS] Add numpy, scipy and sympy quick overview
This commit is contained in:
8
semester3/numcs/parts/06_python/02_scipy.tex
Normal file
8
semester3/numcs/parts/06_python/02_scipy.tex
Normal 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}
|
||||
Reference in New Issue
Block a user