Question: finding the inverse of a matrix using Gauss Jordan method

I am trying to write a procedure that will find the inverse of a matrix, A, using the Gauss Jordan method, without using the commands GaussJord or Inverse. Anyone any ideas?
Please Wait...