Exercise 1

Basic operations: load data from file, processing and graphics.

  1. Download the file es01.txt and save it into the working directory.
  2. Open the file and read the data.
  3. Compute the mean.
  4. Sort the data.
  5. Plot the graph of the function e-x2.

A possible solution.