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年以上 前 | 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年以上 前 | 1 件の回答 | 0