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