Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
trudy rea
trudy rea 2021 年 7 月 1 日
閉鎖済み: Cris LaPierre 2021 年 7 月 3 日
I get an error for both commands

回答 (1 件)

David Hill
David Hill 2021 年 7 月 1 日
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);

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by