Can Vectors Form Equivalent Spans in Linear Algebra?

Click For Summary
SUMMARY

The discussion focuses on demonstrating that the vector (2,7,6) can be expressed as a linear combination of the vectors (1,3,2) and (0,1,2), as well as the vector (-1,0,4) using the same basis. The solutions provided confirm that x1 = 2 and x2 = 1 for (2,7,6), and x1 = -1 and x2 = 3 for (-1,0,4). The conclusion drawn is that Span((1,3,2),(0,1,2)) is equivalent to Span((2,7,6),(-1,0,4)), as both sets of vectors are linearly dependent and span the same vector space.

PREREQUISITES
  • Understanding of linear combinations in vector spaces
  • Familiarity with the concept of vector span
  • Knowledge of row reduction techniques for solving linear equations
  • Ability to work with coefficient matrices in linear algebra
NEXT STEPS
  • Study the properties of linear dependence and independence in vector spaces
  • Learn about the geometric interpretation of vector spans
  • Explore advanced row reduction methods and their applications
  • Investigate the implications of basis vectors in higher-dimensional spaces
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators seeking to enhance their understanding of vector spaces and linear combinations.

Mathman23
Messages
248
Reaction score
0
(a)

show that the vector (2,7,6) be we written as a linear combination of the vectors

(1,3,2) and (0,1,2)

(b) show that the vector (-1,0,4) can be written as a linear combination of the vectors (1,3,2) and (0,1,2)

(c)

show that Span((1,3,2),(0,1,2)) = Span( (2,7,6), (-1,0,4))

My solution (a).

I write vectors in equation form

[tex]x_1 \[ \[ \begin{array}{c} 1 \\ 3 \\ 2 \end{array} \] + x_2 \[ \begin{array}{dd} 0 \\ 1 \\ 2 \end{array} \] = <br /> \[ \begin{array}{c} 2 \\ 7 \\ 6 \end{array} \][/tex]

which can be rewritten to

[tex]\[ \begin{array}{ccc} x_{1} \\ 3x_{1} + x_{2} \\ 2x_{1} + 2x_{2} \end{array} \] = \[ \begin{array}{c} 2 \\ 7 \\ 6 \end{array} \][/tex]

There must exist x_1 and x_2 which makes the above set of equations true.

These are found be rewritten the system into its equivalent coefficient matrix.

[tex]\[ \begin{array}{ccc} 1 & 0 & 2 \\ 3 & 1 & 7 \\ 2 & 2 & 6 \end{array} \][/tex]

using row reduction I get

[tex]\[ \begin{array}{ccc} 1 & 0 & 2 \\ 0 & 1 & 1 \\ 0 & 0 & 0 \end{array} \] \mathrm[/tex]


which gives x_1 = 2 and x_2 = 1

If I insert into the original equation, then values of x_1 and x_2 make it true.

(b)

Following the same method used in (a) I get x1 = -1 and x_2 = 3.

(c)

How do I use these results to prove that Span((1,3,2),(0,1,2)) = Span((2,7,6),(-1,0,4)) ?

Can I claim the set of vectors are dependent, and therefore their spans equal each other?

Best Regards
Fred
 
Last edited:
Physics news on Phys.org
The span of a set of vectors is the set of all (finite) linear combinations of vectors in the set. So a vector is in span((1,3,2),(0,1,2)) iff it is of the form a(1,3,2)+b(0,1,2) for some real numbers a and b, and similarly for span((2,7,6),(-1,0,4)), with vectors in this space having the form c(2,7,6)+d(-1,0,4). See if you can always get a pair (c,d) from (a,b) and vice versa.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K