Residual in Computational Fluid Dynamics (CFD) refers to the difference between the left-hand side and right-hand side of an equation, indicating how close a numerical solution is to the actual solution. A system is considered solved when the residual, defined as |a - b|, is less than a specified accuracy. This concept extends beyond CFD, serving as a fundamental measure in various numerical solution methods. In practice, the residual is calculated from the matrix-vector system A · x = b, where R = b - A · x represents the error at each iteration. Monitoring the norm of the residual helps assess convergence and solution accuracy, with squared values often used for efficiency.