Note global error is now O(h2) and we get an error of O(10-5) after 128 iterations which would take about 1000 more iterations for Euler's method to achieve |
So Euler has roughly half the computational effort per iteration but requires the square of the number of iterations |