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

6 次查看(过去 30 天)
I get an error when I plug in the function

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Function Creation 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by