[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

@@ -63,4 +63,4 @@ def eval_linear_interp(x: np.ndarray, x_data: np.ndarray, y: np.ndarray):
]
return np.piecewise(x, condlist, funclist)
\end{code}
\end{code}