Community Profile

photo

GAYTRI ARYA


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort