How to show that vector $b$ is in the vector space $V$? Announcing the arrival of Valued...
How to motivate offshore teams and trust them to deliver?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
3 doors, three guards, one stone
What are the pros and cons of Aerospike nosecones?
Did Xerox really develop the first LAN?
Should I discuss the type of campaign with my players?
Doubts about chords
What happens to sewage if there is no river near by?
How can players work together to take actions that are otherwise impossible?
Sorting numerically
Is 1 ppb equal to 1 μg/kg?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
Is there a "higher Segal conjecture"?
Are my PIs rude or am I just being too sensitive?
How to draw this diagram using TikZ package?
What are the motives behind Cersei's orders given to Bronn?
What would be the ideal power source for a cybernetic eye?
If Jon Snow became King of the Seven Kingdoms what would his regnal number be?
How widely used is the term Treppenwitz? Is it something that most Germans know?
If 'B is more likely given A', then 'A is more likely given B'
How to find all the available tools in macOS terminal?
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
Examples of mediopassive verb constructions
Using et al. for a last / senior author rather than for a first author
How to show that vector $b$ is in the vector space $V$?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Showing vectors span a vector space by definitionLinear independence of vectors $w_1,w_2,w_3$How to show that $T$ is linearly independent?Proof to show that sums of vectors spanning a vector space also span a vector spaceShow linear independence of vector additionspan between vector and set of vectorsSuppose that $v_1,v_2,v_3,v_4$ spans $V$. Prove that the list $v_1 - v_2, v_2 - v_3, v_3-v_4,v_4$ also spans $V$.Simplified vector equation and geometric representationFind the dual space and dual basis of basis $beta$ in vector space $mathbb{C^3}$Span of a Vector Space
$begingroup$
How do I show that vector $b$ is in the vector space $V$?
vector $b = (0, 4, 7)$, $V = operatorname{span} {(1, 2, 2), (1, 1, 1), (-1, 0, 1)}$
Do I use the equation $b = c_1 v_1 +c_2 v_2 +c_3 v_3$ to solve for each $v_1$, $v_2$, $v_3$? If I do so, what do I do from then?
linear-algebra
$endgroup$
add a comment |
$begingroup$
How do I show that vector $b$ is in the vector space $V$?
vector $b = (0, 4, 7)$, $V = operatorname{span} {(1, 2, 2), (1, 1, 1), (-1, 0, 1)}$
Do I use the equation $b = c_1 v_1 +c_2 v_2 +c_3 v_3$ to solve for each $v_1$, $v_2$, $v_3$? If I do so, what do I do from then?
linear-algebra
$endgroup$
1
$begingroup$
You mean, you solve for $c_1, c_2, c_3$.
$endgroup$
– lcv
Mar 23 at 21:40
add a comment |
$begingroup$
How do I show that vector $b$ is in the vector space $V$?
vector $b = (0, 4, 7)$, $V = operatorname{span} {(1, 2, 2), (1, 1, 1), (-1, 0, 1)}$
Do I use the equation $b = c_1 v_1 +c_2 v_2 +c_3 v_3$ to solve for each $v_1$, $v_2$, $v_3$? If I do so, what do I do from then?
linear-algebra
$endgroup$
How do I show that vector $b$ is in the vector space $V$?
vector $b = (0, 4, 7)$, $V = operatorname{span} {(1, 2, 2), (1, 1, 1), (-1, 0, 1)}$
Do I use the equation $b = c_1 v_1 +c_2 v_2 +c_3 v_3$ to solve for each $v_1$, $v_2$, $v_3$? If I do so, what do I do from then?
linear-algebra
linear-algebra
edited Mar 23 at 22:00
Rócherz
3,0263823
3,0263823
asked Mar 23 at 21:37
devil0108devil0108
174
174
1
$begingroup$
You mean, you solve for $c_1, c_2, c_3$.
$endgroup$
– lcv
Mar 23 at 21:40
add a comment |
1
$begingroup$
You mean, you solve for $c_1, c_2, c_3$.
$endgroup$
– lcv
Mar 23 at 21:40
1
1
$begingroup$
You mean, you solve for $c_1, c_2, c_3$.
$endgroup$
– lcv
Mar 23 at 21:40
$begingroup$
You mean, you solve for $c_1, c_2, c_3$.
$endgroup$
– lcv
Mar 23 at 21:40
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You're in the right direction, but you need to solve for $c_1, c_2, c_3$ and not $v_1, v_2, v_3$. For $b$ to be in $V$, it needs to be a linear combination of the given vectors, that is, $b=c_1(1,2,2)+c_2(1,1,1)+c_3(-1,0,1)$ for some real $c_1, c_2, c_3$, or equivalently $(0,4,7)=(c_1+c_2-c_3,2c_1+c_2,2c_1+c_2+c_3)$. This is equivalent to the system of equations:
$$
begin{cases}
c_1+c_2-c_3=0 \
2c_1+c_2=4 \
2c_1+c_2+c_3=7
end{cases}
$$
Can you proceed from here? Solve this system (or show it has a solution).
$endgroup$
$begingroup$
Yes, I can do this from here. Essentially, is this question the same as writing vector b as a linear combination of vector V? How do I justify the answers?
$endgroup$
– devil0108
Mar 23 at 21:48
$begingroup$
@devil0108 It’s the same as writing the vector $b$ as a linear combination of the given three vectors. The span of a set of vectors is precisely, by definition, the set of all linear combinations of those vectors. Therefore, the existence of a solution to the system above is equivalent to $b$ being in the space $V$, which is spanned by three vectors we started with.
$endgroup$
– Yuval Gat
Mar 23 at 21:54
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3159833%2fhow-to-show-that-vector-b-is-in-the-vector-space-v%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You're in the right direction, but you need to solve for $c_1, c_2, c_3$ and not $v_1, v_2, v_3$. For $b$ to be in $V$, it needs to be a linear combination of the given vectors, that is, $b=c_1(1,2,2)+c_2(1,1,1)+c_3(-1,0,1)$ for some real $c_1, c_2, c_3$, or equivalently $(0,4,7)=(c_1+c_2-c_3,2c_1+c_2,2c_1+c_2+c_3)$. This is equivalent to the system of equations:
$$
begin{cases}
c_1+c_2-c_3=0 \
2c_1+c_2=4 \
2c_1+c_2+c_3=7
end{cases}
$$
Can you proceed from here? Solve this system (or show it has a solution).
$endgroup$
$begingroup$
Yes, I can do this from here. Essentially, is this question the same as writing vector b as a linear combination of vector V? How do I justify the answers?
$endgroup$
– devil0108
Mar 23 at 21:48
$begingroup$
@devil0108 It’s the same as writing the vector $b$ as a linear combination of the given three vectors. The span of a set of vectors is precisely, by definition, the set of all linear combinations of those vectors. Therefore, the existence of a solution to the system above is equivalent to $b$ being in the space $V$, which is spanned by three vectors we started with.
$endgroup$
– Yuval Gat
Mar 23 at 21:54
add a comment |
$begingroup$
You're in the right direction, but you need to solve for $c_1, c_2, c_3$ and not $v_1, v_2, v_3$. For $b$ to be in $V$, it needs to be a linear combination of the given vectors, that is, $b=c_1(1,2,2)+c_2(1,1,1)+c_3(-1,0,1)$ for some real $c_1, c_2, c_3$, or equivalently $(0,4,7)=(c_1+c_2-c_3,2c_1+c_2,2c_1+c_2+c_3)$. This is equivalent to the system of equations:
$$
begin{cases}
c_1+c_2-c_3=0 \
2c_1+c_2=4 \
2c_1+c_2+c_3=7
end{cases}
$$
Can you proceed from here? Solve this system (or show it has a solution).
$endgroup$
$begingroup$
Yes, I can do this from here. Essentially, is this question the same as writing vector b as a linear combination of vector V? How do I justify the answers?
$endgroup$
– devil0108
Mar 23 at 21:48
$begingroup$
@devil0108 It’s the same as writing the vector $b$ as a linear combination of the given three vectors. The span of a set of vectors is precisely, by definition, the set of all linear combinations of those vectors. Therefore, the existence of a solution to the system above is equivalent to $b$ being in the space $V$, which is spanned by three vectors we started with.
$endgroup$
– Yuval Gat
Mar 23 at 21:54
add a comment |
$begingroup$
You're in the right direction, but you need to solve for $c_1, c_2, c_3$ and not $v_1, v_2, v_3$. For $b$ to be in $V$, it needs to be a linear combination of the given vectors, that is, $b=c_1(1,2,2)+c_2(1,1,1)+c_3(-1,0,1)$ for some real $c_1, c_2, c_3$, or equivalently $(0,4,7)=(c_1+c_2-c_3,2c_1+c_2,2c_1+c_2+c_3)$. This is equivalent to the system of equations:
$$
begin{cases}
c_1+c_2-c_3=0 \
2c_1+c_2=4 \
2c_1+c_2+c_3=7
end{cases}
$$
Can you proceed from here? Solve this system (or show it has a solution).
$endgroup$
You're in the right direction, but you need to solve for $c_1, c_2, c_3$ and not $v_1, v_2, v_3$. For $b$ to be in $V$, it needs to be a linear combination of the given vectors, that is, $b=c_1(1,2,2)+c_2(1,1,1)+c_3(-1,0,1)$ for some real $c_1, c_2, c_3$, or equivalently $(0,4,7)=(c_1+c_2-c_3,2c_1+c_2,2c_1+c_2+c_3)$. This is equivalent to the system of equations:
$$
begin{cases}
c_1+c_2-c_3=0 \
2c_1+c_2=4 \
2c_1+c_2+c_3=7
end{cases}
$$
Can you proceed from here? Solve this system (or show it has a solution).
answered Mar 23 at 21:41
Yuval GatYuval Gat
9741213
9741213
$begingroup$
Yes, I can do this from here. Essentially, is this question the same as writing vector b as a linear combination of vector V? How do I justify the answers?
$endgroup$
– devil0108
Mar 23 at 21:48
$begingroup$
@devil0108 It’s the same as writing the vector $b$ as a linear combination of the given three vectors. The span of a set of vectors is precisely, by definition, the set of all linear combinations of those vectors. Therefore, the existence of a solution to the system above is equivalent to $b$ being in the space $V$, which is spanned by three vectors we started with.
$endgroup$
– Yuval Gat
Mar 23 at 21:54
add a comment |
$begingroup$
Yes, I can do this from here. Essentially, is this question the same as writing vector b as a linear combination of vector V? How do I justify the answers?
$endgroup$
– devil0108
Mar 23 at 21:48
$begingroup$
@devil0108 It’s the same as writing the vector $b$ as a linear combination of the given three vectors. The span of a set of vectors is precisely, by definition, the set of all linear combinations of those vectors. Therefore, the existence of a solution to the system above is equivalent to $b$ being in the space $V$, which is spanned by three vectors we started with.
$endgroup$
– Yuval Gat
Mar 23 at 21:54
$begingroup$
Yes, I can do this from here. Essentially, is this question the same as writing vector b as a linear combination of vector V? How do I justify the answers?
$endgroup$
– devil0108
Mar 23 at 21:48
$begingroup$
Yes, I can do this from here. Essentially, is this question the same as writing vector b as a linear combination of vector V? How do I justify the answers?
$endgroup$
– devil0108
Mar 23 at 21:48
$begingroup$
@devil0108 It’s the same as writing the vector $b$ as a linear combination of the given three vectors. The span of a set of vectors is precisely, by definition, the set of all linear combinations of those vectors. Therefore, the existence of a solution to the system above is equivalent to $b$ being in the space $V$, which is spanned by three vectors we started with.
$endgroup$
– Yuval Gat
Mar 23 at 21:54
$begingroup$
@devil0108 It’s the same as writing the vector $b$ as a linear combination of the given three vectors. The span of a set of vectors is precisely, by definition, the set of all linear combinations of those vectors. Therefore, the existence of a solution to the system above is equivalent to $b$ being in the space $V$, which is spanned by three vectors we started with.
$endgroup$
– Yuval Gat
Mar 23 at 21:54
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3159833%2fhow-to-show-that-vector-b-is-in-the-vector-space-v%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
You mean, you solve for $c_1, c_2, c_3$.
$endgroup$
– lcv
Mar 23 at 21:40