Find the inverse of each of the matrices, if it exists. \(\begin{bmatrix}2&1\\1&1\end{bmatrix}\)
Let A= \(\begin{bmatrix}2&1\\1&1\end{bmatrix}\)
We know that A = IA
so \(\begin{bmatrix}2&1\\1&1\end{bmatrix}\)= \(\begin{bmatrix}1&0\\0&1\end{bmatrix}A\)
\(\Rightarrow\begin{bmatrix}1&0\\1&1\end{bmatrix}=\begin{bmatrix}1&-1\\0&1\end{bmatrix}A\) (R1->R1-R2)
\(\Rightarrow\begin{bmatrix}1&0\\0&1\end{bmatrix}=\begin{bmatrix}1&-1\\-1&2\end{bmatrix}A\) (R2->R2-R1)
\(\therefore\) A-1= \(\begin{bmatrix}1&-1\\-1&2\end{bmatrix}\)
An amount of ₹ 10,000 is put into three investments at the rate of 10%, 12% and 15% per annum. The combined annual income of all three investments is ₹ 1,310, however, the combined annual income of the first and second investments is ₹ 190 short of the income from the third. Use matrix method and find the investment amount in each at the beginning of the year.
If \[ A = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix} \] then find \( A^{-1} \). Hence, solve the system of linear equations: \[ x - 2y = 10, \] \[ 2x - y - z = 8, \] \[ -2y + z = 7. \]
A matrix for which matrix inversion operation exists, given that it satisfies the requisite conditions is known as an invertible matrix. Any given square matrix A of order n × n is called invertible if and only if there exists, another n × n square matrix B such that, AB = BA = In, where In is an identity matrix of order n × n.
It can be observed that the determinant of the following matrices is non-zero.