Truncation error is the error from approximating an exact solution (e.g., infinite series) with a finite one. Ex: `e^x ≈ 1 + x + x^2/2!` (we 'truncated' it!). Pro-Tip: Use more terms or smaller step sizes to reduce this error!
Truncation error is the error from approximating an exact solution (e.g., infinite series) with a finite one. Ex: `e^x ≈ 1 + x + x^2/2!` (we 'truncated' it!). Pro-Tip: Use more terms or smaller step sizes to reduce this error!