One way to find the inverse of a matrix is going through a sequence of row operations (Gauss-Jordan Elimination).
I want Maple to output the necessary sequence [by "sequence", I mean the set of operations and the order in which they must be applied] of such operations, given a square matrix.
Is there a way I can have Maple to do it for me?
Maple has a Student:-LinearAlgebra package that includes a couple elimination tutors that can show all the steps interactively. e.g.