As a further to this question, how would you go about calculating the area between line and a particular curve?
I presume that, as there is no point at the intersection of line and curve, it must be necassary to interpolate, or use the coordinates of intersection found from my previous question and somehow input these into trapz to find the area. But I cannot think of a fluent way of coding this. Thanks again for any help!