Write a Python function that returns the smallest value as well its row and column in a two dimensional matrix that has the same number of rows as columns. Ignore the diagnonal entries because they are trivially zero. The function definition would be def find_closest_pair(d): Submit hardcopies in class on Apr 1st.