Proof: Matrix Rank 1 | 3x3 Matrix A = BC

Click For Summary
SUMMARY

This discussion proves that any 3x3 matrix A with rank 1 can be expressed as the product of a 3x1 matrix B and a 1x3 matrix C, such that A = BC. The proof utilizes the properties of matrix rank, specifically that rank(BC) = rank(A) = 1, and establishes that the columns of A are scalar multiples of a single vector. The explicit factorization involves defining B as the vector v and C as a matrix whose entries correspond to the scalar multiples of v.

PREREQUISITES
  • Understanding of matrix rank and its properties
  • Familiarity with matrix multiplication
  • Knowledge of vector representation in linear algebra
  • Basic skills in manipulating matrices and vectors
NEXT STEPS
  • Study the properties of matrix rank in linear algebra
  • Learn about matrix factorization techniques
  • Explore the implications of rank in linear transformations
  • Investigate the relationship between rank and nullity in matrices
USEFUL FOR

Students and educators in linear algebra, mathematicians focusing on matrix theory, and anyone interested in understanding matrix factorizations and their applications in various mathematical contexts.

ptolema
Messages
82
Reaction score
0

Homework Statement



Show that if A is any 3x3 matrix having rank 1, then there exist a 3x1 matrix B and a 1x3 matrix c such that A=BC

Homework Equations



rank (BC)=rank (A)=1
rank (BC) \leq rank (B) and rank (BC) \leq rank (C)

The Attempt at a Solution


I prove that if B is a 3x1 matrix and C is a 1x3 matrix, then the 3x3 matrix BC has rank at most 1 (rank BC \leq 1) in a different part of the problem. I'm not sure if that would be useful in this proof, though; this one is more like proving the converse. This is how far I got with this proof in particular:

define A=BC,where B is 3×n matrix and C is n×3 matrix

rank BC=1 ≤ rank B ≤ n,1 ≤ rank B ≤ 3
1 ≤ rank C ≤ n,1 ≤ rank C ≤ 3

from here, I need to show that n=1, but I don't know how to get to that point. A little help here?
 
Physics news on Phys.org
If A has rank 1, then every column of A is a multiple of the same vector. Call the vector v and the first column av, the second column bv and the third column cv. Can you figure out an explicit way to factor that matrix?
 
Last edited:
the vector v van be factored out, so that after some elementary row ops, bv and cv are rows of zeros. I think I might get what you're getting at, but how can I use that in terms of B and C?
 
Don't do row ops. If you are writing vectors in column form, then put B=v. What's C?
 
the first entry of C is a, the second is b, and the third is c. When you put it like that, it seems so obvious. Thanks, I think I got it from here!
 

Similar threads

Replies
4
Views
2K
Replies
2
Views
2K
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
8K