-
New Member
Method based on the mid-point rule
Dear,
the following is an example of Rung Kutta Method
y*n = yn-1+ h*f(xn-1 , yn-1) ,
yn = yn-1 + (h/2)(f(xn,y*n)+f(xn-1,yn-1))
hwo can we find amethod similar to the previous statements except that it is based on the mid-point rule, rather than the trapezoidal rule.
Regards
-
Elite Member
Tell us how you know this one is based on the trapezoid rule.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks