Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

compute condition number python

a = np.matrix([[1, 1, 1],
               [2, 2, 1],
               [3, 3, 0]])

print np.linalg.cond(a)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #compute #condition #number #python
ADD COMMENT
Topic
Name
8+4 =