Check if vectors are the the fundamental set of solutionsIs thi set of vectors, $(2, 1), (3, 2), (1, 2)$, is linearly dependent or independent?How to solve the six elements equations below?I wonder whether the system of equations and inequations below have a solution.How to solve this system without WolframAlphaWriting the span of two vectors in constraint formBasis and dimension of a subspace of $mathcalM_2times 2(mathbbR)$Determining linear independence of a set of functionsTesting for linear independence (Vectors -> SOE)Are these vectors linearly independent? 3 vectors.Determine whether the sets spans in $R^2$
Do I have a twin with permutated remainders?
How is it possible to have an ability score that is less than 3?
How much RAM could one put in a typical 80386 setup?
Which models of the Boeing 737 are still in production?
How does one intimidate enemies without having the capacity for violence?
Minkowski space
Did Shadowfax go to Valinor?
Collect Fourier series terms
Email Account under attack (really) - anything I can do?
US citizen flying to France today and my passport expires in less than 2 months
How to write a macro that is braces sensitive?
Dragon forelimb placement
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
How can I make my BBEG immortal short of making them a Lich or Vampire?
What's the point of deactivating Num Lock on login screens?
Theorems that impeded progress
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Why are electrically insulating heatsinks so rare? Is it just cost?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
TGV timetables / schedules?
How could an uplifted falcon's brain work?
What are the differences between the usage of 'it' and 'they'?
Check if vectors are the the fundamental set of solutions
Is thi set of vectors, $(2, 1), (3, 2), (1, 2)$, is linearly dependent or independent?How to solve the six elements equations below?I wonder whether the system of equations and inequations below have a solution.How to solve this system without WolframAlphaWriting the span of two vectors in constraint formBasis and dimension of a subspace of $mathcalM_2times 2(mathbbR)$Determining linear independence of a set of functionsTesting for linear independence (Vectors -> SOE)Are these vectors linearly independent? 3 vectors.Determine whether the sets spans in $R^2$
$begingroup$
$$begincases x_1+2x_2+x_3-x_4+x_5=0 \ 2x_1+x_2-x_3+2x_4-x_5=0 \ x_1+5x_2+4x_3-5x_4+4x_5=0 \ 4x_1+5x_2+x_3+x_5=0 endcases$$
$$begincases veca_1=(-5,4,3,3,-3) \ veca_2=(-7,5,-3,6,6) \ veca_3=(5,-4,6,-3,-6) endcases$$
Solution:
beginbmatrix
1&2&1&-1&1 \
2&1&-1&2&-1 \
1&5&4&-5&4 \
4&5&1&0&1
endbmatrix
Reducing to the row echelon form gives us
beginbmatrix
1&2&1&-1&1 \
0&3&-3&-4&-3
endbmatrix
Let $x_3 = c_1$, $x_4=c_2$, $x_5=c_3$.
$$begincases x_1+2x_2+c_1-c_2+c_3=0 \ 0x_1+3x_2-3c_1-4c_2-3c_3=0endcases$$
$$x_2=c_1+frac43c_2+c_3$$
$$x_1=-2c_1-frac83c_2-2c_3-2c_1+c_2-c_3=-4c_1-frac53c_2-3c_2$$
However, plugging the corresponding values of each vector into the resulting system does not work here. What did I miss?
linear-algebra systems-of-equations
$endgroup$
add a comment |
$begingroup$
$$begincases x_1+2x_2+x_3-x_4+x_5=0 \ 2x_1+x_2-x_3+2x_4-x_5=0 \ x_1+5x_2+4x_3-5x_4+4x_5=0 \ 4x_1+5x_2+x_3+x_5=0 endcases$$
$$begincases veca_1=(-5,4,3,3,-3) \ veca_2=(-7,5,-3,6,6) \ veca_3=(5,-4,6,-3,-6) endcases$$
Solution:
beginbmatrix
1&2&1&-1&1 \
2&1&-1&2&-1 \
1&5&4&-5&4 \
4&5&1&0&1
endbmatrix
Reducing to the row echelon form gives us
beginbmatrix
1&2&1&-1&1 \
0&3&-3&-4&-3
endbmatrix
Let $x_3 = c_1$, $x_4=c_2$, $x_5=c_3$.
$$begincases x_1+2x_2+c_1-c_2+c_3=0 \ 0x_1+3x_2-3c_1-4c_2-3c_3=0endcases$$
$$x_2=c_1+frac43c_2+c_3$$
$$x_1=-2c_1-frac83c_2-2c_3-2c_1+c_2-c_3=-4c_1-frac53c_2-3c_2$$
However, plugging the corresponding values of each vector into the resulting system does not work here. What did I miss?
linear-algebra systems-of-equations
$endgroup$
$begingroup$
Looks to me like you’ve made a sign error in your row-reduced matrix. That aside, you could instead check that the three vectors satisfy the original system and that they’re linearly independent. From the row-reduction, you know that the nullity is 3, so you’re done.
$endgroup$
– amd
Mar 21 at 23:42
add a comment |
$begingroup$
$$begincases x_1+2x_2+x_3-x_4+x_5=0 \ 2x_1+x_2-x_3+2x_4-x_5=0 \ x_1+5x_2+4x_3-5x_4+4x_5=0 \ 4x_1+5x_2+x_3+x_5=0 endcases$$
$$begincases veca_1=(-5,4,3,3,-3) \ veca_2=(-7,5,-3,6,6) \ veca_3=(5,-4,6,-3,-6) endcases$$
Solution:
beginbmatrix
1&2&1&-1&1 \
2&1&-1&2&-1 \
1&5&4&-5&4 \
4&5&1&0&1
endbmatrix
Reducing to the row echelon form gives us
beginbmatrix
1&2&1&-1&1 \
0&3&-3&-4&-3
endbmatrix
Let $x_3 = c_1$, $x_4=c_2$, $x_5=c_3$.
$$begincases x_1+2x_2+c_1-c_2+c_3=0 \ 0x_1+3x_2-3c_1-4c_2-3c_3=0endcases$$
$$x_2=c_1+frac43c_2+c_3$$
$$x_1=-2c_1-frac83c_2-2c_3-2c_1+c_2-c_3=-4c_1-frac53c_2-3c_2$$
However, plugging the corresponding values of each vector into the resulting system does not work here. What did I miss?
linear-algebra systems-of-equations
$endgroup$
$$begincases x_1+2x_2+x_3-x_4+x_5=0 \ 2x_1+x_2-x_3+2x_4-x_5=0 \ x_1+5x_2+4x_3-5x_4+4x_5=0 \ 4x_1+5x_2+x_3+x_5=0 endcases$$
$$begincases veca_1=(-5,4,3,3,-3) \ veca_2=(-7,5,-3,6,6) \ veca_3=(5,-4,6,-3,-6) endcases$$
Solution:
beginbmatrix
1&2&1&-1&1 \
2&1&-1&2&-1 \
1&5&4&-5&4 \
4&5&1&0&1
endbmatrix
Reducing to the row echelon form gives us
beginbmatrix
1&2&1&-1&1 \
0&3&-3&-4&-3
endbmatrix
Let $x_3 = c_1$, $x_4=c_2$, $x_5=c_3$.
$$begincases x_1+2x_2+c_1-c_2+c_3=0 \ 0x_1+3x_2-3c_1-4c_2-3c_3=0endcases$$
$$x_2=c_1+frac43c_2+c_3$$
$$x_1=-2c_1-frac83c_2-2c_3-2c_1+c_2-c_3=-4c_1-frac53c_2-3c_2$$
However, plugging the corresponding values of each vector into the resulting system does not work here. What did I miss?
linear-algebra systems-of-equations
linear-algebra systems-of-equations
asked Mar 21 at 23:19
Ben TerryBen Terry
1
1
$begingroup$
Looks to me like you’ve made a sign error in your row-reduced matrix. That aside, you could instead check that the three vectors satisfy the original system and that they’re linearly independent. From the row-reduction, you know that the nullity is 3, so you’re done.
$endgroup$
– amd
Mar 21 at 23:42
add a comment |
$begingroup$
Looks to me like you’ve made a sign error in your row-reduced matrix. That aside, you could instead check that the three vectors satisfy the original system and that they’re linearly independent. From the row-reduction, you know that the nullity is 3, so you’re done.
$endgroup$
– amd
Mar 21 at 23:42
$begingroup$
Looks to me like you’ve made a sign error in your row-reduced matrix. That aside, you could instead check that the three vectors satisfy the original system and that they’re linearly independent. From the row-reduction, you know that the nullity is 3, so you’re done.
$endgroup$
– amd
Mar 21 at 23:42
$begingroup$
Looks to me like you’ve made a sign error in your row-reduced matrix. That aside, you could instead check that the three vectors satisfy the original system and that they’re linearly independent. From the row-reduction, you know that the nullity is 3, so you’re done.
$endgroup$
– amd
Mar 21 at 23:42
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$$
left(
beginarrayrrrr
1 & 0 & 0 &0 \
-1 & 0 & 1 &0 \
3 &-1 &-1 &0 \
-5 & 0 & 1& 1 \
endarray
right)
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
2& 1 &-1 & 2 &-1\
1 &5 & 4 &-5 & 4\
4 &5& 1 & 0& 1\
endarray
right) =
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
0& 3 &3 & -4 &3\
0 &0 & 0 &0 & 0\
0 &0& 0 & 0& 0\
endarray
right)
$$
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
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%2f3157512%2fcheck-if-vectors-are-the-the-fundamental-set-of-solutions%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$
$$
left(
beginarrayrrrr
1 & 0 & 0 &0 \
-1 & 0 & 1 &0 \
3 &-1 &-1 &0 \
-5 & 0 & 1& 1 \
endarray
right)
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
2& 1 &-1 & 2 &-1\
1 &5 & 4 &-5 & 4\
4 &5& 1 & 0& 1\
endarray
right) =
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
0& 3 &3 & -4 &3\
0 &0 & 0 &0 & 0\
0 &0& 0 & 0& 0\
endarray
right)
$$
$endgroup$
add a comment |
$begingroup$
$$
left(
beginarrayrrrr
1 & 0 & 0 &0 \
-1 & 0 & 1 &0 \
3 &-1 &-1 &0 \
-5 & 0 & 1& 1 \
endarray
right)
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
2& 1 &-1 & 2 &-1\
1 &5 & 4 &-5 & 4\
4 &5& 1 & 0& 1\
endarray
right) =
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
0& 3 &3 & -4 &3\
0 &0 & 0 &0 & 0\
0 &0& 0 & 0& 0\
endarray
right)
$$
$endgroup$
add a comment |
$begingroup$
$$
left(
beginarrayrrrr
1 & 0 & 0 &0 \
-1 & 0 & 1 &0 \
3 &-1 &-1 &0 \
-5 & 0 & 1& 1 \
endarray
right)
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
2& 1 &-1 & 2 &-1\
1 &5 & 4 &-5 & 4\
4 &5& 1 & 0& 1\
endarray
right) =
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
0& 3 &3 & -4 &3\
0 &0 & 0 &0 & 0\
0 &0& 0 & 0& 0\
endarray
right)
$$
$endgroup$
$$
left(
beginarrayrrrr
1 & 0 & 0 &0 \
-1 & 0 & 1 &0 \
3 &-1 &-1 &0 \
-5 & 0 & 1& 1 \
endarray
right)
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
2& 1 &-1 & 2 &-1\
1 &5 & 4 &-5 & 4\
4 &5& 1 & 0& 1\
endarray
right) =
left(
beginarrayrrrrr
1& 2 &1& -1 & 1\
0& 3 &3 & -4 &3\
0 &0 & 0 &0 & 0\
0 &0& 0 & 0& 0\
endarray
right)
$$
answered Mar 22 at 0:28
Will JagyWill Jagy
104k5102201
104k5102201
add a comment |
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%2f3157512%2fcheck-if-vectors-are-the-the-fundamental-set-of-solutions%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
$begingroup$
Looks to me like you’ve made a sign error in your row-reduced matrix. That aside, you could instead check that the three vectors satisfy the original system and that they’re linearly independent. From the row-reduction, you know that the nullity is 3, so you’re done.
$endgroup$
– amd
Mar 21 at 23:42