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

5 Ansichten (letzte 30 Tage)
I get an error when I plug in the function

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Function Creation finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by