Lets say you have a linear system $Ax = b$ you want to solve and you use LU factorization for it. Can this system ever become numerically unstable?
We know that if the condition number of $A$ is $1$, the system is numerically stable but if the condition number is high, does this mean that the system is unstable, how do you even define numerical unstability? And at which point does it become unstable?
I guess the higher the condition number is, the more unstable the system is, and there is no clear way of defining that it is numerically stable only up to a certain value.