edited by
1,291 views

2 Answers

0 votes
0 votes

$A_{m\times n}$, So  $A^{T}_{n\times m}$

let $m=2,n=1$ and assume some values in the matrix.

$A_{2\times 1}=\begin{bmatrix} 1\\2 \end{bmatrix}$ and $A^{T}_{1\times2}=\begin{bmatrix} 1 &2 \end{bmatrix}$

Here rank is $r(A)=1$ [apply some rows operation in matrix and get the rank,and rank is the maximum number of independent rows/columns]
$A_{2\times 1}.A^{T}_{1\times 2}=\begin{bmatrix} 1\\2 \end{bmatrix}.\begin{bmatrix} 1 &2 \end{bmatrix}$

$A_{2\times 1}.A^{T}_{1\times 2}=\begin{bmatrix} 1 &2 \\2 &4 \end{bmatrix}$

Here rank is $r(A_{2\times1}A^{T}_{1\times2})=1$  [apply some rows operation in matrix and get the rank]

Given that rank of the $A_{m\times n}$is equal to $e$

So,rank of $A_{m\times n}.A^{T}_{n\times m}=e$

edited by

Related questions

3 votes
3 votes
0 answers
3
Parshu gate asked Nov 11, 2017
558 views
The rank of the matrix of coefficients of a homogeneous system of m linear equations in n unknowns is never less than the rank of the augmented matrix.(A) Always true(B) ...