What does the order of a numerical method represent?

72 Views Asked by At

I heard that Heun method was second-order Runge-Kutta method (RK2). Why "second-order" ?

1

There are 1 best solutions below

0
On BEST ANSWER

"Second order" means that when the step size is devided by 2, the error is devided by 4.