EGR 103/Spring 2023/Lab 12

From PrattWiki
Jump to navigation Jump to search

Assignment

You will be writing functions to calculate estimates of derivatives and integrals for data sets. Along with the lecture notes and lab handouts, see Numerical Differentiation and the Google Colab File

The assignment will be submitted to Gradescope. You do not need to upload your code to Sakai or do anything with Connect. Note that this is an individual assignment!

Hint

See scipy.integrate.cumulative_trapezoid for a simple way to do the trapezoidal rule integration in one line of code!