Feeds
已回答
Can anyone identify this finite difference approximation code?
I believe I have figured it out. The code above is the central finite difference of the second derivative, used to an accuracy o...
Can anyone identify this finite difference approximation code?
I believe I have figured it out. The code above is the central finite difference of the second derivative, used to an accuracy o...
8 years 前 | 0
提问
Can anyone identify this finite difference approximation code?
The code is as follows: if bool == 1, h = 2/n; RT = ([RT(end,:); RT(1:end-1,:)] + [RT(2:end,:); RT(1,:)] - 2*...
8 years 前 | 1 个回答 | 0