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

답변