Now you are in the subtree of Container for Linear Algebra project. 

A matrix is called ill-conditioned if it is nearly singular

Created over 8 years ago, updated 10 days ago

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.