Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

numpy function for calculation inverse of a matrix

# python3 inversion of matrix x
inverse = numpy.linalg.inv(x)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #numpy #function #calculation #inverse #matrix
ADD COMMENT
Topic
Name
3+8 =