Matrix equation with several X

Multi tool use
$begingroup$
Solving matrix equation
$A^2X-B^T = 3X$ (to find X), I'm trying to do next thing:
$A^2X-B^T = 3X$
$A^2X-3X = B^T$
$(A^2-3)X = B^T$
Can we do it in that way and, if yes, what should we do with $(A^2 - 3)$?
Thank you in advance!
linear-algebra matrices matrix-equations
$endgroup$
add a comment |
$begingroup$
Solving matrix equation
$A^2X-B^T = 3X$ (to find X), I'm trying to do next thing:
$A^2X-B^T = 3X$
$A^2X-3X = B^T$
$(A^2-3)X = B^T$
Can we do it in that way and, if yes, what should we do with $(A^2 - 3)$?
Thank you in advance!
linear-algebra matrices matrix-equations
$endgroup$
$begingroup$
The equation $(A^2-3)X = B^T$ is equivalent to $X^Tleft((A^T)^2-3I right) = B$. Then you have to make a discussion on the content of the kernel of $B$. For example, if $v$ is an eigenvector associated to the eigenvalue $sqrt{3}$ of $A^T$, you have to have $v in ker A^T$. If not the equation has no solution... and so on.
$endgroup$
– mathcounterexamples.net
Jan 21 at 17:15
add a comment |
$begingroup$
Solving matrix equation
$A^2X-B^T = 3X$ (to find X), I'm trying to do next thing:
$A^2X-B^T = 3X$
$A^2X-3X = B^T$
$(A^2-3)X = B^T$
Can we do it in that way and, if yes, what should we do with $(A^2 - 3)$?
Thank you in advance!
linear-algebra matrices matrix-equations
$endgroup$
Solving matrix equation
$A^2X-B^T = 3X$ (to find X), I'm trying to do next thing:
$A^2X-B^T = 3X$
$A^2X-3X = B^T$
$(A^2-3)X = B^T$
Can we do it in that way and, if yes, what should we do with $(A^2 - 3)$?
Thank you in advance!
linear-algebra matrices matrix-equations
linear-algebra matrices matrix-equations
asked Jan 21 at 17:01
Sergey MalinovSergey Malinov
174
174
$begingroup$
The equation $(A^2-3)X = B^T$ is equivalent to $X^Tleft((A^T)^2-3I right) = B$. Then you have to make a discussion on the content of the kernel of $B$. For example, if $v$ is an eigenvector associated to the eigenvalue $sqrt{3}$ of $A^T$, you have to have $v in ker A^T$. If not the equation has no solution... and so on.
$endgroup$
– mathcounterexamples.net
Jan 21 at 17:15
add a comment |
$begingroup$
The equation $(A^2-3)X = B^T$ is equivalent to $X^Tleft((A^T)^2-3I right) = B$. Then you have to make a discussion on the content of the kernel of $B$. For example, if $v$ is an eigenvector associated to the eigenvalue $sqrt{3}$ of $A^T$, you have to have $v in ker A^T$. If not the equation has no solution... and so on.
$endgroup$
– mathcounterexamples.net
Jan 21 at 17:15
$begingroup$
The equation $(A^2-3)X = B^T$ is equivalent to $X^Tleft((A^T)^2-3I right) = B$. Then you have to make a discussion on the content of the kernel of $B$. For example, if $v$ is an eigenvector associated to the eigenvalue $sqrt{3}$ of $A^T$, you have to have $v in ker A^T$. If not the equation has no solution... and so on.
$endgroup$
– mathcounterexamples.net
Jan 21 at 17:15
$begingroup$
The equation $(A^2-3)X = B^T$ is equivalent to $X^Tleft((A^T)^2-3I right) = B$. Then you have to make a discussion on the content of the kernel of $B$. For example, if $v$ is an eigenvector associated to the eigenvalue $sqrt{3}$ of $A^T$, you have to have $v in ker A^T$. If not the equation has no solution... and so on.
$endgroup$
– mathcounterexamples.net
Jan 21 at 17:15
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$$X = (A^2-3I)^{-1}B^T$$
If we assume that this matrix is invertible. Even if it is not, you may still be in the case that you have an underdetermined system, then you simply have infinitely many solutions. In the case where you have an overdetermined system you can use least squares.
$endgroup$
$begingroup$
Thank you! So, if I understood it in a right way, instead of 3, we use identity matrix multiplied by 3?
$endgroup$
– Sergey Malinov
Jan 21 at 17:08
$begingroup$
Yes a matrix with 3 on the diagonal.
$endgroup$
– lightxbulb
Jan 21 at 17:08
$begingroup$
@Sergey Malinov You can accept it as an answer if you don't need anymore clarifications on it.
$endgroup$
– lightxbulb
Jan 21 at 17:13
$begingroup$
I know, thank you for reminding, but I can not do it yet. In couple of minutes the system will let me do it
$endgroup$
– Sergey Malinov
Jan 21 at 17:15
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%2f3082103%2fmatrix-equation-with-several-x%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$
$$X = (A^2-3I)^{-1}B^T$$
If we assume that this matrix is invertible. Even if it is not, you may still be in the case that you have an underdetermined system, then you simply have infinitely many solutions. In the case where you have an overdetermined system you can use least squares.
$endgroup$
$begingroup$
Thank you! So, if I understood it in a right way, instead of 3, we use identity matrix multiplied by 3?
$endgroup$
– Sergey Malinov
Jan 21 at 17:08
$begingroup$
Yes a matrix with 3 on the diagonal.
$endgroup$
– lightxbulb
Jan 21 at 17:08
$begingroup$
@Sergey Malinov You can accept it as an answer if you don't need anymore clarifications on it.
$endgroup$
– lightxbulb
Jan 21 at 17:13
$begingroup$
I know, thank you for reminding, but I can not do it yet. In couple of minutes the system will let me do it
$endgroup$
– Sergey Malinov
Jan 21 at 17:15
add a comment |
$begingroup$
$$X = (A^2-3I)^{-1}B^T$$
If we assume that this matrix is invertible. Even if it is not, you may still be in the case that you have an underdetermined system, then you simply have infinitely many solutions. In the case where you have an overdetermined system you can use least squares.
$endgroup$
$begingroup$
Thank you! So, if I understood it in a right way, instead of 3, we use identity matrix multiplied by 3?
$endgroup$
– Sergey Malinov
Jan 21 at 17:08
$begingroup$
Yes a matrix with 3 on the diagonal.
$endgroup$
– lightxbulb
Jan 21 at 17:08
$begingroup$
@Sergey Malinov You can accept it as an answer if you don't need anymore clarifications on it.
$endgroup$
– lightxbulb
Jan 21 at 17:13
$begingroup$
I know, thank you for reminding, but I can not do it yet. In couple of minutes the system will let me do it
$endgroup$
– Sergey Malinov
Jan 21 at 17:15
add a comment |
$begingroup$
$$X = (A^2-3I)^{-1}B^T$$
If we assume that this matrix is invertible. Even if it is not, you may still be in the case that you have an underdetermined system, then you simply have infinitely many solutions. In the case where you have an overdetermined system you can use least squares.
$endgroup$
$$X = (A^2-3I)^{-1}B^T$$
If we assume that this matrix is invertible. Even if it is not, you may still be in the case that you have an underdetermined system, then you simply have infinitely many solutions. In the case where you have an overdetermined system you can use least squares.
edited Jan 21 at 17:08
answered Jan 21 at 17:06
lightxbulblightxbulb
945311
945311
$begingroup$
Thank you! So, if I understood it in a right way, instead of 3, we use identity matrix multiplied by 3?
$endgroup$
– Sergey Malinov
Jan 21 at 17:08
$begingroup$
Yes a matrix with 3 on the diagonal.
$endgroup$
– lightxbulb
Jan 21 at 17:08
$begingroup$
@Sergey Malinov You can accept it as an answer if you don't need anymore clarifications on it.
$endgroup$
– lightxbulb
Jan 21 at 17:13
$begingroup$
I know, thank you for reminding, but I can not do it yet. In couple of minutes the system will let me do it
$endgroup$
– Sergey Malinov
Jan 21 at 17:15
add a comment |
$begingroup$
Thank you! So, if I understood it in a right way, instead of 3, we use identity matrix multiplied by 3?
$endgroup$
– Sergey Malinov
Jan 21 at 17:08
$begingroup$
Yes a matrix with 3 on the diagonal.
$endgroup$
– lightxbulb
Jan 21 at 17:08
$begingroup$
@Sergey Malinov You can accept it as an answer if you don't need anymore clarifications on it.
$endgroup$
– lightxbulb
Jan 21 at 17:13
$begingroup$
I know, thank you for reminding, but I can not do it yet. In couple of minutes the system will let me do it
$endgroup$
– Sergey Malinov
Jan 21 at 17:15
$begingroup$
Thank you! So, if I understood it in a right way, instead of 3, we use identity matrix multiplied by 3?
$endgroup$
– Sergey Malinov
Jan 21 at 17:08
$begingroup$
Thank you! So, if I understood it in a right way, instead of 3, we use identity matrix multiplied by 3?
$endgroup$
– Sergey Malinov
Jan 21 at 17:08
$begingroup$
Yes a matrix with 3 on the diagonal.
$endgroup$
– lightxbulb
Jan 21 at 17:08
$begingroup$
Yes a matrix with 3 on the diagonal.
$endgroup$
– lightxbulb
Jan 21 at 17:08
$begingroup$
@Sergey Malinov You can accept it as an answer if you don't need anymore clarifications on it.
$endgroup$
– lightxbulb
Jan 21 at 17:13
$begingroup$
@Sergey Malinov You can accept it as an answer if you don't need anymore clarifications on it.
$endgroup$
– lightxbulb
Jan 21 at 17:13
$begingroup$
I know, thank you for reminding, but I can not do it yet. In couple of minutes the system will let me do it
$endgroup$
– Sergey Malinov
Jan 21 at 17:15
$begingroup$
I know, thank you for reminding, but I can not do it yet. In couple of minutes the system will let me do it
$endgroup$
– Sergey Malinov
Jan 21 at 17:15
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%2f3082103%2fmatrix-equation-with-several-x%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
TJGCK6sElFAEvDpMjB,xMpuFXgSm
$begingroup$
The equation $(A^2-3)X = B^T$ is equivalent to $X^Tleft((A^T)^2-3I right) = B$. Then you have to make a discussion on the content of the kernel of $B$. For example, if $v$ is an eigenvector associated to the eigenvalue $sqrt{3}$ of $A^T$, you have to have $v in ker A^T$. If not the equation has no solution... and so on.
$endgroup$
– mathcounterexamples.net
Jan 21 at 17:15