Help on double integral

14 vues (au cours des 30 derniers jours)
Getasew Andargie
Getasew Andargie le 24 Fév 2021
Commenté : Getasew Andargie le 24 Fév 2021
Hello Everyone!
I am not good in Matlab and need your help. I want to double integrate the following function;
Please help!
  1 commentaire
Getasew Andargie
Getasew Andargie le 24 Fév 2021
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)

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by