photo

Prajakta Borse


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Code for romberg integration using recursion
format long eps_step = 1e-5; N = 11; a = 0; b = 1; R = zeros( N + 1, N + 1 ); h = b - a; pow=(1/3); R(0 + 1, 0 + 1) = 0....

3 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab command line output
What does this imply? what does the asterisk sign mean? I don't understand what 1.0e+13* signify. Please explain

3 years 前 | 1 个回答 | 0

1

个回答

提问


Bessel function values using starting values
I wish to calculate values of bessel function of first kind using starting values of j(1,1) and j(1,2). j(1,2)=0.44005 j...

3 years 前 | 1 个回答 | 0

1

个回答