Question: Use Heun's method using C++ to integrate the given function from x = 0 to x = 4 with a step size of 0.5 and
Use Heun's method using C++ to integrate the given function from x = 0 to x = 4 with a step size of 0.5 and an initial condition at x = 0, y = 1. y=-2x^3 + 12x^2 20x + 8.5
You need to enter the equation during running the program. also the initial conditions for x,y, stepsize,x, and x. 
dy dx -2x3 + 12x2 - 20x + 8.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
