Info

This question is closed. Reopen it to edit or answer.

How do I solve the triple integral xz^2siny from 0,pi/2,0,pi/2,1,2?

1 view (last 30 days)
I get an error for both commands

Answers (1)

David Hill
David Hill on 1 Jul 2021
syms x y z;
eqn=x*z^2*sin(y);
a=int(int(int(eqn,'x',0,pi/2),'y',0,pi/2),'z',1,2);

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!