Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
trudy rea
trudy rea el 1 de Jul. de 2021
Cerrada: Cris LaPierre el 3 de Jul. de 2021
I get an error for both commands

Respuestas (1)

David Hill
David Hill el 1 de Jul. de 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);

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by