History & Comments
Back
Fill content
Description:Added ill-conditioned matrix definition
# A matrix is called ill-conditioned if it is nearly singularPut content here**Definition:** A matrix is **ill-conditioned** if it is nearly singular, meaning its determinant is close to zero (but nonzero). Small perturbations in the input can cause large changes in the solution of $Ax = b$. Ill-conditioning is measured by the condition number. # Parents * Determinants
Sign in to add a new comment