Thermal numerical method:Improved Euler method
The idea of Euler method is to use an approximation yn stands for the real y(xn) and then use the inverse multiply a step to calculate the yn+1. When we use a small step ‘h’, we will gain a curve similar to the real line. For more accurate, we improve the Euler method and it let us calculate with less works. » Read more
