In this exercise you will compare several integration schemes for several different functions.
Compute the following expressions:
For each use the following integration schemes:
In each integration scheme start with a low number of grid points (Monte Carlo draws) and sequentially increase the number of point while computing the change in the result of calculation (reduction of the error).
Plot these step-by-step changes in the integrals for each of the integration scheme applied for each of the expressions.
Discuss which scheme is preferable in which case.
# Your code here