Finding a set of vectors that span u,v....

  • Context: MHB 
  • Thread starter Thread starter shamieh
  • Start date Start date
  • Tags Tags
    Set Span Vectors
Click For Summary
SUMMARY

The discussion focuses on finding a set of vectors {u, v} in $\mathbb{R}^4$ that span the solution set of the equations $x - y + 2z - 2w = 0$ and $2x + 2y - z + 3w = 0$. The user successfully transformed the system into Reduced Row Echelon Form (RREF) and derived the relationships $x = -\frac{3}{4} z + \frac{1}{4} w$ and $y = \frac{5}{4} z - \frac{7}{4} w$. Ultimately, the solution can be expressed as linear combinations of the vectors $(-3, 5, 4, 0)$ and $(1, -7, 0, 4)$, corresponding to the free variables $z$ and $w$.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically vector spaces and spanning sets.
  • Familiarity with Reduced Row Echelon Form (RREF) and its application in solving linear equations.
  • Knowledge of free variables in the context of linear systems.
  • Basic proficiency in mathematical notation and operations in $\mathbb{R}^n$.
NEXT STEPS
  • Study the properties of vector spaces and spanning sets in linear algebra.
  • Learn about the process of converting matrices to Reduced Row Echelon Form (RREF) using Gaussian elimination.
  • Explore the concept of free variables and their significance in the solution of linear equations.
  • Investigate applications of linear combinations in various fields such as computer graphics and data science.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as anyone involved in fields requiring vector space analysis and solutions to linear systems.

shamieh
Messages
538
Reaction score
0
Find a set of vectors {u, v} in $\mathbb{R}^4$ that spans the solution set of the equations:

$x - y + 2z - 2w = 0$

$2x + 2y -z + 3w = 0$

($u$ and $v$ are both $4 \times 1$)
$u = ?$, $v = ?$

I put the matrix in RREF to get

$\begin{bmatrix}1&0&3/4&-1/4\\0&1&-5/4&7/4\end{bmatrix} = \begin{bmatrix}0\\0\end{bmatrix}$

Then I got $x = -\frac{3}{4} z + \frac{1}{4} w$ and $y = \frac{5}{4} z - \frac{7}{4} w$

But I'm not sure how to present the answer as they want it.
 
Physics news on Phys.org
You have what are called "two free variables" (in this case, $z$ and $w$, which must be known to even calculate what $x$ and $y$ are).

Let's write the solutions in a slightly different way, we have:

$4x = -3z + w$
$4y = 5z - 7w$

so we can write $4(x,y,z,w) = (4x,4y,4z,4w) = (-3z+w,5z-7w,4z,4w) = z(-3,5,4,0) + w(1,-7,0,4)$

Maybe this will give you a hint.
 

Similar threads

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