Matrices restricted to a subspace
Let $Q$ be a $ntimes n$ stochastic matrix and $mathcal S$ be the following subspace of $mathbb R^n$:
$$mathcal S:=left{xinmathbb R^n: sum_{i=1}^nx_i=0 right}, .$$
In a paper that I'm reading, there is a concept that I do not know: the restriction of $Q$ to $mathcal S$, (denoted by $Q|_{mathcal S}$). What does it mean? For example, if I have a given matrix $Q$, how could I calculate $Q|_{mathcal S}$?
linear-algebra
add a comment |
Let $Q$ be a $ntimes n$ stochastic matrix and $mathcal S$ be the following subspace of $mathbb R^n$:
$$mathcal S:=left{xinmathbb R^n: sum_{i=1}^nx_i=0 right}, .$$
In a paper that I'm reading, there is a concept that I do not know: the restriction of $Q$ to $mathcal S$, (denoted by $Q|_{mathcal S}$). What does it mean? For example, if I have a given matrix $Q$, how could I calculate $Q|_{mathcal S}$?
linear-algebra
add a comment |
Let $Q$ be a $ntimes n$ stochastic matrix and $mathcal S$ be the following subspace of $mathbb R^n$:
$$mathcal S:=left{xinmathbb R^n: sum_{i=1}^nx_i=0 right}, .$$
In a paper that I'm reading, there is a concept that I do not know: the restriction of $Q$ to $mathcal S$, (denoted by $Q|_{mathcal S}$). What does it mean? For example, if I have a given matrix $Q$, how could I calculate $Q|_{mathcal S}$?
linear-algebra
Let $Q$ be a $ntimes n$ stochastic matrix and $mathcal S$ be the following subspace of $mathbb R^n$:
$$mathcal S:=left{xinmathbb R^n: sum_{i=1}^nx_i=0 right}, .$$
In a paper that I'm reading, there is a concept that I do not know: the restriction of $Q$ to $mathcal S$, (denoted by $Q|_{mathcal S}$). What does it mean? For example, if I have a given matrix $Q$, how could I calculate $Q|_{mathcal S}$?
linear-algebra
linear-algebra
asked Nov 22 '17 at 15:22
Mark
3,43751846
3,43751846
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
As a matrix (stochastic or not), $Q$ can be thought of as a mapping $$Bbb R^n to Bbb R^n : v mapsto Qv$$
Thus the domain and codomain of $Q$ are $Bbb R^n$. Since $S subset Bbb R^n$, we can consider the map $$S to Bbb R^n : v mapsto Qv$$
instead. The only difference from $Q$ is that the domain is just $S$. This map is the restriction $Q|_S$ of $Q$ to $S$.
Since $S$ is in fact a vector subspace of $Bbb R^n$, $Q|_S$ is also linear over $S$. If you wanted to represent is as a matrix, first you would need to pick a basis ${{v_i}}_{i=1}^{n-1}$ for $S$ (since $S$ is n-1 dimensional), then you could express the matrix elements as $Q_{sij} = langle v_i, Qv_jrangle$. What matrix you get depends on the basis elements you selected.
For example, if you simply drop any one of the standard basis elements of $Bbb R^n$, the remaining elements will form a basis for this particular space $S$. The resulting matrix will be original matrix $Q$ with one column removed. The column removed corresponds to the standard basis element you dropped.
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%2f2532488%2fmatrices-restricted-to-a-subspace%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
As a matrix (stochastic or not), $Q$ can be thought of as a mapping $$Bbb R^n to Bbb R^n : v mapsto Qv$$
Thus the domain and codomain of $Q$ are $Bbb R^n$. Since $S subset Bbb R^n$, we can consider the map $$S to Bbb R^n : v mapsto Qv$$
instead. The only difference from $Q$ is that the domain is just $S$. This map is the restriction $Q|_S$ of $Q$ to $S$.
Since $S$ is in fact a vector subspace of $Bbb R^n$, $Q|_S$ is also linear over $S$. If you wanted to represent is as a matrix, first you would need to pick a basis ${{v_i}}_{i=1}^{n-1}$ for $S$ (since $S$ is n-1 dimensional), then you could express the matrix elements as $Q_{sij} = langle v_i, Qv_jrangle$. What matrix you get depends on the basis elements you selected.
For example, if you simply drop any one of the standard basis elements of $Bbb R^n$, the remaining elements will form a basis for this particular space $S$. The resulting matrix will be original matrix $Q$ with one column removed. The column removed corresponds to the standard basis element you dropped.
add a comment |
As a matrix (stochastic or not), $Q$ can be thought of as a mapping $$Bbb R^n to Bbb R^n : v mapsto Qv$$
Thus the domain and codomain of $Q$ are $Bbb R^n$. Since $S subset Bbb R^n$, we can consider the map $$S to Bbb R^n : v mapsto Qv$$
instead. The only difference from $Q$ is that the domain is just $S$. This map is the restriction $Q|_S$ of $Q$ to $S$.
Since $S$ is in fact a vector subspace of $Bbb R^n$, $Q|_S$ is also linear over $S$. If you wanted to represent is as a matrix, first you would need to pick a basis ${{v_i}}_{i=1}^{n-1}$ for $S$ (since $S$ is n-1 dimensional), then you could express the matrix elements as $Q_{sij} = langle v_i, Qv_jrangle$. What matrix you get depends on the basis elements you selected.
For example, if you simply drop any one of the standard basis elements of $Bbb R^n$, the remaining elements will form a basis for this particular space $S$. The resulting matrix will be original matrix $Q$ with one column removed. The column removed corresponds to the standard basis element you dropped.
add a comment |
As a matrix (stochastic or not), $Q$ can be thought of as a mapping $$Bbb R^n to Bbb R^n : v mapsto Qv$$
Thus the domain and codomain of $Q$ are $Bbb R^n$. Since $S subset Bbb R^n$, we can consider the map $$S to Bbb R^n : v mapsto Qv$$
instead. The only difference from $Q$ is that the domain is just $S$. This map is the restriction $Q|_S$ of $Q$ to $S$.
Since $S$ is in fact a vector subspace of $Bbb R^n$, $Q|_S$ is also linear over $S$. If you wanted to represent is as a matrix, first you would need to pick a basis ${{v_i}}_{i=1}^{n-1}$ for $S$ (since $S$ is n-1 dimensional), then you could express the matrix elements as $Q_{sij} = langle v_i, Qv_jrangle$. What matrix you get depends on the basis elements you selected.
For example, if you simply drop any one of the standard basis elements of $Bbb R^n$, the remaining elements will form a basis for this particular space $S$. The resulting matrix will be original matrix $Q$ with one column removed. The column removed corresponds to the standard basis element you dropped.
As a matrix (stochastic or not), $Q$ can be thought of as a mapping $$Bbb R^n to Bbb R^n : v mapsto Qv$$
Thus the domain and codomain of $Q$ are $Bbb R^n$. Since $S subset Bbb R^n$, we can consider the map $$S to Bbb R^n : v mapsto Qv$$
instead. The only difference from $Q$ is that the domain is just $S$. This map is the restriction $Q|_S$ of $Q$ to $S$.
Since $S$ is in fact a vector subspace of $Bbb R^n$, $Q|_S$ is also linear over $S$. If you wanted to represent is as a matrix, first you would need to pick a basis ${{v_i}}_{i=1}^{n-1}$ for $S$ (since $S$ is n-1 dimensional), then you could express the matrix elements as $Q_{sij} = langle v_i, Qv_jrangle$. What matrix you get depends on the basis elements you selected.
For example, if you simply drop any one of the standard basis elements of $Bbb R^n$, the remaining elements will form a basis for this particular space $S$. The resulting matrix will be original matrix $Q$ with one column removed. The column removed corresponds to the standard basis element you dropped.
edited Dec 26 '18 at 19:24
Community♦
1
1
answered Nov 22 '17 at 20:08
Paul Sinclair
19.3k21441
19.3k21441
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.
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%2f2532488%2fmatrices-restricted-to-a-subspace%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