Scipy
Overview
Teaching: 60 min
Exercises: 60 minQuestions
Key question (FIXME)
Objectives
First learning objective. (FIXME)
The Notebook
The material for this episode is on this notebook:
5_Scipy [WVU Research Computing].ipynb
Exercises
-
Compute the integral of the Spherical Bessel function of the first kind
spherical_jn
from 0 to 1 -
Create a set of 20 random points in space and compute the convex hull.
-
Remove on the points in that belong to the convex and recompute a new convex. Continue this procedure until you remain with just 3 points.
-
Check the orthogonality of Legendre functions. For that you can use
scipy.special.eval_legendre
Key Points
First key point. Brief Answer to questions. (FIXME)