Exercise 1
Basic operations: load data from file, processing and graphics.
- Download the file es01.txt and save it into the working directory.
- Open the file and read the data.
- Compute the mean.
- Sort the data.
- Plot the graph of the function e-x2.
A possible solution.