Determining if a vector b is a linear combination of vectors a1,a2,a3

Click For Summary
SUMMARY

The discussion focuses on determining whether the vector b = [2, -1, 6] is a linear combination of the vectors a1 = [1, -2.0], a2 = [0, 1, 2], and a3 = [5, -6, 8]. The user row-reduced the augmented matrix and found that columns 1 and 2 contained pivots while the last row was all zeros. This indicates that the vectors a1, a2, and a3 do not span all of R3, confirming that b is not a linear combination of these vectors. The correct interpretation of the row-reduced form reveals the coefficients of the linear combination and clarifies the relationship between the vectors.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically linear combinations
  • Familiarity with augmented matrices and row reduction techniques
  • Knowledge of the concept of vector spaces and spanning sets
  • Basic proficiency in RREF (Reduced Row Echelon Form) interpretation
NEXT STEPS
  • Study the properties of vector spaces and spanning sets in linear algebra
  • Learn about the implications of row-reduced echelon forms on linear independence
  • Explore the concept of null space and its relation to linear combinations
  • Practice solving linear systems using augmented matrices and RREF
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone involved in fields requiring vector analysis, such as physics and engineering.

nglatz
Messages
2
Reaction score
0
given a1=[1,-2.0] , a2=[0,1,2] , a3=[5,-6,8] , b=[2,-1,6] determine if b is a linear combination of a1, a2, a3.

I put these vectors into an augmented matrix and row reduced. My result was columns 1 and 2 having pivots and the last row being all zeros. Please help me understand how this results in b NOT being a linear combination of a1, a2, a3.

The only thing i can think of is that vectors a1, a2, a3 do not span all of R3 and b is not part of the plane that a1, a2, a3 span. If this is the case, please explain how i can see this from the augmented matrix in RREF.
 
Last edited:
Physics news on Phys.org
You've misinterpreted the results of the row reduction.

First let's start with the result:
\left[ \begin {array}{cccc} 1&amp;0&amp;5&amp;2\\ -2&amp;1&amp;-6&amp;-1<br /> \\ 0&amp;2&amp;8&amp;6\end {array} \right]<br /> \to \left[ \begin {array}{cccc} 1&amp;0&amp;5&amp;2\\ 0&amp;1&amp;4&amp;3<br /> \\ 0&amp;0&amp;0&amp;0\end {array} \right] <br />

So the coefficients of a linear combination x_1a_1 + x_2a_2 + x_3a_3 = b take the form:
<br /> \left[\begin{array}{c}<br /> x_1 \\ x_2 \\ x_3<br /> \end{array}\right] \in<br /> \left\{<br /> \left[\begin{array}{c}<br /> 2 \\ 3 \\ 0<br /> \end{array}\right] +<br /> t\left[\begin{array}{c}<br /> -5 \\ -4 \\ 1<br /> \end{array}\right] \|<br /> t \in \mathbb{F}<br /> \right\}<br />
 
ok. that clears things up. thanks so much
 

Similar threads

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