Scipy

Overview

Teaching: 60 min
Exercises: 60 min
Questions
  • 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

  1. Compute the integral of the Spherical Bessel function of the first kind spherical_jn from 0 to 1

  2. Create a set of 20 random points in space and compute the convex hull.

  3. 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.

  4. 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)