Solve system of linear equations, using matrix method.
x-y+2z=7
3x+4y-5z=-5
2x-y+3z=12
The given system of equations can be written in the form of AX=B,where
A=\(\begin{bmatrix}1&-1&2\\3&4&-5\\2&-1&3\end{bmatrix}\),X=\(\begin{bmatrix}x\\y\\z\end{bmatrix}\)and B=\(\begin{bmatrix}7\\-5\\12\end{bmatrix}\).
Now, |A|=1(12-5)+1(9+10)+2(-3-8)=7+19-22=4≠0
Thus, A is non-singular.
Therefore, its inverse exists.
Now, A11=7, A12=-19, A13=-11
A21=1, A22=-1, A23=-1
A31=-3, A32=11, A33=7
Now, A-1=\(\frac{1}{\mid A \mid}\)(adj A)=\(\frac{1}{4}\)\(\begin{bmatrix}7&1&3\\-19&-1&11\\-11&1&7\end{bmatrix}\)
∴X=A-1 B=\(\frac{1}{4}\)\(\begin{bmatrix}7&1&3\\-19&-1&11\\-11&1&7\end{bmatrix}\)\(\begin{bmatrix}7\\-5\\12\end{bmatrix}\)
⇒\(\begin{bmatrix}x\\y\\z\end{bmatrix}\)=\(\frac{1}{4}\)\(\begin{bmatrix}49-5-36\\-133+5+132\\-77+5+84\end{bmatrix}\)
=\(\frac{1}{4}\)\(\begin{bmatrix}8\\4\\12\end{bmatrix}\)=\(\begin{bmatrix}2\\1\\3\end{bmatrix}\)
Hence, x=2,y=1and z=3.
If \(\begin{vmatrix} 2x & 3 \\ x & -8 \\ \end{vmatrix} = 0\), then the value of \(x\) is:
Rupal, Shanu and Trisha were partners in a firm sharing profits and losses in the ratio of 4:3:1. Their Balance Sheet as at 31st March, 2024 was as follows:
(i) Trisha's share of profit was entirely taken by Shanu.
(ii) Fixed assets were found to be undervalued by Rs 2,40,000.
(iii) Stock was revalued at Rs 2,00,000.
(iv) Goodwill of the firm was valued at Rs 8,00,000 on Trisha's retirement.
(v) The total capital of the new firm was fixed at Rs 16,00,000 which was adjusted according to the new profit sharing ratio of the partners. For this necessary cash was paid off or brought in by the partners as the case may be.
Prepare Revaluation Account and Partners' Capital Accounts.
On the basis of the following hypothetical data, calculate the percentage change in Real Gross Domestic Product (GDP) in the year 2022 – 23, using 2020 – 21 as the base year.
Year | Nominal GDP | Nominal GDP (Adjusted to Base Year Price) |
2020–21 | 3,000 | 5,000 |
2022–23 | 4,000 | 6,000 |
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