residualvektor
Residualvektor is a term that arises in the context of solving systems of linear equations or approximations. When an iterative method is used to find a solution to an equation, a residualvektor represents the difference between the exact solution and the current approximation. Specifically, if $Ax = b$ is the system of equations and $x_k$ is the approximation at iteration $k$, then the residualvektor $r_k$ is defined as $r_k = b - Ax_k$. This vector quantifies how far the current approximation $x_k$ is from satisfying the original equation.
The properties and magnitude of the residualvektor are crucial for assessing the convergence and accuracy of