Eulers - Backwards
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello everyone.
If I want to write Euler's (Backwards) y(tj)=y(tj-1)+h*f(tj,y(tj)) on the formula x=g(x).
then, what should 'g' and 'x' be?
My attempt so far:
y(tj)-y(tj-1)-h*f(tj,y(tj))=0 x=g(x)
Some help would be appreciated.
Regards Cillian
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!