Community Profile

photo

Tarun Agarwal


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

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I am trying to create an array h of size 1001 which can store value of 2 integrals
gl=10; gr=10; N=1000; L=10; l=10; h = zeros(1,1000); syms x; for i=1:1001 f =gl*(7/44)*(exp((-1*L*i)/(N*l*cos(x))));...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I am trying to get a numerical answer of following improper integral but not getting the correct value
syms x; f =(exp(1/cos(x))); A=vpa(int(f,-11/7,11/7)); A Please correct me where I am going wrong and how to evaluate this ...

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

1

respuesta