Is Every Vector in Set W a Linear Combination of W1 and W2?

  • Thread starter Thread starter hkus10
  • Start date Start date
  • Tags Tags
    Linear Subspace
Click For Summary

Homework Help Overview

The problem involves determining whether every vector in the set W of specific 2x3 matrices can be expressed as a linear combination of two given matrices, W1 and W2. The matrices in W are defined by a relationship between their elements, specifically where the third element is the sum of the first two.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the need to combine the matrices W1 and W2 to express any vector in W. There are inquiries about the correct form of the linear combination and the constants involved. Some participants express confusion over the results of their calculations and seek clarification on the relationships between the matrices.

Discussion Status

The discussion is ongoing, with participants attempting to clarify their understanding of linear combinations and matrix equality. Hints have been provided to guide the exploration of the problem, and there is an active engagement in checking assumptions and calculations.

Contextual Notes

Participants are working under the constraints of the problem's definitions and relationships between the elements of the matrices. There is an emphasis on ensuring that the components of the matrices are equal for the linear combinations to hold true.

hkus10
Messages
50
Reaction score
0
1.) The set W of all 2x3 matrices of the form
Code:
a  b  c
a  0  0
where c = a + b, is a subspace of M23 (Matrics 23). Show that every vector in W is a linear combination of
W1 =
Code:
1  0  1
1  0  0
W2 =
Code:
0  1  1
0  0  0

Do I have to combine both W1 and W2 into one equation?
 
Physics news on Phys.org
hkus10 said:
1.) The set W of all 2x3 matrices of the form
Code:
a  b  c
a  0  0
where c = a + b, is a subspace of M23 (Matrics 23). Show that every vector in W is a linear combination of
W1 =
Code:
1  0  1
1  0  0
W2 =
Code:
0  1  1
0  0  0

Do I have to combine both W1 and W2 into one equation?
Yes. If A is any vector in this set, you need to show that there are constants c1 and c2 such that A = c1W1 + c2W2.
 
can you give some more hints for solving this problem?
 
What I get is
Code:
a  b  2c
a  0   0

which is not
Code:
a  b  c
a  0  0
 
You made some sort of mistake. What linear combination of W_1 and W_2 gave that?


Use Mark44's hint and compute

c_1 W_1 + c_2 W_2.

Then try to find c_1 and c_2 so that

c_1 W_1 + c_2 W_2 = \begin{pmatrix} a & b & a+b \\ a & 0 & 0\end{pmatrix}.
 
fzero said:
You made some sort of mistake. What linear combination of W_1 and W_2 gave that?


Use Mark44's hint and compute

c_1 W_1 + c_2 W_2.

Then try to find c_1 and c_2 so that

c_1 W_1 + c_2 W_2 = \begin{pmatrix} a & b & a+b \\ a & 0 & 0\end{pmatrix}.

The answer is aW_1 + bW_2 = \begin{pmatrix} a & b & a+b \\ a & 0 & 0\end{pmatrix}.? a, b can be any real number?
 
Solve this equation for c1 and c2.
c_1\begin{bmatrix} 1 & 0 & 1\\1 & 0 & 0\end{bmatrix} + c_2 \begin{bmatrix} 0 & 1 & 1\\0 & 0 & 0\end{bmatrix} = \begin{bmatrix} a& b & a + b\\a & 0 & 0\end{bmatrix}

For two matrices to be equal, their corresponding components have to be equal.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 17 ·
Replies
17
Views
5K
Replies
4
Views
2K
Replies
15
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K