N(A) and R(A) in terms of their basis

  • Thread starter Thread starter DryRun
  • Start date Start date
  • Tags Tags
    Basis Terms
DryRun
Gold Member
Messages
837
Reaction score
4

Homework Statement


The matrix A =
1 1 1 1
-1 0 1 0
1 2 3 2

Express null space and row space of A in terms of their basis vectors.

2. The attempt at a solution

I have found the null space to be: x3 [1 -2 1 0]^T + x4 [0 -1 0 1]^T.

But my problem is how do i write the final answer correctly? Should i just write the answer as above? Or should i just write it this way: [1 -2 1 0]^T and [0 -1 0 1]^T

I did a search online and ended up with this way to present the solution, but there are so many variations, I'm confused.
{[1 -2 1 0]^T, [0 -1 0 1]^T}.

Which is the correct established answer format?

For the row space, i gave the answer like this:
[ 1 1 1 1] and [0 1 2 1]

Or should it be like this?: {[ 1 1 1 1], [0 1 2 1]}
 
Last edited:
Physics news on Phys.org
The problem says to "Express the null space of A in terms of its basis vectors.
So I would say you can give the answer in either of two ways:
1) "All vectors in the null space of A are of the form x_1\begin{bmatrix}1 \\ -2 \\ 1 \\ 0\end{bmatrix}+ x_2\begin{bmatrix}0 \\ -1 \\ 0 \\ 1\end{bmatrix}"
or
2) "A basis for the null space is \{\begin{bmatrix}1 \\ -2\\ 1\\ 0 \end{bmatrix}, \begin{bmatrix}0 \\ -1 \\ 0 \\ 1\end{bmatrix}\}".

But the words explaining what you answer means are as important as your vectors.
 
Thanks for your help, HallsofIvy. I will keep your advice in mind for my exams.
 
Yep- actually writing out full sentence answers is likely to send your teacher into shock!
 
You can also say that the null space is span{(v1), (v2)}.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top