Final answer:
The student is tasked with computing an integral using adaptive Simpson's rule, Romberg's method, and Gaussian quadrature, then comparing these numerical solutions with the exact result.
Step-by-step explanation:
The student has been asked to compute the integral of 4x³e⁴ᴇ¹⁴ from 0 to 1 using three different numerical integration methods: adaptive Simpson's rule, Romberg's method, and Gaussian quadrature. They will compare the results of these methods with the exact analytical result by plotting the errors versus the number of intervals N in a log-log plot for N values of 4, 8, 16, 32, 64, and 128.
Using the provided gaussxw.py script from their course materials will allow them to calculate the weights and integration points necessary for the Gaussian quadrature.