Solution Exercise 552 : python numpy code computing the reverse of given matrix A
Exercise 552 For Given Matrix A: Give the python numpy code that compute the reverse B of matrix A To ensure the result, calculate B.dot (A) Solution Question 1 import…