Integrate
Junior Member
- Joined
- May 17, 2018
- Messages
- 129
There's a method in finding basis vectors that I don't understand conceptually.
Let me show an example.
#1
A=⎣⎢⎡131251382−1−20⎦⎥⎤
B=⎣⎢⎡1000101101−10⎦⎥⎤
#2
⎣⎢⎢⎢⎡x1x2x3x4⎦⎥⎥⎥⎤=⎣⎢⎢⎢⎡−x3−x4−x3+x4x3x4⎦⎥⎥⎥⎤=x3⎣⎢⎢⎢⎡−1−110⎦⎥⎥⎥⎤+x4⎣⎢⎢⎢⎡−1101⎦⎥⎥⎥⎤
#3 x1A1+x2A2+x3A3+x4A4=0
(−2x3+x4)A1+(3x3−2x4)A2+x3A3+x4A4=0
#4 This is where I start getting lost, not that I was completely there to begin with.
We set x3=1 x4=0 and get
(−2)A1+3A2+A3=0
And we get 2A1−3A2=A3
#4
We then set x3=0 x4=1 and get −A1+2A2=A4
Because both these vectors can be created using A_1 and A_2 we remove them and deduce A_1 and A_2 is a basis set?
What are the concepts of this method, and why do we choose the values that we do?
Let me show an example.
#1
A=⎣⎢⎡131251382−1−20⎦⎥⎤
B=⎣⎢⎡1000101101−10⎦⎥⎤
#2
⎣⎢⎢⎢⎡x1x2x3x4⎦⎥⎥⎥⎤=⎣⎢⎢⎢⎡−x3−x4−x3+x4x3x4⎦⎥⎥⎥⎤=x3⎣⎢⎢⎢⎡−1−110⎦⎥⎥⎥⎤+x4⎣⎢⎢⎢⎡−1101⎦⎥⎥⎥⎤
#3 x1A1+x2A2+x3A3+x4A4=0
(−2x3+x4)A1+(3x3−2x4)A2+x3A3+x4A4=0
#4 This is where I start getting lost, not that I was completely there to begin with.
We set x3=1 x4=0 and get
(−2)A1+3A2+A3=0
And we get 2A1−3A2=A3
#4
We then set x3=0 x4=1 and get −A1+2A2=A4
Because both these vectors can be created using A_1 and A_2 we remove them and deduce A_1 and A_2 is a basis set?
What are the concepts of this method, and why do we choose the values that we do?
Last edited: