(LINALG) : Nullspace of transpose : N(A^T)

Click For Summary
SUMMARY

The discussion centers on finding the nullspace of the transpose of a matrix, specifically N(A^T), using the matrix A provided. The user correctly computes the reduced row echelon form (rref) of A^T and derives a basis vector for N(A^T) as α[-1, -1, -1, 1]. The book presents a different basis vector, [1, 1, 1, -1], which is also valid as both vectors span the same subspace. The discrepancy arises from the choice of parameterization, with the book opting for a more standard form where the leading coefficient is 1.

PREREQUISITES
  • Understanding of linear algebra concepts such as nullspace and row echelon forms.
  • Familiarity with matrix operations, specifically transposition and reduction techniques.
  • Knowledge of parameterization in vector spaces and basis representation.
  • Experience with linear transformations and their properties.
NEXT STEPS
  • Study the properties of nullspaces and column spaces in linear algebra.
  • Learn about the implications of different parameterizations in vector spaces.
  • Explore standard forms of basis vectors and their significance in linear algebra.
  • Investigate the relationship between the nullspace and the rank-nullity theorem.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators looking to clarify concepts related to nullspaces and matrix operations.

FrogPad
Messages
801
Reaction score
0
I'm not sure if I am making a mistake, or my book is wrong, or if both answers are correct. But, it is confusing me, and I would like to know why. We are asked to find the basis of the following subspaces on the matrix A.

Find: [tex]R(A^T),\,\,N(A),\,\,\,R(A),\,\,N(A^T)[/tex]

I'm having trouble finding N(A^T). Here is how I'm doing it.

[tex]A = \left[ \begin{array}{cccc}<br /> 1 & 0 & 0 & 0 \\<br /> 0 & 1 & 1 & 1 \\<br /> 0 & 0 & 1 & 1 \\<br /> 1 & 1 & 2 & 2<br /> \end{array} \right][/tex]


thus:
[tex] A^T = \left[ \begin{array}{cccc}<br /> 1 & 0 & 0 & 1 \\<br /> 0 & 1 & 0 & 1 \\<br /> 0 & 1 & 1 & 2 \\<br /> 0 & 1 & 1 & 2<br /> \end{array} \right][/tex]

so...

[tex] rref(A^T) = \left[ \begin{array}{cccc}<br /> 1 & 0 & 0 & 1 \\<br /> 0 & 1 & 0 & 1 \\<br /> 0 & 0 & 1 & 1 \\<br /> 0 & 0 & 0 & 0<br /> \end{array} \right][/tex]

then we are left with...

[tex] \begin{array}{c}<br /> x_1+\alpha = 0 \\<br /> x_2 + \alpha = 0 \\<br /> x_3 + \alpha = 0 \\<br /> x_4 = \alpha<br /> \end{array} [/tex]

which gives:

[tex] \alpha\left[<br /> \begin{array}{c}<br /> -1\\<br /> -1\\<br /> -1\\<br /> 1<br /> \end{array} \right][/tex]

The book gives:
[tex]\left[<br /> \begin{array}{c}<br /> 1 \\<br /> 1 \\<br /> 1 \\<br /> -1<br /> \end{array} \right][/tex]

as the basis for [tex]N(A^T)[/tex]

Is this the same? And why?

I mean [tex]\alpha[/tex] can be anything, so if [tex]\alpha = -1[/tex] then I get the same answer as the book. So spanning the set with either "my" vector, or the books accomplishes the same thing. It's just confusing to me why the book would not follow the algorithm to get the answer. Thanks in advance.
 
Physics news on Phys.org
As you noted, using alpha = -1 makes your answer the same. They are the same answer.
 


Your approach to finding the nullspace of A^T is correct. The reason why the book's answer is different is because they have chosen to use a different parameter, let's call it \beta, instead of \alpha. So instead of setting x_4 = \alpha, they set x_4 = \beta. This leads to a different basis vector for the nullspace, but both approaches are correct and will span the same subspace. It is just a matter of personal preference which parameter to use.

Additionally, the book's answer is a more standard form for a basis vector in the nullspace, where the leading coefficient is 1. This is not necessary, but it is often preferred for simplicity and consistency. So while your answer is also correct, it may not be in the most standard form.

In summary, both your answer and the book's answer are correct and will span the same subspace. The only difference is in the choice of parameter and the standard form of the basis vector.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
46
Views
8K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K