Question: Can Maple invert a matrix?

Absolutely amazing. Absolutely every single time I go to Maple to invert a matrix,

the syntax changes. Sometimes it can recognize M:=[[1,3],[2,5]] as a matrix. Then the next time it never will. It requires M:=Matrix([[1,3],[2,5]]); Sometimes it is MatrixInverse(A). Other times it is MatrixInverse[A]. Other times a matrix must be written as <<1,3>|<2,5>>. Sometimes the command is with(LinearAlgebra). Other times with(LinearAlgebra[Generic]). Some of these commands on in the Help menu. Other times they cannot be found.

Please Wait...