Find the inverse of Matrix $A$.
$$A=\begin{pmatrix}a+c & b+a \\ d-a & b \end{pmatrix}, A∈\mathbb{R^{2,2}}$$
I tried to use the formula $F \cdot F^{-1}=I$ and reduce it using the row reduced echelon concept but I don't know what values I should put in the matrix for $F$.
Hint: if $$A=\begin{pmatrix}a & b \\ c & d \end{pmatrix}$$ then $$A^{-1}=\frac{1}{ad-bc}\begin{pmatrix}d & -b \\ -c & a \end{pmatrix}$$