Homework Statement
F(x,y,z) = (2x-z) i + x2y j + xz2 k and the volume is defined by [0,0,0] and [1,1,1].
Homework Equations
flux integral = \int\int\int div F dV
The Attempt at a Solution
\int\int\int div F dV = \int\int\int (2+x2-2xz)dxdydz
= 2 + 1/3 - 1/2 = 11/12
But I...