bakåtdifferentieringsformlerna
Bakåtdifferentiering, sometimes referred to as backward differentiation, is a numerical method used in mathematics and computer science to approximate the derivative of a function. It is a type of finite difference method. Unlike forward or central differencing, bakåtdifferentiering uses function values at previous points to estimate the derivative at a current point.
The basic formula for bakåtdifferentiering of a function f(x) at a point x_i using a step size
f'(x_i) ≈ (f(x_i) - f(x_{i-1})) / h
where x_{i-1} is the point immediately preceding x_i, such that x_i - x_{i-1} = h. This formula represents
Bakåtdifferentiering is particularly useful when dealing with differential equations, especially stiff ones, where forward differencing methods