Best algorithm to calculate the condition number of a matrix

62 Views Asked by At

The condition number of a matrix $A$ is $\kappa(A)=\|A\|\|A^{-1}\|$.

What is the best algorithm to calculate it?