I cannot find how to solve a matrix equation in Mathematica.
Below is a matrix equation:
{{3,4},{4,5}}A=={{5,6},{7,4}}
Here are two matrices and I would like to solve for A, how would I do it in Mathematica?
By hand you multiply each side by the inverse.
Thanks!!!