Please enable JavaScript.
Coggle requires JavaScript to display documents.
Numerical Methods, dw - Coggle Diagram
Numerical Methods
Numerical Integration
-
-
Simpson's Rule
Simpsons 3/8 Rule
3h/8[(Sum of first and last ordinates)+2(Sum of multiple 3 ordinates)+3(Sum of remaining ordinates)]
-
Solution Of ODE
-
Modified Euler's Method
y1=y0+h/f [f(x0,y0)+f(x1,y1)]
-
-
-