photo

Prajakta Borse


Last seen: 대략 2년 전 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변