Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
trudy rea
trudy rea am 1 Jul. 2021
Geschlossen: Cris LaPierre am 3 Jul. 2021
I get an error for both commands

Antworten (1)

David Hill
David Hill am 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);

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by