Find values of x so that the matrix is invertibleFind values so matrix not invertible?values of $t inmathbb R$ the matrix is not invertibleFind the values of $k$ so that the matrix is not invertibleFind values of $t$ for which a matrix is invertible?For what values of $x_1, x_2, x_3, x_4$ is the matrix $A$ invertible?matrix that fails to be invertible using variablesFind the invertible matrixFind values of x so that the matrix is not invertibleInvertible matrix and spanFinding an invertible matrix P and some matrix C
How to check the quality of an audio sample?
Professor falsely accusing me of cheating in a class he does not teach, two months after end of the class. What precautions should I take?
Why does the autopilot disengage even when it does not receive pilot input?
How did the Game Boy Advance stretch Game Boy games to widescreen?
I quit, and boss offered me 3 month "grace period" where I could still come back
As a DM, how to avoid unconscious metagaming when dealing with a high AC character?
wavelength of seismic wave with a gaussian source
Real analysis question from olympiad practice book
Cubic programming and beyond?
Historic symbols representing peasants/oppressed persons fighting back?
Why is dry soil hydrophobic? Bad gardener paradox
Should you avoid redundant information after dialogue?
Is a public company able to check out who owns its shares in very detailed format?
Back to the nineties!
Too many spies!
Is `curl something | sudo bash -` a reasonably safe installation method?
Did any of the founding fathers anticipate Lysander Spooner's criticism of the constitution?
How to convert 1k to 1000 and 1m to 1000000 in Excel
Won 50K! Now what should I do with it
How can an advanced civilization forget how to manufacture its technology?
To accent or not to accent in Greek
Why limit to revolvers?
Was adding milk to tea started to reduce employee tea break time?
Cutting machine can't read vectors with strokes
Find values of x so that the matrix is invertible
Find values so matrix not invertible?values of $t inmathbb R$ the matrix is not invertibleFind the values of $k$ so that the matrix is not invertibleFind values of $t$ for which a matrix is invertible?For what values of $x_1, x_2, x_3, x_4$ is the matrix $A$ invertible?matrix that fails to be invertible using variablesFind the invertible matrixFind values of x so that the matrix is not invertibleInvertible matrix and spanFinding an invertible matrix P and some matrix C
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
Find values of $x$ so that the matrix is invertible
$$A=beginpmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endpmatrix$$
I know that a matrix is invertible if determinand is not $0$, but I don't know how to find the $x$ values. I feel is a tricky question and this matrix will not be invertible no matter which value $x$ takes, but I don't know how to prove that either.
linear-algebra matrices inverse
New contributor
Leo Pelozo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
Find values of $x$ so that the matrix is invertible
$$A=beginpmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endpmatrix$$
I know that a matrix is invertible if determinand is not $0$, but I don't know how to find the $x$ values. I feel is a tricky question and this matrix will not be invertible no matter which value $x$ takes, but I don't know how to prove that either.
linear-algebra matrices inverse
New contributor
Leo Pelozo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
8
$begingroup$
Your feeling is correct (compare the top and bottom rows)
$endgroup$
– Henry
8 hours ago
add a comment |
$begingroup$
Find values of $x$ so that the matrix is invertible
$$A=beginpmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endpmatrix$$
I know that a matrix is invertible if determinand is not $0$, but I don't know how to find the $x$ values. I feel is a tricky question and this matrix will not be invertible no matter which value $x$ takes, but I don't know how to prove that either.
linear-algebra matrices inverse
New contributor
Leo Pelozo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
Find values of $x$ so that the matrix is invertible
$$A=beginpmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endpmatrix$$
I know that a matrix is invertible if determinand is not $0$, but I don't know how to find the $x$ values. I feel is a tricky question and this matrix will not be invertible no matter which value $x$ takes, but I don't know how to prove that either.
linear-algebra matrices inverse
linear-algebra matrices inverse
New contributor
Leo Pelozo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Leo Pelozo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 8 hours ago
José Carlos Santos
199k25 gold badges158 silver badges276 bronze badges
199k25 gold badges158 silver badges276 bronze badges
New contributor
Leo Pelozo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 hours ago
Leo PelozoLeo Pelozo
1183 bronze badges
1183 bronze badges
New contributor
Leo Pelozo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Leo Pelozo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
8
$begingroup$
Your feeling is correct (compare the top and bottom rows)
$endgroup$
– Henry
8 hours ago
add a comment |
8
$begingroup$
Your feeling is correct (compare the top and bottom rows)
$endgroup$
– Henry
8 hours ago
8
8
$begingroup$
Your feeling is correct (compare the top and bottom rows)
$endgroup$
– Henry
8 hours ago
$begingroup$
Your feeling is correct (compare the top and bottom rows)
$endgroup$
– Henry
8 hours ago
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
You just have to calculate it determinant:
$$ det(A) = 4x^2 -4x^2 $$
Since it is always $0$ it is never invertibile.
$endgroup$
add a comment |
$begingroup$
If $C_1$, $C_2$, and $C_3$ are the three columns of $A$, then $C_1-frac x2C_2=C_3-frac12C_2$. Therefore, the columns are not linearly independent and so the matrix is not invertible (whatever $x$ is).
$endgroup$
add a comment |
$begingroup$
Note that $forall x, R_3=2R_1implies Rank(A)<3implies det(A)=0$.
$endgroup$
add a comment |
$begingroup$
$det(A)=beginvmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endvmatrix$
$=beginvmatrix
x & 0 & x \
x & 2 & 1 \
0 & 0 & 0 \
endvmatrix=0$
The first step equals second step by row operations.
$endgroup$
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
);
);
Leo Pelozo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3291925%2ffind-values-of-x-so-that-the-matrix-is-invertible%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You just have to calculate it determinant:
$$ det(A) = 4x^2 -4x^2 $$
Since it is always $0$ it is never invertibile.
$endgroup$
add a comment |
$begingroup$
You just have to calculate it determinant:
$$ det(A) = 4x^2 -4x^2 $$
Since it is always $0$ it is never invertibile.
$endgroup$
add a comment |
$begingroup$
You just have to calculate it determinant:
$$ det(A) = 4x^2 -4x^2 $$
Since it is always $0$ it is never invertibile.
$endgroup$
You just have to calculate it determinant:
$$ det(A) = 4x^2 -4x^2 $$
Since it is always $0$ it is never invertibile.
answered 8 hours ago
AquaAqua
56k14 gold badges68 silver badges136 bronze badges
56k14 gold badges68 silver badges136 bronze badges
add a comment |
add a comment |
$begingroup$
If $C_1$, $C_2$, and $C_3$ are the three columns of $A$, then $C_1-frac x2C_2=C_3-frac12C_2$. Therefore, the columns are not linearly independent and so the matrix is not invertible (whatever $x$ is).
$endgroup$
add a comment |
$begingroup$
If $C_1$, $C_2$, and $C_3$ are the three columns of $A$, then $C_1-frac x2C_2=C_3-frac12C_2$. Therefore, the columns are not linearly independent and so the matrix is not invertible (whatever $x$ is).
$endgroup$
add a comment |
$begingroup$
If $C_1$, $C_2$, and $C_3$ are the three columns of $A$, then $C_1-frac x2C_2=C_3-frac12C_2$. Therefore, the columns are not linearly independent and so the matrix is not invertible (whatever $x$ is).
$endgroup$
If $C_1$, $C_2$, and $C_3$ are the three columns of $A$, then $C_1-frac x2C_2=C_3-frac12C_2$. Therefore, the columns are not linearly independent and so the matrix is not invertible (whatever $x$ is).
answered 8 hours ago
José Carlos SantosJosé Carlos Santos
199k25 gold badges158 silver badges276 bronze badges
199k25 gold badges158 silver badges276 bronze badges
add a comment |
add a comment |
$begingroup$
Note that $forall x, R_3=2R_1implies Rank(A)<3implies det(A)=0$.
$endgroup$
add a comment |
$begingroup$
Note that $forall x, R_3=2R_1implies Rank(A)<3implies det(A)=0$.
$endgroup$
add a comment |
$begingroup$
Note that $forall x, R_3=2R_1implies Rank(A)<3implies det(A)=0$.
$endgroup$
Note that $forall x, R_3=2R_1implies Rank(A)<3implies det(A)=0$.
answered 7 hours ago
Nitin UniyalNitin Uniyal
4,02512 silver badges23 bronze badges
4,02512 silver badges23 bronze badges
add a comment |
add a comment |
$begingroup$
$det(A)=beginvmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endvmatrix$
$=beginvmatrix
x & 0 & x \
x & 2 & 1 \
0 & 0 & 0 \
endvmatrix=0$
The first step equals second step by row operations.
$endgroup$
add a comment |
$begingroup$
$det(A)=beginvmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endvmatrix$
$=beginvmatrix
x & 0 & x \
x & 2 & 1 \
0 & 0 & 0 \
endvmatrix=0$
The first step equals second step by row operations.
$endgroup$
add a comment |
$begingroup$
$det(A)=beginvmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endvmatrix$
$=beginvmatrix
x & 0 & x \
x & 2 & 1 \
0 & 0 & 0 \
endvmatrix=0$
The first step equals second step by row operations.
$endgroup$
$det(A)=beginvmatrix
x & 0 & x \
x & 2 & 1 \
2x & 0 & 2x \
endvmatrix$
$=beginvmatrix
x & 0 & x \
x & 2 & 1 \
0 & 0 & 0 \
endvmatrix=0$
The first step equals second step by row operations.
answered 8 hours ago
Culver KwanCulver Kwan
12810 bronze badges
12810 bronze badges
add a comment |
add a comment |
Leo Pelozo is a new contributor. Be nice, and check out our Code of Conduct.
Leo Pelozo is a new contributor. Be nice, and check out our Code of Conduct.
Leo Pelozo is a new contributor. Be nice, and check out our Code of Conduct.
Leo Pelozo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3291925%2ffind-values-of-x-so-that-the-matrix-is-invertible%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
8
$begingroup$
Your feeling is correct (compare the top and bottom rows)
$endgroup$
– Henry
8 hours ago