photo

kjw


Last seen: 2 months 前 自 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 months 前 | 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 months 前 | 1 个回答 | 0

1

个回答