Matrix equation where some entries are solution to a polynome
Let $z$ be a solution to $z^2+z+1=0$. Find a solution to
begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} =begin{bmatrix}9\1\0\0end{bmatrix}
This an old exam question in my linear algebra course. I initially just tried solving the equation, but setting $z$ and $z^2$ in the matrix becomes messy quickly when I try to row reduce. The solution is elegant, but I don't understand it;
1) The equation $z^2+z+1=0$ ensures that every vector of the form
begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} = begin{bmatrix}a\a\a\bend{bmatrix}
solves the last two equations. It therefore suffices to find such $a$ and $b$ that the first two equations are also satisified. These read $3a+3b=9$ and $3a-b=1$. This forces $a=1$ and $b=2$ and
begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} = begin{bmatrix}1\1\1\2end{bmatrix} is indeed a solution
I don't understand 1), the rest follows naturally I guess. Could someone elaborate on why 1) is true? Where do the 3 $a$s and 1 $b$ come from?
linear-algebra matrix-equations
add a comment |
Let $z$ be a solution to $z^2+z+1=0$. Find a solution to
begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} =begin{bmatrix}9\1\0\0end{bmatrix}
This an old exam question in my linear algebra course. I initially just tried solving the equation, but setting $z$ and $z^2$ in the matrix becomes messy quickly when I try to row reduce. The solution is elegant, but I don't understand it;
1) The equation $z^2+z+1=0$ ensures that every vector of the form
begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} = begin{bmatrix}a\a\a\bend{bmatrix}
solves the last two equations. It therefore suffices to find such $a$ and $b$ that the first two equations are also satisified. These read $3a+3b=9$ and $3a-b=1$. This forces $a=1$ and $b=2$ and
begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} = begin{bmatrix}1\1\1\2end{bmatrix} is indeed a solution
I don't understand 1), the rest follows naturally I guess. Could someone elaborate on why 1) is true? Where do the 3 $a$s and 1 $b$ come from?
linear-algebra matrix-equations
add a comment |
Let $z$ be a solution to $z^2+z+1=0$. Find a solution to
begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} =begin{bmatrix}9\1\0\0end{bmatrix}
This an old exam question in my linear algebra course. I initially just tried solving the equation, but setting $z$ and $z^2$ in the matrix becomes messy quickly when I try to row reduce. The solution is elegant, but I don't understand it;
1) The equation $z^2+z+1=0$ ensures that every vector of the form
begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} = begin{bmatrix}a\a\a\bend{bmatrix}
solves the last two equations. It therefore suffices to find such $a$ and $b$ that the first two equations are also satisified. These read $3a+3b=9$ and $3a-b=1$. This forces $a=1$ and $b=2$ and
begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} = begin{bmatrix}1\1\1\2end{bmatrix} is indeed a solution
I don't understand 1), the rest follows naturally I guess. Could someone elaborate on why 1) is true? Where do the 3 $a$s and 1 $b$ come from?
linear-algebra matrix-equations
Let $z$ be a solution to $z^2+z+1=0$. Find a solution to
begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} =begin{bmatrix}9\1\0\0end{bmatrix}
This an old exam question in my linear algebra course. I initially just tried solving the equation, but setting $z$ and $z^2$ in the matrix becomes messy quickly when I try to row reduce. The solution is elegant, but I don't understand it;
1) The equation $z^2+z+1=0$ ensures that every vector of the form
begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} = begin{bmatrix}a\a\a\bend{bmatrix}
solves the last two equations. It therefore suffices to find such $a$ and $b$ that the first two equations are also satisified. These read $3a+3b=9$ and $3a-b=1$. This forces $a=1$ and $b=2$ and
begin{bmatrix}x_1\x_2\x_3\x_4end
{bmatrix} = begin{bmatrix}1\1\1\2end{bmatrix} is indeed a solution
I don't understand 1), the rest follows naturally I guess. Could someone elaborate on why 1) is true? Where do the 3 $a$s and 1 $b$ come from?
linear-algebra matrix-equations
linear-algebra matrix-equations
asked Dec 2 at 9:43
novo
48619
48619
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$$begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}a\a\a\bend
{bmatrix} =begin{bmatrix}3a+3b\3a-b\a(1+z+z^2)\a(1+z+z^2)end{bmatrix}=begin{bmatrix}3a+3b\3a-b\0\0end{bmatrix}$$
We just have to solve for $3a+3b=9$ and $3a-b=1$.
We are already told that $1+z+z^2=0$, to use this information, we tend to think of how to sum up the three columns.
Thank you for the correction.
– Siong Thye Goh
Dec 2 at 10:07
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%2f3022446%2fmatrix-equation-where-some-entries-are-solution-to-a-polynome%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
$$begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}a\a\a\bend
{bmatrix} =begin{bmatrix}3a+3b\3a-b\a(1+z+z^2)\a(1+z+z^2)end{bmatrix}=begin{bmatrix}3a+3b\3a-b\0\0end{bmatrix}$$
We just have to solve for $3a+3b=9$ and $3a-b=1$.
We are already told that $1+z+z^2=0$, to use this information, we tend to think of how to sum up the three columns.
Thank you for the correction.
– Siong Thye Goh
Dec 2 at 10:07
add a comment |
$$begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}a\a\a\bend
{bmatrix} =begin{bmatrix}3a+3b\3a-b\a(1+z+z^2)\a(1+z+z^2)end{bmatrix}=begin{bmatrix}3a+3b\3a-b\0\0end{bmatrix}$$
We just have to solve for $3a+3b=9$ and $3a-b=1$.
We are already told that $1+z+z^2=0$, to use this information, we tend to think of how to sum up the three columns.
Thank you for the correction.
– Siong Thye Goh
Dec 2 at 10:07
add a comment |
$$begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}a\a\a\bend
{bmatrix} =begin{bmatrix}3a+3b\3a-b\a(1+z+z^2)\a(1+z+z^2)end{bmatrix}=begin{bmatrix}3a+3b\3a-b\0\0end{bmatrix}$$
We just have to solve for $3a+3b=9$ and $3a-b=1$.
We are already told that $1+z+z^2=0$, to use this information, we tend to think of how to sum up the three columns.
$$begin{bmatrix}1&1&1&3\1&1&1&-1\1&z&z^2&0\1&z^2&z&0end
{bmatrix}begin{bmatrix}a\a\a\bend
{bmatrix} =begin{bmatrix}3a+3b\3a-b\a(1+z+z^2)\a(1+z+z^2)end{bmatrix}=begin{bmatrix}3a+3b\3a-b\0\0end{bmatrix}$$
We just have to solve for $3a+3b=9$ and $3a-b=1$.
We are already told that $1+z+z^2=0$, to use this information, we tend to think of how to sum up the three columns.
edited Dec 2 at 10:07
answered Dec 2 at 10:04
Siong Thye Goh
99k1464117
99k1464117
Thank you for the correction.
– Siong Thye Goh
Dec 2 at 10:07
add a comment |
Thank you for the correction.
– Siong Thye Goh
Dec 2 at 10:07
Thank you for the correction.
– Siong Thye Goh
Dec 2 at 10:07
Thank you for the correction.
– Siong Thye Goh
Dec 2 at 10:07
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%2f3022446%2fmatrix-equation-where-some-entries-are-solution-to-a-polynome%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