Nullspaces relation between components and overall matrix

Click For Summary

Homework Help Overview

The discussion revolves around the relationship between the nullspaces of matrices A, B, and C, where C is defined as a vertical concatenation of A and B. Participants are exploring how the nullspace of C, denoted as N(C), relates to the nullspaces of A and B, specifically questioning whether N(C) is the intersection or the sum of N(A) and N(B).

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Some participants initially consider the relationship as a sum of nullspaces, suggesting N(C) = N(A) + N(B). However, they encounter a solution stating N(C) = N(A) ∩ N(B) and seek clarification on this point.
  • Others visualize specific examples with row vectors to better understand the concept of nullspaces and their intersections.
  • Questions arise about the implications of the nullspace containing the zero vector and how this relates to the definitions of N(A) and N(B).
  • Participants discuss the geometric interpretation of nullspaces and their orthogonal properties.

Discussion Status

The discussion is active, with participants sharing their thoughts and visualizations. Some have provided insights into the nature of nullspaces and their intersections, while others continue to seek clarification on specific points. There is an ongoing exploration of the concepts without a clear consensus yet.

Contextual Notes

Participants are grappling with the definitions and properties of nullspaces in the context of linear algebra, particularly under the constraints of their homework guidelines. The discussion includes attempts to visualize abstract concepts using specific examples, which may influence their understanding.

worryingchem
Messages
41
Reaction score
1

Homework Statement


If matrix ## C = \left[ {\begin{array}{c} A \\ B \ \end{array} } \right]## then how is N(C), the nullspace of C, related to N(A) and N(B)?

Homework Equations


Ax = 0; x = N(A)

The Attempt at a Solution


First, I thought that the relation between A and B with C is ## C = A + B ## so then I thought that ## N(C) = N(A) + N(B) ##.
But when I checked the solution it said N(C) = N(A) ∩ N(B)
and the only explanation is that ## Cx = \left[ {\begin{array}{c} Ax \\ Bx \ \end{array} } \right] = 0. ##
Can someone explain the solution to me?
 
Physics news on Phys.org
worryingchem said:

Homework Statement


If matrix ## C = \left[ {\begin{array}{c} A \\ B \ \end{array} } \right]## then how is N(C), the nullspace of C, related to N(A) and N(B)?

Homework Equations


Ax = 0; x = N(A)

The Attempt at a Solution


First, I thought that the relation between A and B with C is ## C = A + B ## so then I thought that ## N(C) = N(A) + N(B) ##.
But when I checked the solution it said N(C) = N(A) ∩ N(B)
and the only explanation is that ## Cx = \left[ {\begin{array}{c} Ax \\ Bx \ \end{array} } \right] = 0. ##
Can someone explain the solution to me?

I'm not sure why you aren't getting the explanation. If ##\left[ \begin{array}{c} Ax \\ Bx \ \end{array} \right]## is the zero vector doesn't that mean that BOTH ##Ax## and ##Bx## must be zero vectors? Not just one or the other? ##C## isn't equal to ##A+B##, it's equal to ##\left[ \begin{array}{c} A\\ 0 \ \end{array} \right]+\left[ \begin{array}{c} 0 \\ B \ \end{array} \right]##. Even if it were the null space of ##A+B## is not equal to the null space of ##A## plus the null space of ##B##.
 
Last edited:
I didn't understand how they went from ## Cx = \left[ {\begin{array}{c} Ax \\ Bx \ \end{array} } \right] = 0 ## to how N(C) is the intersection of N(A) and N(B). I just saw that the nullspaces were zero, but doesn't all nullspaces contain zero.

After some more thought, I did manage to visualize it if I use row vectors for ## A = \left[ {\begin{array}{cc} 1 & 1 \ \end{array} } \right] ## and ## B = \left[ {\begin{array}{cc} 1 & 2 \ \end{array} } \right] ##.
Then ## N(A) = \left[ {\begin{array}{c} 1 \\ -1 \ \end{array} } \right] ## and ## N(B) = \left[ {\begin{array}{c} 2 \\ -1 \ \end{array} } \right] ##. If I think of the nullspace as column vectors, then it's easier to visualize the nullspaces, and that they are perpendicular to the original matrix and intersect at 0.
When I make C, it would be ## \left[ {\begin{array}{cc} 1 & 1 \\ 1 & 2 \ \end{array} } \right] ## and ## N(C) = \left[ {\begin{array}{c} 0 & 0 \\ 0 & 0 \ \end{array} } \right] ##, the intersection of N(A) and N(B). Is this example right?

When I try to picture a plane though, I don't know how to define a plane in matrix notation and would the nullspace be a second plane with a normal vector orthogonal to the first plane's normal vector?
 
worryingchem said:
I didn't understand how they went from ## Cx = \left[ {\begin{array}{c} Ax \\ Bx \ \end{array} } \right] = 0 ## to how N(C) is the intersection of N(A) and N(B). I just saw that the nullspaces were zero, but doesn't all nullspaces contain zero.

After some more thought, I did manage to visualize it if I use row vectors for ## A = \left[ {\begin{array}{cc} 1 & 1 \ \end{array} } \right] ## and ## B = \left[ {\begin{array}{cc} 1 & 2 \ \end{array} } \right] ##.
Then ## N(A) = \left[ {\begin{array}{c} 1 \\ -1 \ \end{array} } \right] ## and ## N(B) = \left[ {\begin{array}{c} 2 \\ -1 \ \end{array} } \right] ##. If I think of the nullspace as column vectors, then it's easier to visualize the nullspaces, and that they are perpendicular to the original matrix and intersect at 0.
When I make C, it would be ## \left[ {\begin{array}{cc} 1 & 1 \\ 1 & 2 \ \end{array} } \right] ## and ## N(C) = \left[ {\begin{array}{c} 0 & 0 \\ 0 & 0 \ \end{array} } \right] ##, the intersection of N(A) and N(B). Is this example right?

When I try to picture a plane though, I don't know how to define a plane in matrix notation and would the nullspace be a second plane with a normal vector orthogonal to the first plane's normal vector?

You don't have to visualize it that precisely. If ##x## is the nullspace of ##C##, then ##Cx=\left[ {\begin{array}{cc} Ax \\ Bx \ \end{array} } \right]=\left[ {\begin{array}{cc} 0 \\ 0 \ \end{array} } \right]##, right? Doesn't that mean ##Ax=0## and ##Bx=0##? And doesn't that mean the ##x## is in the nullspace of both ##A## and ##B##?
 
Ah, I see.
Then, ## C*N(A) = \left[ {\begin{array}{c} A*N(A)\\ B*N(A) \ \end{array} } \right]=\left[ {\begin{array}{c} 0 \\ n \ \end{array} } \right] ##.
And ## C*N(B) = \left[ {\begin{array}{c} A*N(B)\\ B*N(B) \ \end{array} } \right]=\left[ {\begin{array}{c} n \\ 0 \ \end{array} } \right] ##.
n can be some non-zero numbers.
So in order to make ##\left[ {\begin{array}{c} 0 \\ 0 \ \end{array} } \right] ##, C has to be multiply by something that exists in both N(A) and N(B), the intersection point of the two, and that is x.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 10 ·
Replies
10
Views
26K
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K