How do I solve the double integral r dr d theta from 0,pi/2 and 0,4

6 visualizaciones (últimos 30 días)
I get an error when I plug in the function

Respuesta aceptada

David Hill
David Hill el 1 de Jul. de 2021
syms r theta
a=int(int(r,'theta',0,pi/2),'r',0,4);

Más respuestas (0)

Categorías

Más información sobre Function Creation en Help Center y File Exchange.

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