Help on double integral

14 次查看(过去 30 天)
Getasew Andargie
Getasew Andargie 2021-2-24
Hello Everyone!
I am not good in Matlab and need your help. I want to double integrate the following function;
Please help!
  1 个评论
Getasew Andargie
Getasew Andargie 2021-2-24
I tried in this way
clc
clear all
warning off
L=1.2; d=0.2; E=2*10^11;
syms f(a,w)
syms c
c=sqrt(d^2-2*w^2);
f(a,w) =(128*L^2*c^2*a^2)/(E*pi*d^2)*(sqrt((2*c)./(pi*a))*((tan((pi*w)./(2.*c)))*((0.923+0.199*(1-sin((pi*a)./(2*c))).^4)/cos((pi*a)./(2*c))))).^2;
I=integral2(f,0,0.015,0,0.105)

请先登录,再进行评论。

回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by