Find matrix $A$ (without guessing) if $A^{-1}$ $2^{\mkern1mu\text{nd}}$ column is\begin{pmatrix} 2 \\ 1 \\-1 \end{pmatrix}
And $\det(A) = 0.5$
Attempt -
I could make a progress knowing that $\det(A^{-1}) = 2$ obviously.
I could also notify that if $A = $
\begin{pmatrix} a_1 & a_2 & a_3\\ b_1 & b_2 & b_3 \\c_1 & c_2 & c_3 \end{pmatrix}
Then - \begin{pmatrix} 2a_1 + a_2 - a_3 = 0 \\ 2b_1 +b_2 -b_3 = 1 \\2c_1 +c_2 -c_3 = 0\end{pmatrix}
I don't know how to procced, Any help ?
$$A^{-1}=\begin{pmatrix}2&2&0\\ 0&1&0\\ 0&\!-1&1\end{pmatrix}$$
Using the above, now you find $\;A\;$. How did I do the above? Knowing the determinant of $\;A^{-1}\;$ is $\;2\;$ and just adding zeros wherever possible.