Example 3.1. If we have a matrix having size 3 x 3 and want to explain the students how we can find inverse of this matrix by using Maple software, first we may find matrix directly by one step or if we use Linear algebra package as follow
> With(LinearAlgebra):
> A:=any square matrix;
> MatrixInverse(A);