I'm trying to compute the following definite integral: Integral I want to compute: where rho_ch is and a = 3.66 * 10^(-15) m (in meters) b = 0.54 * 10^(-15) m
I have a 2D matrix U of data that looks something like this: 0 0.5 0.1 0.3 0 nan 0.4 0.1 nan nan 0.2 nan The rows index corresponds to heigh
I think most people know how to do numerical derivation in computer programming, (as limit --> 0; read: "as the limit approaches zero"). //example code for d