Realize operations:
- Trace
- Transpose
- Determinant
- Inverse (Gauss Jordan method) 
- Inverse (Adjoint method) 
- Rank
- Matrix CoFactors
- Matrix AdJoint
- LU Factorization
- Addition and Subtraction of Matrix
- Multiplication of Matrix
- Solution of equations
    - Cramer method
    - Inversa method
    - Gauss Jordan  method (Unique solution, Multiple solutions, no solution )
- Auto convert Fractions
- Null space
**All operations performed will show all the steps used.