Friday, January 20, 2012

How do i calculate the percentage error within Euler Method?

Analytical Value = 1.0208937

Simple Euler Method Value = 1.0294

Improved Euler Method Value = 1.0215515



How do i calculate the percentage errors of the two Euler method values against the true analytcal valueHow do i calculate the percentage error within Euler Method?
To calculate the percentage error for any method, find the difference between the actual value and the value given by the method, the divide by the actual value and multiply by 100.

simple ~0.839%

improved: 0.064%

No comments:

Post a Comment