How can I tell if a matrix is singular or nonsingular?
$begingroup$
When solving a problem about linearly independent/dependent, I don't know what the answer means.
Question: Determine whether the collection of vectors is linearly independent in $R^3$:
$(1,2,4)^T$ , $(2,1,3)^T$ , $(4,-1,1)^T$
Answer:
If $$c_1(1,2,4)^T+c_2(2,1,3)^T+c_3(4,-1,1)^T=(0,0,0)^T$$
Then,
$$begin{array}{rcl}
c_1+2c_2+4c_3=0\
2c_1+c_2-c_3=0\
4c_1+3c_2+c_3=0\
end{array}$$
The coefficient matrix of the system is singular and hence the system has nontrivial solutions. Therefore the vectors are linearly dependent.
I know the method to determine whether the matrix is linearly independent or not by computing $c_1v_1+c_2v_2+...c_nv_n=0$, but here I don't know why the system is singular, so how can I tell whether it's singular or not? Are there any ways to know?
linear-algebra vector-spaces
$endgroup$
add a comment |
$begingroup$
When solving a problem about linearly independent/dependent, I don't know what the answer means.
Question: Determine whether the collection of vectors is linearly independent in $R^3$:
$(1,2,4)^T$ , $(2,1,3)^T$ , $(4,-1,1)^T$
Answer:
If $$c_1(1,2,4)^T+c_2(2,1,3)^T+c_3(4,-1,1)^T=(0,0,0)^T$$
Then,
$$begin{array}{rcl}
c_1+2c_2+4c_3=0\
2c_1+c_2-c_3=0\
4c_1+3c_2+c_3=0\
end{array}$$
The coefficient matrix of the system is singular and hence the system has nontrivial solutions. Therefore the vectors are linearly dependent.
I know the method to determine whether the matrix is linearly independent or not by computing $c_1v_1+c_2v_2+...c_nv_n=0$, but here I don't know why the system is singular, so how can I tell whether it's singular or not? Are there any ways to know?
linear-algebra vector-spaces
$endgroup$
1
$begingroup$
Pretty much the whole point of determinants.
$endgroup$
– Randall
Jan 3 at 3:49
add a comment |
$begingroup$
When solving a problem about linearly independent/dependent, I don't know what the answer means.
Question: Determine whether the collection of vectors is linearly independent in $R^3$:
$(1,2,4)^T$ , $(2,1,3)^T$ , $(4,-1,1)^T$
Answer:
If $$c_1(1,2,4)^T+c_2(2,1,3)^T+c_3(4,-1,1)^T=(0,0,0)^T$$
Then,
$$begin{array}{rcl}
c_1+2c_2+4c_3=0\
2c_1+c_2-c_3=0\
4c_1+3c_2+c_3=0\
end{array}$$
The coefficient matrix of the system is singular and hence the system has nontrivial solutions. Therefore the vectors are linearly dependent.
I know the method to determine whether the matrix is linearly independent or not by computing $c_1v_1+c_2v_2+...c_nv_n=0$, but here I don't know why the system is singular, so how can I tell whether it's singular or not? Are there any ways to know?
linear-algebra vector-spaces
$endgroup$
When solving a problem about linearly independent/dependent, I don't know what the answer means.
Question: Determine whether the collection of vectors is linearly independent in $R^3$:
$(1,2,4)^T$ , $(2,1,3)^T$ , $(4,-1,1)^T$
Answer:
If $$c_1(1,2,4)^T+c_2(2,1,3)^T+c_3(4,-1,1)^T=(0,0,0)^T$$
Then,
$$begin{array}{rcl}
c_1+2c_2+4c_3=0\
2c_1+c_2-c_3=0\
4c_1+3c_2+c_3=0\
end{array}$$
The coefficient matrix of the system is singular and hence the system has nontrivial solutions. Therefore the vectors are linearly dependent.
I know the method to determine whether the matrix is linearly independent or not by computing $c_1v_1+c_2v_2+...c_nv_n=0$, but here I don't know why the system is singular, so how can I tell whether it's singular or not? Are there any ways to know?
linear-algebra vector-spaces
linear-algebra vector-spaces
edited Jan 3 at 3:59
EuxhenH
482210
482210
asked Jan 3 at 3:46


Shadow ZShadow Z
346
346
1
$begingroup$
Pretty much the whole point of determinants.
$endgroup$
– Randall
Jan 3 at 3:49
add a comment |
1
$begingroup$
Pretty much the whole point of determinants.
$endgroup$
– Randall
Jan 3 at 3:49
1
1
$begingroup$
Pretty much the whole point of determinants.
$endgroup$
– Randall
Jan 3 at 3:49
$begingroup$
Pretty much the whole point of determinants.
$endgroup$
– Randall
Jan 3 at 3:49
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
If the determinant of the coefficient matrix is zero, then the matrix is singular and the system in dependent. The homogeneous system in this case has a non-zero solution as well as the trivial zero solution.
Otherwise the matrix is non-singular and the system has a unique solution which in case of homogeneous system is $(0,0,0)^T$
$endgroup$
add a comment |
$begingroup$
There are many approaches that can be take (some have already been provided). One other is to apply Gaussian Elimination so that the matrix is in row echelon form (commonly denoted as $operatorname{REF}(A)$).
If the $operatorname{rank}left(operatorname{REF}(A)right) neq n$ then $A$ is not invertible and the system of equations is singular.
$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%2f3060233%2fhow-can-i-tell-if-a-matrix-is-singular-or-nonsingular%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
$begingroup$
If the determinant of the coefficient matrix is zero, then the matrix is singular and the system in dependent. The homogeneous system in this case has a non-zero solution as well as the trivial zero solution.
Otherwise the matrix is non-singular and the system has a unique solution which in case of homogeneous system is $(0,0,0)^T$
$endgroup$
add a comment |
$begingroup$
If the determinant of the coefficient matrix is zero, then the matrix is singular and the system in dependent. The homogeneous system in this case has a non-zero solution as well as the trivial zero solution.
Otherwise the matrix is non-singular and the system has a unique solution which in case of homogeneous system is $(0,0,0)^T$
$endgroup$
add a comment |
$begingroup$
If the determinant of the coefficient matrix is zero, then the matrix is singular and the system in dependent. The homogeneous system in this case has a non-zero solution as well as the trivial zero solution.
Otherwise the matrix is non-singular and the system has a unique solution which in case of homogeneous system is $(0,0,0)^T$
$endgroup$
If the determinant of the coefficient matrix is zero, then the matrix is singular and the system in dependent. The homogeneous system in this case has a non-zero solution as well as the trivial zero solution.
Otherwise the matrix is non-singular and the system has a unique solution which in case of homogeneous system is $(0,0,0)^T$
answered Jan 3 at 3:57


Mohammad Riazi-KermaniMohammad Riazi-Kermani
41.4k42061
41.4k42061
add a comment |
add a comment |
$begingroup$
There are many approaches that can be take (some have already been provided). One other is to apply Gaussian Elimination so that the matrix is in row echelon form (commonly denoted as $operatorname{REF}(A)$).
If the $operatorname{rank}left(operatorname{REF}(A)right) neq n$ then $A$ is not invertible and the system of equations is singular.
$endgroup$
add a comment |
$begingroup$
There are many approaches that can be take (some have already been provided). One other is to apply Gaussian Elimination so that the matrix is in row echelon form (commonly denoted as $operatorname{REF}(A)$).
If the $operatorname{rank}left(operatorname{REF}(A)right) neq n$ then $A$ is not invertible and the system of equations is singular.
$endgroup$
add a comment |
$begingroup$
There are many approaches that can be take (some have already been provided). One other is to apply Gaussian Elimination so that the matrix is in row echelon form (commonly denoted as $operatorname{REF}(A)$).
If the $operatorname{rank}left(operatorname{REF}(A)right) neq n$ then $A$ is not invertible and the system of equations is singular.
$endgroup$
There are many approaches that can be take (some have already been provided). One other is to apply Gaussian Elimination so that the matrix is in row echelon form (commonly denoted as $operatorname{REF}(A)$).
If the $operatorname{rank}left(operatorname{REF}(A)right) neq n$ then $A$ is not invertible and the system of equations is singular.
edited Jan 3 at 7:16
answered Jan 3 at 4:06


DavidGDavidG
2,047720
2,047720
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%2f3060233%2fhow-can-i-tell-if-a-matrix-is-singular-or-nonsingular%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$
Pretty much the whole point of determinants.
$endgroup$
– Randall
Jan 3 at 3:49