Some small linear algebra questions

Raphisonfire
Messages
6
Reaction score
0
Hello, I just have some small questions about linear algebra that are giving me some slight grief.

v1cwv.jpg


I know how to find the number of free variables and the basis of the solution space.

But what is confusing me is the A transpose... When doing the problem, would I firstly take the transpose of A and then row reduce the matrix to find the free variables? or would I do it the other way around?

Secondly..

7spz2.jpg


I've solved part a)..

But I am stuck on part b) I have no idea where to start the problem or what to actually use to actually attempt solving this part. So a suggestion as to what I can actually do, would be very helpful!thank you in advance.
 
Physics news on Phys.org
For the last part, one idea that comes to mind is that b_1 \in W and b_2 \in W^{\perp} means that b_1 = a \begin{pmatrix} 1 \\ 2 \\ 3 \\ 4 \end{pmatrix} + b \begin{pmatrix} 1 \\ 1 \\ 1 \\ 1 \end{pmatrix} for some a,b \in \mathbb{R} and similarly b_2 would be a linear combination of the basis you found for W^{\perp}.
 
Chaos2009 said:
For the last part, one idea that comes to mind is that b_1 \in W and b_2 \in W^{\perp} means that b_1 = a \begin{pmatrix} 1 \\ 2 \\ 3 \\ 4 \end{pmatrix} + b \begin{pmatrix} 1 \\ 1 \\ 1 \\ 1 \end{pmatrix} for some a,b \in \mathbb{R} and similarly b_2 would be a linear combination of the basis you found for W^{\perp}.

Well I think I've solved it, finally... If I'm correct, I got

b = \begin{pmatrix} 2\\ 5 \\ 7 \\ 10 \end{pmatrix} = b_1 \begin{pmatrix} 8.1 \\ 10.2 \\ 12.3 \\ 14.4 \end{pmatrix} + b_2 \begin{pmatrix} -6.1 \\ -5.2 \\ -5.3 \\ -4.4 \end{pmatrix}

Also can anyone explain the first question to me? Thanks, in advance!
 
Last edited:
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