Write a NumPy program to compute the condition number of a given matrix.
From Wikipedia: In the field of numerical analysis, the condition number of a function with respect to an argument measures how much the output value of the function can change for a small change in the input argument. This is used to measure how sensitive a function is to changes or errors in the input, and how much error in the output results from an error in the input.
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer