in Linear Algebra
574 views
0 votes
0 votes
If A is a non-zero column matrix of order n×1 and B is a non-zero row matrix of order 1×n then rank of AB equals ?

 

Rank(ab) can be zero???
in Linear Algebra
574 views

6 Comments

(hint)  only null matrix have rank zero.
1
1
Say, $A = \begin{pmatrix} a_1\\ a_2\\ ...\\ a_n \end{pmatrix}$ and $B = \begin{pmatrix} b_1 & b_2 &... & b_n \end{pmatrix}$

where, $a_i, b_i \in \mathbb{R} $ for $1 \leq i \leq n$ and all $a_i,b_i$ should not be zero because these are non-zero matrices. Now,

$AB = \begin{pmatrix} a_1b_1 & a_1b_2 & ... & a_1b_n \\ a_2b_1 & a_2b_2 & ... &a_2b_n \\ ... & ... & ... & ... \\ a_nb_1 & a_nb_2 & ... &a_nb_n \end{pmatrix}$

Now, you can write each column here as:

$b_1\begin{pmatrix} a_1\\ a_2\\ ...\\ a_n \end{pmatrix}, b_2\begin{pmatrix} a_1\\ a_2\\ ...\\ a_n \end{pmatrix},…,b_n\begin{pmatrix} a_1\\ a_2\\ ...\\ a_n \end{pmatrix}$

So, here, all the columns are multiple of  $\begin{pmatrix} a_1\\ a_2\\ ...\\ a_n \end{pmatrix}$

So, maximum number of linearly independent vectors in column space $\mathbb{R}^n$ is $1.$

Similarly, you can see all the rows are multiples of $\begin{pmatrix} b_1 & b_2 &... & b_n \end{pmatrix}.$

So, maximum number of linearly independent vectors in row space $\mathbb{R}^n$ is $1.$

Hence, rank(AB)=1.

Another way might be using $rank(AB) \leq \min(rank(A),rank(B)).$

As all $a_i,$ or $b_i$ can not be zero so you can't get rank 0 here.
2
2

What about this example. @ankitgupta.1729 

@jugnu1337 @Arjun sir @afroze

0
0
your question is about column matrix $\times$ row matrix, not  row matrix $\times$ column matrix.
1
1

@ankitgupta.1729

sorry, my mistake

 

Thank you

1
1
Wrong multiplication
0
0

2 Answers

0 votes
0 votes
$A,B \ are\ non-zero\ matrices\ so\ matrix\ AB\ will\ be\ non-zero\ matrix$

$There\ will\ have\ at\ least\ one\ non-zero\ element.$
0 votes
0 votes
Rank (A*B) equals min of(rank of A, rank of B) therefore always 1.(since they are non zero Matrix)

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