photo

Tarun Agarwal


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

約3年 前 | 2 件の回答 | 0

2

回答

質問


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

約3年 前 | 1 件の回答 | 0

1

回答