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