double and triple integral for a complex function. I coded but did not get any output
f = (-1) * (x + l/2) ./ ((x + l/2).^2 + (y – y1).^2 + (z – z1).^2).^(3/2);
The goal is to do the double integral of that function over dy1 and dz1 and then the next step is to do the triple integral of the result(double integration result) over dx,dy and dz. I tried these in several ways but it looks like Matlab is unable to to this integration. Any suggestion?f = (-1) * (x + l/2) ./ ((x + l/2).^2 + (y – y1).^2 + (z – z1).^2).^(3/2);
The goal is to do the double integral of that function over dy1 and dz1 and then the next step is to do the triple integral of the result(double integration result) over dx,dy and dz. I tried these in several ways but it looks like Matlab is unable to to this integration. Any suggestion? f = (-1) * (x + l/2) ./ ((x + l/2).^2 + (y – y1).^2 + (z – z1).^2).^(3/2);
The goal is to do the double integral of that function over dy1 and dz1 and then the next step is to do the triple integral of the result(double integration result) over dx,dy and dz. I tried these in several ways but it looks like Matlab is unable to to this integration. Any suggestion? doble integration, matlab MATLAB Answers — New Questions