photo

kjw


Last seen: 2ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Forward, Reverse finite difference question
%forward function df1_forward = forward_first(f,x,h) df1_forward = (f(x(2:end))-f(x(1:end-1)))/h; end function df2_forward...

2ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Newton Rapson method code question
I am creating a MATLAB code that takes a function, differential function, initial value, and error tolerance and solves it using...

4ヶ月 前 | 1 件の回答 | 0

1

回答