Linear algebra: $Ax=0$ for matrix
I have a matrix which after doing row reduced echelon form is as follows:$$A=begin{bmatrix}1&1&-1&-1\0&0&0&0\0&0&0&0\0&0&0&0end{bmatrix}.$$
When I try to solve $Ax = 0$, I am confused. $x_2,x_3,x_4$ are free variables because they have no pivot and only $x_1$ is pivoted variable. Following is the equation I get:
$$x_1+x_2-x_3-x_4 = 0$$
What is the best way to find all the solutions to $Ax=0$?
linear-algebra matrices
add a comment |
I have a matrix which after doing row reduced echelon form is as follows:$$A=begin{bmatrix}1&1&-1&-1\0&0&0&0\0&0&0&0\0&0&0&0end{bmatrix}.$$
When I try to solve $Ax = 0$, I am confused. $x_2,x_3,x_4$ are free variables because they have no pivot and only $x_1$ is pivoted variable. Following is the equation I get:
$$x_1+x_2-x_3-x_4 = 0$$
What is the best way to find all the solutions to $Ax=0$?
linear-algebra matrices
Hyperplan equation !
– Damien
Dec 2 at 9:42
In case the real issue is the X-Y Problem, please add the original matrix and your steps in row reduction, so we can verify your matrix, or correct it so you can move on.
– amWhy
Dec 2 at 19:00
add a comment |
I have a matrix which after doing row reduced echelon form is as follows:$$A=begin{bmatrix}1&1&-1&-1\0&0&0&0\0&0&0&0\0&0&0&0end{bmatrix}.$$
When I try to solve $Ax = 0$, I am confused. $x_2,x_3,x_4$ are free variables because they have no pivot and only $x_1$ is pivoted variable. Following is the equation I get:
$$x_1+x_2-x_3-x_4 = 0$$
What is the best way to find all the solutions to $Ax=0$?
linear-algebra matrices
I have a matrix which after doing row reduced echelon form is as follows:$$A=begin{bmatrix}1&1&-1&-1\0&0&0&0\0&0&0&0\0&0&0&0end{bmatrix}.$$
When I try to solve $Ax = 0$, I am confused. $x_2,x_3,x_4$ are free variables because they have no pivot and only $x_1$ is pivoted variable. Following is the equation I get:
$$x_1+x_2-x_3-x_4 = 0$$
What is the best way to find all the solutions to $Ax=0$?
linear-algebra matrices
linear-algebra matrices
edited Dec 2 at 10:17
A.Γ.
21.9k22455
21.9k22455
asked Dec 2 at 9:13
Ella
102
102
Hyperplan equation !
– Damien
Dec 2 at 9:42
In case the real issue is the X-Y Problem, please add the original matrix and your steps in row reduction, so we can verify your matrix, or correct it so you can move on.
– amWhy
Dec 2 at 19:00
add a comment |
Hyperplan equation !
– Damien
Dec 2 at 9:42
In case the real issue is the X-Y Problem, please add the original matrix and your steps in row reduction, so we can verify your matrix, or correct it so you can move on.
– amWhy
Dec 2 at 19:00
Hyperplan equation !
– Damien
Dec 2 at 9:42
Hyperplan equation !
– Damien
Dec 2 at 9:42
In case the real issue is the X-Y Problem, please add the original matrix and your steps in row reduction, so we can verify your matrix, or correct it so you can move on.
– amWhy
Dec 2 at 19:00
In case the real issue is the X-Y Problem, please add the original matrix and your steps in row reduction, so we can verify your matrix, or correct it so you can move on.
– amWhy
Dec 2 at 19:00
add a comment |
2 Answers
2
active
oldest
votes
We have $x_1= -x_2+x_3+x_4$.
Let $x_2=s$, $x_3=u$, $x_4=v$ (the free variables), then we have
$$x_1=-s+u+v.$$
$$begin{bmatrix} x_1 \ x_2 \ x_3 \ x_4 end{bmatrix}=sbegin{bmatrix} -1 \ 1 \ 0 \ 0 end{bmatrix} + ubegin{bmatrix} 1 \ 0 \ 1 \ 0 end{bmatrix} + vbegin{bmatrix} 1 \ 0 \ 0 \ 1 end{bmatrix}$$
Thank you for the answer. Also, for Ax=b, if I do row reduced echolen form for "b" size too, I get "2".. so same way we will do it for Ax=b? I am wondering what will be the particular solution and special solution?
– Ella
Dec 2 at 9:46
I am guessing you mean $x_1=2-x_2+x_3+x_4$. then $(2,0,0,0)$ is a particular solution.
– Siong Thye Goh
Dec 2 at 9:52
No, for instance after row reduced echelon from I have "b" as 2 0 0 0 Then as x2,x3,x4 are free variables so we can set any value for them. This way we will have so many solutions? How to find all the solutions for Ax=b then?
– Ella
Dec 2 at 9:59
We find a particualr solution plus the general homogeneous solution part.
– Siong Thye Goh
Dec 2 at 10:00
Could you help me in finding that?
– Ella
Dec 2 at 10:05
|
show 4 more comments
You have already found all solutions: it's the set of all $(x_1,x_2,x_3,x_4)$ such that $x_1+x_2-x_3-x_4=0$.
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%2f3022427%2flinear-algebra-ax-0-for-matrix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
We have $x_1= -x_2+x_3+x_4$.
Let $x_2=s$, $x_3=u$, $x_4=v$ (the free variables), then we have
$$x_1=-s+u+v.$$
$$begin{bmatrix} x_1 \ x_2 \ x_3 \ x_4 end{bmatrix}=sbegin{bmatrix} -1 \ 1 \ 0 \ 0 end{bmatrix} + ubegin{bmatrix} 1 \ 0 \ 1 \ 0 end{bmatrix} + vbegin{bmatrix} 1 \ 0 \ 0 \ 1 end{bmatrix}$$
Thank you for the answer. Also, for Ax=b, if I do row reduced echolen form for "b" size too, I get "2".. so same way we will do it for Ax=b? I am wondering what will be the particular solution and special solution?
– Ella
Dec 2 at 9:46
I am guessing you mean $x_1=2-x_2+x_3+x_4$. then $(2,0,0,0)$ is a particular solution.
– Siong Thye Goh
Dec 2 at 9:52
No, for instance after row reduced echelon from I have "b" as 2 0 0 0 Then as x2,x3,x4 are free variables so we can set any value for them. This way we will have so many solutions? How to find all the solutions for Ax=b then?
– Ella
Dec 2 at 9:59
We find a particualr solution plus the general homogeneous solution part.
– Siong Thye Goh
Dec 2 at 10:00
Could you help me in finding that?
– Ella
Dec 2 at 10:05
|
show 4 more comments
We have $x_1= -x_2+x_3+x_4$.
Let $x_2=s$, $x_3=u$, $x_4=v$ (the free variables), then we have
$$x_1=-s+u+v.$$
$$begin{bmatrix} x_1 \ x_2 \ x_3 \ x_4 end{bmatrix}=sbegin{bmatrix} -1 \ 1 \ 0 \ 0 end{bmatrix} + ubegin{bmatrix} 1 \ 0 \ 1 \ 0 end{bmatrix} + vbegin{bmatrix} 1 \ 0 \ 0 \ 1 end{bmatrix}$$
Thank you for the answer. Also, for Ax=b, if I do row reduced echolen form for "b" size too, I get "2".. so same way we will do it for Ax=b? I am wondering what will be the particular solution and special solution?
– Ella
Dec 2 at 9:46
I am guessing you mean $x_1=2-x_2+x_3+x_4$. then $(2,0,0,0)$ is a particular solution.
– Siong Thye Goh
Dec 2 at 9:52
No, for instance after row reduced echelon from I have "b" as 2 0 0 0 Then as x2,x3,x4 are free variables so we can set any value for them. This way we will have so many solutions? How to find all the solutions for Ax=b then?
– Ella
Dec 2 at 9:59
We find a particualr solution plus the general homogeneous solution part.
– Siong Thye Goh
Dec 2 at 10:00
Could you help me in finding that?
– Ella
Dec 2 at 10:05
|
show 4 more comments
We have $x_1= -x_2+x_3+x_4$.
Let $x_2=s$, $x_3=u$, $x_4=v$ (the free variables), then we have
$$x_1=-s+u+v.$$
$$begin{bmatrix} x_1 \ x_2 \ x_3 \ x_4 end{bmatrix}=sbegin{bmatrix} -1 \ 1 \ 0 \ 0 end{bmatrix} + ubegin{bmatrix} 1 \ 0 \ 1 \ 0 end{bmatrix} + vbegin{bmatrix} 1 \ 0 \ 0 \ 1 end{bmatrix}$$
We have $x_1= -x_2+x_3+x_4$.
Let $x_2=s$, $x_3=u$, $x_4=v$ (the free variables), then we have
$$x_1=-s+u+v.$$
$$begin{bmatrix} x_1 \ x_2 \ x_3 \ x_4 end{bmatrix}=sbegin{bmatrix} -1 \ 1 \ 0 \ 0 end{bmatrix} + ubegin{bmatrix} 1 \ 0 \ 1 \ 0 end{bmatrix} + vbegin{bmatrix} 1 \ 0 \ 0 \ 1 end{bmatrix}$$
answered Dec 2 at 9:20
Siong Thye Goh
99k1464117
99k1464117
Thank you for the answer. Also, for Ax=b, if I do row reduced echolen form for "b" size too, I get "2".. so same way we will do it for Ax=b? I am wondering what will be the particular solution and special solution?
– Ella
Dec 2 at 9:46
I am guessing you mean $x_1=2-x_2+x_3+x_4$. then $(2,0,0,0)$ is a particular solution.
– Siong Thye Goh
Dec 2 at 9:52
No, for instance after row reduced echelon from I have "b" as 2 0 0 0 Then as x2,x3,x4 are free variables so we can set any value for them. This way we will have so many solutions? How to find all the solutions for Ax=b then?
– Ella
Dec 2 at 9:59
We find a particualr solution plus the general homogeneous solution part.
– Siong Thye Goh
Dec 2 at 10:00
Could you help me in finding that?
– Ella
Dec 2 at 10:05
|
show 4 more comments
Thank you for the answer. Also, for Ax=b, if I do row reduced echolen form for "b" size too, I get "2".. so same way we will do it for Ax=b? I am wondering what will be the particular solution and special solution?
– Ella
Dec 2 at 9:46
I am guessing you mean $x_1=2-x_2+x_3+x_4$. then $(2,0,0,0)$ is a particular solution.
– Siong Thye Goh
Dec 2 at 9:52
No, for instance after row reduced echelon from I have "b" as 2 0 0 0 Then as x2,x3,x4 are free variables so we can set any value for them. This way we will have so many solutions? How to find all the solutions for Ax=b then?
– Ella
Dec 2 at 9:59
We find a particualr solution plus the general homogeneous solution part.
– Siong Thye Goh
Dec 2 at 10:00
Could you help me in finding that?
– Ella
Dec 2 at 10:05
Thank you for the answer. Also, for Ax=b, if I do row reduced echolen form for "b" size too, I get "2".. so same way we will do it for Ax=b? I am wondering what will be the particular solution and special solution?
– Ella
Dec 2 at 9:46
Thank you for the answer. Also, for Ax=b, if I do row reduced echolen form for "b" size too, I get "2".. so same way we will do it for Ax=b? I am wondering what will be the particular solution and special solution?
– Ella
Dec 2 at 9:46
I am guessing you mean $x_1=2-x_2+x_3+x_4$. then $(2,0,0,0)$ is a particular solution.
– Siong Thye Goh
Dec 2 at 9:52
I am guessing you mean $x_1=2-x_2+x_3+x_4$. then $(2,0,0,0)$ is a particular solution.
– Siong Thye Goh
Dec 2 at 9:52
No, for instance after row reduced echelon from I have "b" as 2 0 0 0 Then as x2,x3,x4 are free variables so we can set any value for them. This way we will have so many solutions? How to find all the solutions for Ax=b then?
– Ella
Dec 2 at 9:59
No, for instance after row reduced echelon from I have "b" as 2 0 0 0 Then as x2,x3,x4 are free variables so we can set any value for them. This way we will have so many solutions? How to find all the solutions for Ax=b then?
– Ella
Dec 2 at 9:59
We find a particualr solution plus the general homogeneous solution part.
– Siong Thye Goh
Dec 2 at 10:00
We find a particualr solution plus the general homogeneous solution part.
– Siong Thye Goh
Dec 2 at 10:00
Could you help me in finding that?
– Ella
Dec 2 at 10:05
Could you help me in finding that?
– Ella
Dec 2 at 10:05
|
show 4 more comments
You have already found all solutions: it's the set of all $(x_1,x_2,x_3,x_4)$ such that $x_1+x_2-x_3-x_4=0$.
add a comment |
You have already found all solutions: it's the set of all $(x_1,x_2,x_3,x_4)$ such that $x_1+x_2-x_3-x_4=0$.
add a comment |
You have already found all solutions: it's the set of all $(x_1,x_2,x_3,x_4)$ such that $x_1+x_2-x_3-x_4=0$.
You have already found all solutions: it's the set of all $(x_1,x_2,x_3,x_4)$ such that $x_1+x_2-x_3-x_4=0$.
answered Dec 2 at 9:20
José Carlos Santos
149k22119221
149k22119221
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3022427%2flinear-algebra-ax-0-for-matrix%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
Hyperplan equation !
– Damien
Dec 2 at 9:42
In case the real issue is the X-Y Problem, please add the original matrix and your steps in row reduction, so we can verify your matrix, or correct it so you can move on.
– amWhy
Dec 2 at 19:00