Solve system of linear equations, using matrix method.
x-y+z=4
2x+y-3z=0
x+y+z=2
The given system of equations can be written in the form of AX=B, where
A=\(\begin{bmatrix}1&-1&1\\2&1&-3\\1&1&1\end{bmatrix}\),X= \(\begin{bmatrix}x\\y\\z\end{bmatrix}\)and B=\(\begin{bmatrix}4\\0\\2\end{bmatrix}\).
Now, |A|=1(1+3)+1(2+3)+1(2-1)=4+5+1=10≠0
Thus, A is non-singular.
Therefore, its inverse exists.
Now,A11=4, A12=-5, A13=1, A21=2, A22=0, A23=-2, A31=2, A32=5, A33=3
Now, A-1=\(\frac{1}{\mid A\mid}\)(adj A)=\(\frac{1}{10}\)\(\begin{bmatrix}4&2&2\\-5&0&5\\1&-2&3\end{bmatrix}\)
∴X=A-1B=\(\frac{1}{10}\)\(\begin{bmatrix}4&2&2\\-5&0&5\\1&-2&3\end{bmatrix}\)\(\begin{bmatrix}4\\0\\2\end{bmatrix}\)
⇒\(\begin{bmatrix}x\\y\\z\end{bmatrix}\)=\(\frac{1}{10}\)\(\begin{bmatrix}16+0+4\\-20+0+10\\4+0+6\end{bmatrix}\)
=\(\frac{1}{10}\)\(\begin{bmatrix}20\\-10\\10\end{bmatrix}\)=\(\begin{bmatrix}2\\-1\\1\end{bmatrix}\)
Hence, x=2,y=-1and z=1.
Read the following text carefully:
Union Food and Consumer Affairs Minister said that the Central Government has taken many proactive steps in the past few years to control retail prices of food items. He said that the government aims to keep inflation under control without compromising the country’s economic growth. Retail inflation inched up to a three-month high of 5.55% in November 2023 driven by higher food prices. Inflation has been declining since August 2023, when it touched 6.83%. 140 new price monitoring centres had been set up by the Central Government to keep a close watch on wholesale and retail prices of essential commodities. The Government has banned the export of many food items like wheat, broken rice, non-basmati white rice, onions etc. It has also reduced import duties on edible oils and pulses to boost domestic supply and control price rise. On the basis of the given text and common understanding,
answer the following questions:
The Determinant of a square Matrix is a value ascertained by the elements of a Matrix. In the 2 × 2 Matrix.
The Determinants are calculated by
Det(a b)
The larger Matrices have more complex formulas.
Determinants have different applications throughout Mathematics. For example, they are used in shoelace formulas for calculating the area which is beneficial as a collinearity condition as three collinear points define a triangle that is equal to 0. The Determinant is also used in multiple variable calculi and in computing the cross product of vectors.
Read More: Determinant Formula
Second Method to find the determinant:
The second way to define a determinant is to express in terms of the columns of the matrix by expressing an n x n matrix in terms of the column vectors.
Consider the column vectors of matrix A as A = [ a1, a2, a3, …an] where any element aj is a vector of size x.
Then the determinant of matrix A is defined such that
Det [ a1 + a2 …. baj+cv … ax ] = b det (A) + c det [ a1+ a2 + … v … ax ]
Det [ a1 + a2 …. aj aj+1… ax ] = – det [ a1+ a2 + … aj+1 aj … ax ]
Det (I) = 1
Where the scalars are denoted by b and c, a vector of size x is denoted by v, and the identity matrix of size x is denoted by I.
We can infer from these equations that the determinant is a linear function of the columns. Further, we observe that the sign of the determinant can be interchanged by interchanging the position of adjacent columns. The identity matrix of the respective unit scalar is mapped by the alternating multi-linear function of the columns. This function is the determinant of the matrix.
Read More: Properties of Determinants