Solveeit Logo

Question

Question: Identify the incorrect statement in respect of two square matrices A and B conformable for sum and p...

Identify the incorrect statement in respect of two square matrices A and B conformable for sum and product:
(a) tr(A+B)=tr(A)+tr(B){{t}_{r}}\left( A+B \right)={{t}_{r}}\left( A \right)+{{t}_{r}}\left( B \right)
(b) tr(αA)=αtr(A),αR{{t}_{r}}\left( \alpha A \right)=\alpha {{t}_{r}}\left( A \right),\alpha \in R
(c) tr(AT)=tr(A){{t}_{r}}\left( {{A}^{T}} \right)={{t}_{r}}\left( A \right)
(d) None of these

Explanation

Solution

In the above problem, we have to find the incorrect option from the options given. tr{{t}_{r}} represents trace in the above options and trace of any matrix is the sum of the elements present in the main diagonal. Now, checking options one by one and seeing which option is not correct. In checking the first option, first of all, assume two square matrices A and B then add the two matrices and take the trace. Then take separately the trace of two matrices A and B and then add them and then see whether they are coming equal or not. For the remaining two options, multiplying a constant to a matrix is done by multiplying every element of the matrix with that constant. And transpose of a matrix is done by interchanging rows with columns.

Complete step-by-step solution:
Let us assume two matrices A and B as follows:
A=(a11a12 a21a22 ) B=(b11b12 b21b22 ) \begin{aligned} & A=\left( \begin{matrix} {{a}_{11}} & {{a}_{12}} \\\ {{a}_{21}} & {{a}_{22}} \\\ \end{matrix} \right) \\\ & B=\left( \begin{matrix} {{b}_{11}} & {{b}_{12}} \\\ {{b}_{21}} & {{b}_{22}} \\\ \end{matrix} \right) \\\ \end{aligned}
Now, checking the options given in the above problem whether their L.H.S is equal to or not equal to R.H.S we get,
Checking option (a),
tr(A+B)=tr(A)+tr(B){{t}_{r}}\left( A+B \right)={{t}_{r}}\left( A \right)+{{t}_{r}}\left( B \right)
In the above equation, tr{{t}_{r}} represents the trace of the matrix.
Now, solving the left hand side of the above equation we get,
tr(A+B){{t}_{r}}\left( A+B \right)
Adding matrices A and B we get,
A+B=(a11a12 a21a22 )+(b11b12 b21b22 )A+B=\left( \begin{matrix} {{a}_{11}} & {{a}_{12}} \\\ {{a}_{21}} & {{a}_{22}} \\\ \end{matrix} \right)+\left( \begin{matrix} {{b}_{11}} & {{b}_{12}} \\\ {{b}_{21}} & {{b}_{22}} \\\ \end{matrix} \right)
Two matrices are added by adding their respective elements like first row and first column matrix is added with the first row and first column of another matrix. Adding the above matrices we get,
A+B=(a11+b11a12+b12 a21+b21a22+b22 )A+B=\left( \begin{matrix} {{a}_{11}}+{{b}_{11}} & {{a}_{12}}+{{b}_{12}} \\\ {{a}_{21}}+{{b}_{21}} & {{a}_{22}}+{{b}_{22}} \\\ \end{matrix} \right)
Now, trace of the above matrix is the addition of the elements present in the main diagonal.
tr(A+B)=a11+b11+a22+b22{{t}_{r}}\left( A+B \right)={{a}_{11}}+{{b}_{11}}+{{a}_{22}}+{{b}_{22}}
Now, solving the R.H.S of this option we get,
tr(A)+tr(B){{t}_{r}}\left( A \right)+{{t}_{r}}\left( B \right)
Trace of A is equal to:
tr(A)=a11+a22{{t}_{r}}\left( A \right)={{a}_{11}}+{{a}_{22}}
Trace of B is equal to:
tr(B)=b11+b22{{t}_{r}}\left( B \right)={{b}_{11}}+{{b}_{22}}
Adding trace of A and trace of B we get,
tr(A)+tr(B)=a11+b11+a22+b22{{t}_{r}}\left( A \right)+{{t}_{r}}\left( B \right)={{a}_{11}}+{{b}_{11}}+{{a}_{22}}+{{b}_{22}}
As you can see that L.H.S is equal to R.H.S of this option so this option is not an incorrect option.
Checking option (b),
tr(αA)=αtr(A),αR{{t}_{r}}\left( \alpha A \right)=\alpha {{t}_{r}}\left( A \right),\alpha \in R
The following is the square matrix that we have assumed above,
A=(a11a12 a21a22 )A=\left( \begin{matrix} {{a}_{11}} & {{a}_{12}} \\\ {{a}_{21}} & {{a}_{22}} \\\ \end{matrix} \right)
Now, multiplying α\alpha by matrix A we get,
When we multiply a constant to a matrix then every element of the matrix gets multiplied by that constant.
αA=(αa11αa12 αa21αa22 )\alpha A=\left( \begin{matrix} \alpha {{a}_{11}} & \alpha {{a}_{12}} \\\ \alpha {{a}_{21}} & \alpha {{a}_{22}} \\\ \end{matrix} \right)
Taking trace of the above matrix we get,
tr(αA)=αa11+αa22{{t}_{r}}\left( \alpha A \right)=\alpha {{a}_{11}}+\alpha {{a}_{22}}
Taking α\alpha as common from the left hand side of the above equation we get,
tr(αA)=α(a11+a22){{t}_{r}}\left( \alpha A \right)=\alpha \left( {{a}_{11}}+{{a}_{22}} \right)
Hence, we have reduced the L.H.S of this option to tr(αA)=α(a11+a22){{t}_{r}}\left( \alpha A \right)=\alpha \left( {{a}_{11}}+{{a}_{22}} \right).
Solving R.H.S of this option which is given as:
αtr(A)\alpha {{t}_{r}}\left( A \right)
Now, trace of matrix A we have already solved in the previous option i.e.
tr(A)=a11+a22{{t}_{r}}\left( A \right)={{a}_{11}}+{{a}_{22}}
Multiplying α\alpha to the above trace we get,
αtr(A)=α(a11+a22)\alpha {{t}_{r}}\left( A \right)=\alpha \left( {{a}_{11}}+{{a}_{22}} \right)
As you can see that again we are getting L.H.S as equal to R.H.S. Hence, this option is also not an incorrect option.
Checking option (c) we get,
tr(AT)=tr(A){{t}_{r}}\left( {{A}^{T}} \right)={{t}_{r}}\left( A \right)
To solve this option, we need to take the transpose of a square matrix A.
The following is the square matrix A that we have assumed above,
A=(a11a12 a21a22 )A=\left( \begin{matrix} {{a}_{11}} & {{a}_{12}} \\\ {{a}_{21}} & {{a}_{22}} \\\ \end{matrix} \right)
The transpose of a matrix is the exchange of rows with columns or vice versa. Taking transpose of a square matrix A we get,
AT=(a11a21 a12a22 ){{A}^{T}}=\left( \begin{matrix} {{a}_{11}} & {{a}_{21}} \\\ {{a}_{12}} & {{a}_{22}} \\\ \end{matrix} \right)
Taking trace of the above matrix we get,
tr(AT)=a11+a22{{t}_{r}}\left( {{A}^{T}} \right)={{a}_{11}}+{{a}_{22}}
R.H.S of this option is given as tr(A){{t}_{r}}\left( A \right) which we have already solved above and its value is:
tr(A)=a11+a22{{t}_{r}}\left( A \right)={{a}_{11}}+{{a}_{22}}
As you can see that, L.H.S is equal to R.H.S of this option. Hence, this option is also not an incorrect option.
From the above options, we have found that none of the three options are incorrect options. Hence, the correct option is (d).

Note: The mistake that could happen in this problem is that you might think tr{{t}_{r}} as the transpose of the matrix. The possibility of making this mistake is high because its initials are matching with the initials of “transpose” i.e. “tr” so make sure you won’t commit such mistakes in exams.
The other problem that you could face is that in multiplying a constant α\alpha to the matrix because when we multiply a constant to a determinant then either we multiply a row or a column by that constant but multiplying a constant to a matrix we multiply every element of the matrix by that constant so make sure you won’t mix both these multiplications of a constant by matrix and the determinant.