Constructing a matrix from clues

  • Thread starter Thread starter Identity
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary
SUMMARY

The discussion focuses on constructing a 3x4 matrix A whose null space is spanned by the vectors \(\begin{bmatrix} 1 \\ 1 \\ 0 \\ 0 \end{bmatrix}\) and \(\begin{bmatrix} 1 \\ 0 \\ -1 \\ 1 \end{bmatrix}\), while its column space is spanned by \(\begin{bmatrix} 1 \\ 1 \\ 0 \end{bmatrix}\) and \(\begin{bmatrix} 0 \\ 1 \\ -1 \end{bmatrix}\). The matrix A must satisfy the conditions A*(\(\begin{bmatrix} 1 \\ 1 \\ 0 \\ 0 \end{bmatrix}\)) = 0 and A*(\(\begin{bmatrix} 1 \\ 0 \\ -1 \\ 1 \end{bmatrix}\)) = 0, indicating that these vectors are in the null space. The dimensions of the matrix are determined to be 3 rows and 4 columns based on the provided spans.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically null space and column space.
  • Familiarity with matrix dimensions and their implications in linear transformations.
  • Knowledge of linear combinations and vector spaces.
  • Ability to perform matrix multiplication and interpret the results.
NEXT STEPS
  • Explore the concept of null space in more depth, focusing on its geometric interpretation.
  • Learn about constructing matrices with specific null and column spaces using linear combinations.
  • Study the properties of linear transformations and their relation to matrix representation.
  • Investigate examples of similar matrix construction problems to reinforce understanding.
USEFUL FOR

Students and educators in linear algebra, mathematicians working on matrix theory, and anyone interested in understanding the relationships between null space and column space in matrix construction.

Identity
Messages
151
Reaction score
0

Homework Statement



Construct a matrix whose null space is spanned by [tex]\left[\begin{matrix} 1 \\ 1 \\ 0 \\ 0 \end{matrix}\right][/tex] and [tex]\left[\begin{matrix} 1 \\ 0 \\ -1 \\ 1 \end{matrix}\right][/tex] and whose column space is spanned by [tex]\left[\begin{matrix} 1 \\ 1 \\ 0 \end{matrix}\right][/tex] and [tex]\left[\begin{matrix} 0 \\ 1 \\ -1 \end{matrix}\right][/tex]



The Attempt at a Solution



I figured that it must be a 3x4 matrix, due to the dimensions of the column space and null space.

Apart from that, I'm not really sure where to go, I would greatly appreciate some help :)
 
Physics news on Phys.org
Let's call your 3x4 matrix A. Each column of A must be a linear combination of (1 1 0)^T and (0 1 -1)^T.

Also, A*(1 1 0 0)^T = 0 and A*(1 0 -1 1)^T = 0, since those two vectors are in A's nullspace.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
8
Views
3K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
2K