Community Profile

photo

GAYTRI ARYA


Last seen: más de 2 años hace Con actividad desde 2021

Estadísticas

  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta