Properties Of Matrices with the same Column Space

In summary, two 5x5 matrices with the same Column Space do not necessarily have the same columns, but they must have the same rank and kernels of the same dimension. However, they do not necessarily have the same kernel. If one matrix is invertible, the other may not be.
  • #1
rshalloo
52
0

Homework Statement


Suppose that A and B are 5 x 5 matrices with the same Column Space (image).
(a) Must they have the same columns?
(b) Must they have the same rank?
(c) Must they have kernels of the same dimension?
(d) Must they have the same kernel?
(e) If A is invertible, must B be invertible?
Justify each answer.

Homework Equations


Image/Column Space of A is the set of all vectors y of the form Ax=y for some vector x
Ax=y

The Attempt at a Solution



(a) No as when you multiply out the Ax for any A and x you get a set of linear combinations of x. ie first component of y = A11x1 +A12x2+...+A15x5
and 2 different linear combinations can be equal
(b) Yes? (don't know about this one its just a feeling)
(c) Yes because if the have the same Rank Then they must have same dimension of kernel and Rank+ dimension of Kernel = number of collumns
(d) Yes. well if the have the same collumn space for Ax=y for some x. But then Ax=0 for some x and so the have the same kernel
(e)Yes? (again just a feeling)

I'm just having a bit of trouble with this so any help would be much appreciated Cheers
 
Physics news on Phys.org
  • #2
Think of it this way- if you apply matrix A to (1, 0, 0, 0, 0) you get its first column as a vector. If you apply matrix A to (0, 1, 0, 0, 0) you get its second column as a vector, etc. In other words, the columns are precisely the result of applying A to every basis vector in turn. That is the same as saying that the "column space" is precisely the subspace of R5 that A maps all of R5 into- it is the "range" of A. If two matrices have the same "column space" they have the same range- they map R5 into the same subspace. Also remember the "range-kernel" relation: the dimension of the kernel plus the dimension of the range is equal to the dimension of the domain space- here, 5. If two matrices have the same column space, they have the same ranges and so the same dimensions- their kernels then must have the same dimension.

They do NOT necessarily have the same kernels. For example, the matrix
[tex]\begin{bmatrix}1 & 0 \\ 0 & 0\end{bmatrix}[/tex]
and
[tex]\begin{bmatrix}0 & 1 \\ 0 & 0\end{bmatrix}[/tex]
obviously have the same column space but the kernel of the first is spanned by <1, 0> and of the second by <0, 1>. They have the same dimension but are different subspaces of R2.
 

Related to Properties Of Matrices with the same Column Space

What are the properties of matrices with the same column space?

The properties of matrices with the same column space include:

  • They have the same number of columns.
  • They have the same number of linearly independent columns.
  • They have the same rank.
  • They have the same span.
  • They have the same null space.

How can you determine if two matrices have the same column space?

To determine if two matrices have the same column space, you can use the following steps:

  1. Row reduce both matrices to their reduced echelon form.
  2. If the two matrices have the same number of columns and the same number of linearly independent columns, then they have the same column space.
  3. You can also check if the two matrices have the same rank and null space, as these are also properties of matrices with the same column space.

Can two matrices with the same column space differ in other properties?

Yes, two matrices with the same column space can differ in other properties such as:

  • Their row space may be different.
  • Their determinant may be different.
  • Their eigenvalues and eigenvectors may be different.
  • Their inverse may be different.

Why is the column space important in matrix operations?

The column space is important in matrix operations because it represents the span of the column vectors, which determine the dimensions and properties of the matrix. The column space is also used in finding the rank, null space, and other important properties of a matrix. Additionally, the column space is used in solving systems of linear equations and in determining if a matrix is invertible.

Is the column space the same as the span of the column vectors?

Yes, the column space is the same as the span of the column vectors. The column space is the set of all possible linear combinations of the column vectors, which is equivalent to the span of the column vectors. Therefore, the column space is a subspace of the vector space spanned by the column vectors.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
32
Views
961
  • Precalculus Mathematics Homework Help
Replies
17
Views
1K
  • Precalculus Mathematics Homework Help
2
Replies
58
Views
3K
  • Precalculus Mathematics Homework Help
Replies
1
Views
599
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
25
Views
1K
  • Linear and Abstract Algebra
Replies
14
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
4K
  • Precalculus Mathematics Homework Help
Replies
14
Views
5K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Back
Top