in Linear Algebra
3,446 views
8 votes
8 votes

Let $A$ be an $n\times n$ invertible matrix with real entries whose row sums are all equal to $c$. Consider the following statements:

  1. Every row in the matrix $2A$ sums to $2c$.
  2. Every row in the matrix $A^{2}$ sums to $c^{2}$.
  3. Every row in the matrix $A^{-1}$ sums to $c^{-1}$.

Which of the following is TRUE?

  1. none of the statements $(1), (2), (3)$ is correct
  2. statement $(1)$ is correct but not necessarily statements $(2)$ or $(3)$
  3. statement $(2)$ is correct but not necessarily statements $(1)$ or $(3)$
  4. statement $(1)$  and $(2)$ are correct but not necessarily statement $(3)$
  5. all the three statements $(1), (2),$ and $(3)$ are correct
in Linear Algebra
3.4k views

4 Comments

yes..
0
0
All the prosperity are satisfied but by taking example, any mathematical way to do it ?
1
1
i solved it using abcd as values and applying condition ad-bc !=0 and a+b=c+d='c'
0
0

5 Answers

16 votes
16 votes

Take a matrix:

$\begin{bmatrix} a & b\\ b& a \end{bmatrix}$

Sum of each row$= a+b$ [ matrix is invertible hence determinant is not $0$ i.e. $a$ and $b$ are different]

Now lets prove: 

$2\times \begin{bmatrix} a & b\\ b& a \end{bmatrix} = \begin{bmatrix} 2a & 2b\\ 2b& 2a \end{bmatrix}:$  Sum of each row $= 2(a+b)$


$\begin{bmatrix} a & b\\ b& a \end{bmatrix}\times \begin{bmatrix} a & b\\ b& a \end{bmatrix} = \begin{bmatrix} a^{2} +b^{2} & ab +ba\\ ab +ba & a^{2} +b^{2} \end{bmatrix}:$  Sum of each rows = $(a^2+b^2+2ab)= (a+b)^2$


$\frac{1}{a^{2}-b^{2}}\begin{bmatrix} a & -b\\ -b& a \end{bmatrix}= \frac{(a-b)}{a^{2}-b^{2}} = \frac{(a-b)}{(a+b) (a-b)}= \frac{1}{a+b}$

Hence, all are true

Correct Answer: $E$

edited by

4 Comments

@Doraemon

In your example matrix the first and second row do not sum to "c".

0
0
For this question i have taken a matrix [[1,1],[0,2]].

Only statement 1 and 2 are verifying but 3 is not verifying. Pleade check once
1
1
I checked statement 3 is also verifying for your given matrix
0
0
4 votes
4 votes
edited by

1 comment

Gold
0
0
0 votes
0 votes

If one of the eigen value of matrix A is c then one of eigen value of matrix 2A is 2c.

Similarly for matrix A^2 and A^(-1).

Hence Option(E) should be the answer.

by
0 votes
0 votes
Simplest way is to just take an identity matrix and to check for all options , if some option is true it will be also true for identity matrix ;p so answere will easily come out to be E)
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true