Community Profile

photo

GAYTRI ARYA


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Problem in solving integration inside the for loop
for i=1:6 for j=1:6 f1=@(phi1)(cos(phi1)*i)+2*j; F=integral(@(phi1)f1,0,1); end end This is the small model...

3 years ago | 1 answer | 0

1

answer

Question


Need to apply trapezoidal rule for double integration with an array by using the for loop
z=(0:0.1:10); F1= @(r1,r2)exp(-(r1.^2+r2.^2).*A).*exp(-i*B.*z.*(r1.^2+r2.^2)).*besseli(n,r1.*r2./(sig^2)).*r1.*r2; I want to...

3 years ago | 1 answer | 0

1

answer