Surface area between two known 3D polynomials

94 Views Asked by At

I have two curves in 3D space with known equations of the form z = ax + by. Curves

I find the coefficients a and b with some simple Python scipy curve-fit code and the equations are well fitted. My calculus is pretty rusty. Is there a way to find the surface area between these two curves via integration?