Matrices Equations: is it Okay to Transpose Both Sides?
$begingroup$
I have this matrices equation:
$$(AX+I)^T=2I$$
Is it possible to transpose both sides to get this?
$$
((AX+I)^T)^T=2(I)^T
\
AX+I=2I$$
And then
$$AX=I
\X=A^{-1}
$$
Thank you.
linear-algebra matrices matrix-equations
$endgroup$
add a comment |
$begingroup$
I have this matrices equation:
$$(AX+I)^T=2I$$
Is it possible to transpose both sides to get this?
$$
((AX+I)^T)^T=2(I)^T
\
AX+I=2I$$
And then
$$AX=I
\X=A^{-1}
$$
Thank you.
linear-algebra matrices matrix-equations
$endgroup$
2
$begingroup$
Its possible. In the last step, $A$ must be invertible.
$endgroup$
– Wuestenfux
Dec 20 '18 at 11:46
$begingroup$
It is the first property of matrix transposition.
$endgroup$
– farruhota
Dec 20 '18 at 13:39
add a comment |
$begingroup$
I have this matrices equation:
$$(AX+I)^T=2I$$
Is it possible to transpose both sides to get this?
$$
((AX+I)^T)^T=2(I)^T
\
AX+I=2I$$
And then
$$AX=I
\X=A^{-1}
$$
Thank you.
linear-algebra matrices matrix-equations
$endgroup$
I have this matrices equation:
$$(AX+I)^T=2I$$
Is it possible to transpose both sides to get this?
$$
((AX+I)^T)^T=2(I)^T
\
AX+I=2I$$
And then
$$AX=I
\X=A^{-1}
$$
Thank you.
linear-algebra matrices matrix-equations
linear-algebra matrices matrix-equations
asked Dec 20 '18 at 11:44
NetanelNetanel
974
974
2
$begingroup$
Its possible. In the last step, $A$ must be invertible.
$endgroup$
– Wuestenfux
Dec 20 '18 at 11:46
$begingroup$
It is the first property of matrix transposition.
$endgroup$
– farruhota
Dec 20 '18 at 13:39
add a comment |
2
$begingroup$
Its possible. In the last step, $A$ must be invertible.
$endgroup$
– Wuestenfux
Dec 20 '18 at 11:46
$begingroup$
It is the first property of matrix transposition.
$endgroup$
– farruhota
Dec 20 '18 at 13:39
2
2
$begingroup$
Its possible. In the last step, $A$ must be invertible.
$endgroup$
– Wuestenfux
Dec 20 '18 at 11:46
$begingroup$
Its possible. In the last step, $A$ must be invertible.
$endgroup$
– Wuestenfux
Dec 20 '18 at 11:46
$begingroup$
It is the first property of matrix transposition.
$endgroup$
– farruhota
Dec 20 '18 at 13:39
$begingroup$
It is the first property of matrix transposition.
$endgroup$
– farruhota
Dec 20 '18 at 13:39
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
All your steps are correct ! Your result $X=A^{-1}$ is also correct.
$endgroup$
1
$begingroup$
$A$ must be invertible.
$endgroup$
– Thinking
Dec 20 '18 at 11:46
$begingroup$
If all matrices are square, then from $AX=I$ we get that $A$ is invertble !
$endgroup$
– Fred
Dec 20 '18 at 11:50
$begingroup$
It is necessary for $A$ to be invertible for the equation to have a solution indeed. But it is important to note that the equation has no solution if $A$ is not invertible.
$endgroup$
– nicomezi
Dec 20 '18 at 12:05
$begingroup$
What is your problem ? We have $(AX+I)^T=2I iff AX=I$. Hence, the equation $(AX+I)^T=2I $ implies that $A$ is invertible.
$endgroup$
– Fred
Dec 20 '18 at 12:08
$begingroup$
You are making the assumption that the equation has a solution in order to conclude that $A$ is invertible. That is all is being said here.
$endgroup$
– nicomezi
Dec 20 '18 at 12:13
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%2f3047451%2fmatrices-equations-is-it-okay-to-transpose-both-sides%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$
All your steps are correct ! Your result $X=A^{-1}$ is also correct.
$endgroup$
1
$begingroup$
$A$ must be invertible.
$endgroup$
– Thinking
Dec 20 '18 at 11:46
$begingroup$
If all matrices are square, then from $AX=I$ we get that $A$ is invertble !
$endgroup$
– Fred
Dec 20 '18 at 11:50
$begingroup$
It is necessary for $A$ to be invertible for the equation to have a solution indeed. But it is important to note that the equation has no solution if $A$ is not invertible.
$endgroup$
– nicomezi
Dec 20 '18 at 12:05
$begingroup$
What is your problem ? We have $(AX+I)^T=2I iff AX=I$. Hence, the equation $(AX+I)^T=2I $ implies that $A$ is invertible.
$endgroup$
– Fred
Dec 20 '18 at 12:08
$begingroup$
You are making the assumption that the equation has a solution in order to conclude that $A$ is invertible. That is all is being said here.
$endgroup$
– nicomezi
Dec 20 '18 at 12:13
add a comment |
$begingroup$
All your steps are correct ! Your result $X=A^{-1}$ is also correct.
$endgroup$
1
$begingroup$
$A$ must be invertible.
$endgroup$
– Thinking
Dec 20 '18 at 11:46
$begingroup$
If all matrices are square, then from $AX=I$ we get that $A$ is invertble !
$endgroup$
– Fred
Dec 20 '18 at 11:50
$begingroup$
It is necessary for $A$ to be invertible for the equation to have a solution indeed. But it is important to note that the equation has no solution if $A$ is not invertible.
$endgroup$
– nicomezi
Dec 20 '18 at 12:05
$begingroup$
What is your problem ? We have $(AX+I)^T=2I iff AX=I$. Hence, the equation $(AX+I)^T=2I $ implies that $A$ is invertible.
$endgroup$
– Fred
Dec 20 '18 at 12:08
$begingroup$
You are making the assumption that the equation has a solution in order to conclude that $A$ is invertible. That is all is being said here.
$endgroup$
– nicomezi
Dec 20 '18 at 12:13
add a comment |
$begingroup$
All your steps are correct ! Your result $X=A^{-1}$ is also correct.
$endgroup$
All your steps are correct ! Your result $X=A^{-1}$ is also correct.
answered Dec 20 '18 at 11:46
FredFred
46.8k1848
46.8k1848
1
$begingroup$
$A$ must be invertible.
$endgroup$
– Thinking
Dec 20 '18 at 11:46
$begingroup$
If all matrices are square, then from $AX=I$ we get that $A$ is invertble !
$endgroup$
– Fred
Dec 20 '18 at 11:50
$begingroup$
It is necessary for $A$ to be invertible for the equation to have a solution indeed. But it is important to note that the equation has no solution if $A$ is not invertible.
$endgroup$
– nicomezi
Dec 20 '18 at 12:05
$begingroup$
What is your problem ? We have $(AX+I)^T=2I iff AX=I$. Hence, the equation $(AX+I)^T=2I $ implies that $A$ is invertible.
$endgroup$
– Fred
Dec 20 '18 at 12:08
$begingroup$
You are making the assumption that the equation has a solution in order to conclude that $A$ is invertible. That is all is being said here.
$endgroup$
– nicomezi
Dec 20 '18 at 12:13
add a comment |
1
$begingroup$
$A$ must be invertible.
$endgroup$
– Thinking
Dec 20 '18 at 11:46
$begingroup$
If all matrices are square, then from $AX=I$ we get that $A$ is invertble !
$endgroup$
– Fred
Dec 20 '18 at 11:50
$begingroup$
It is necessary for $A$ to be invertible for the equation to have a solution indeed. But it is important to note that the equation has no solution if $A$ is not invertible.
$endgroup$
– nicomezi
Dec 20 '18 at 12:05
$begingroup$
What is your problem ? We have $(AX+I)^T=2I iff AX=I$. Hence, the equation $(AX+I)^T=2I $ implies that $A$ is invertible.
$endgroup$
– Fred
Dec 20 '18 at 12:08
$begingroup$
You are making the assumption that the equation has a solution in order to conclude that $A$ is invertible. That is all is being said here.
$endgroup$
– nicomezi
Dec 20 '18 at 12:13
1
1
$begingroup$
$A$ must be invertible.
$endgroup$
– Thinking
Dec 20 '18 at 11:46
$begingroup$
$A$ must be invertible.
$endgroup$
– Thinking
Dec 20 '18 at 11:46
$begingroup$
If all matrices are square, then from $AX=I$ we get that $A$ is invertble !
$endgroup$
– Fred
Dec 20 '18 at 11:50
$begingroup$
If all matrices are square, then from $AX=I$ we get that $A$ is invertble !
$endgroup$
– Fred
Dec 20 '18 at 11:50
$begingroup$
It is necessary for $A$ to be invertible for the equation to have a solution indeed. But it is important to note that the equation has no solution if $A$ is not invertible.
$endgroup$
– nicomezi
Dec 20 '18 at 12:05
$begingroup$
It is necessary for $A$ to be invertible for the equation to have a solution indeed. But it is important to note that the equation has no solution if $A$ is not invertible.
$endgroup$
– nicomezi
Dec 20 '18 at 12:05
$begingroup$
What is your problem ? We have $(AX+I)^T=2I iff AX=I$. Hence, the equation $(AX+I)^T=2I $ implies that $A$ is invertible.
$endgroup$
– Fred
Dec 20 '18 at 12:08
$begingroup$
What is your problem ? We have $(AX+I)^T=2I iff AX=I$. Hence, the equation $(AX+I)^T=2I $ implies that $A$ is invertible.
$endgroup$
– Fred
Dec 20 '18 at 12:08
$begingroup$
You are making the assumption that the equation has a solution in order to conclude that $A$ is invertible. That is all is being said here.
$endgroup$
– nicomezi
Dec 20 '18 at 12:13
$begingroup$
You are making the assumption that the equation has a solution in order to conclude that $A$ is invertible. That is all is being said here.
$endgroup$
– nicomezi
Dec 20 '18 at 12:13
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%2f3047451%2fmatrices-equations-is-it-okay-to-transpose-both-sides%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
2
$begingroup$
Its possible. In the last step, $A$ must be invertible.
$endgroup$
– Wuestenfux
Dec 20 '18 at 11:46
$begingroup$
It is the first property of matrix transposition.
$endgroup$
– farruhota
Dec 20 '18 at 13:39