Names for couple of structured matrices
$begingroup$
In my work I have come about two type of matrices:
1-Let $U_{np}in mathbb{R}^{ntimes p}$ be such that $(U_{np})_{ij}=p-j+1$, e.g. $U_{53}=begin{bmatrix}3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1
end{bmatrix}.$
2-Let $V_pinmathbb{R}^{ptimes p}$ be such that $(V_p)_{ij}=p-max(i,j)+1$, e.g. $V_5=begin{bmatrix}5 & 4 & 3 & 2 & 1\
4 & 4 & 3 & 2 & 1\
3 & 3 & 3 & 2 & 1\
2 & 2 & 2 & 2 & 1\
1 & 1 & 1 & 1 & 1
end{bmatrix}.$
I just want to know if these type of matrices have specific names or if anybody has seen them before, and could provide me with some references.
More context:
I am using the above matrices to simplify the following expressions:
$$begin{align*}
sum_{i=1}^{p}AI_{i;p} & =U_{np}odot A,text{ and }\
sum_{i=1}^{p}I_{i;p}A'AI_{i;p} & =V_{p}odot A'A,
end{align*},$$
where, $Ainmathbb{R}^{ntimes p}$, $odot$ is the is the Hadamard (element-wise) product, and $I_{i;p}$ is an $ptimes p$ matrix with all elements zero except the first $i$
diagonal terms or equivalently an $ptimes p$ identity matrix where
the last $p-i$ diagonal elements are zero. For example $I_{2;3}=begin{bmatrix}1 & 0 & 0\
0 & 1 & 0\
0 & 0 & 0
end{bmatrix}.$
linear-algebra matrices matrix-equations
$endgroup$
add a comment |
$begingroup$
In my work I have come about two type of matrices:
1-Let $U_{np}in mathbb{R}^{ntimes p}$ be such that $(U_{np})_{ij}=p-j+1$, e.g. $U_{53}=begin{bmatrix}3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1
end{bmatrix}.$
2-Let $V_pinmathbb{R}^{ptimes p}$ be such that $(V_p)_{ij}=p-max(i,j)+1$, e.g. $V_5=begin{bmatrix}5 & 4 & 3 & 2 & 1\
4 & 4 & 3 & 2 & 1\
3 & 3 & 3 & 2 & 1\
2 & 2 & 2 & 2 & 1\
1 & 1 & 1 & 1 & 1
end{bmatrix}.$
I just want to know if these type of matrices have specific names or if anybody has seen them before, and could provide me with some references.
More context:
I am using the above matrices to simplify the following expressions:
$$begin{align*}
sum_{i=1}^{p}AI_{i;p} & =U_{np}odot A,text{ and }\
sum_{i=1}^{p}I_{i;p}A'AI_{i;p} & =V_{p}odot A'A,
end{align*},$$
where, $Ainmathbb{R}^{ntimes p}$, $odot$ is the is the Hadamard (element-wise) product, and $I_{i;p}$ is an $ptimes p$ matrix with all elements zero except the first $i$
diagonal terms or equivalently an $ptimes p$ identity matrix where
the last $p-i$ diagonal elements are zero. For example $I_{2;3}=begin{bmatrix}1 & 0 & 0\
0 & 1 & 0\
0 & 0 & 0
end{bmatrix}.$
linear-algebra matrices matrix-equations
$endgroup$
add a comment |
$begingroup$
In my work I have come about two type of matrices:
1-Let $U_{np}in mathbb{R}^{ntimes p}$ be such that $(U_{np})_{ij}=p-j+1$, e.g. $U_{53}=begin{bmatrix}3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1
end{bmatrix}.$
2-Let $V_pinmathbb{R}^{ptimes p}$ be such that $(V_p)_{ij}=p-max(i,j)+1$, e.g. $V_5=begin{bmatrix}5 & 4 & 3 & 2 & 1\
4 & 4 & 3 & 2 & 1\
3 & 3 & 3 & 2 & 1\
2 & 2 & 2 & 2 & 1\
1 & 1 & 1 & 1 & 1
end{bmatrix}.$
I just want to know if these type of matrices have specific names or if anybody has seen them before, and could provide me with some references.
More context:
I am using the above matrices to simplify the following expressions:
$$begin{align*}
sum_{i=1}^{p}AI_{i;p} & =U_{np}odot A,text{ and }\
sum_{i=1}^{p}I_{i;p}A'AI_{i;p} & =V_{p}odot A'A,
end{align*},$$
where, $Ainmathbb{R}^{ntimes p}$, $odot$ is the is the Hadamard (element-wise) product, and $I_{i;p}$ is an $ptimes p$ matrix with all elements zero except the first $i$
diagonal terms or equivalently an $ptimes p$ identity matrix where
the last $p-i$ diagonal elements are zero. For example $I_{2;3}=begin{bmatrix}1 & 0 & 0\
0 & 1 & 0\
0 & 0 & 0
end{bmatrix}.$
linear-algebra matrices matrix-equations
$endgroup$
In my work I have come about two type of matrices:
1-Let $U_{np}in mathbb{R}^{ntimes p}$ be such that $(U_{np})_{ij}=p-j+1$, e.g. $U_{53}=begin{bmatrix}3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1\
3 & 2 & 1
end{bmatrix}.$
2-Let $V_pinmathbb{R}^{ptimes p}$ be such that $(V_p)_{ij}=p-max(i,j)+1$, e.g. $V_5=begin{bmatrix}5 & 4 & 3 & 2 & 1\
4 & 4 & 3 & 2 & 1\
3 & 3 & 3 & 2 & 1\
2 & 2 & 2 & 2 & 1\
1 & 1 & 1 & 1 & 1
end{bmatrix}.$
I just want to know if these type of matrices have specific names or if anybody has seen them before, and could provide me with some references.
More context:
I am using the above matrices to simplify the following expressions:
$$begin{align*}
sum_{i=1}^{p}AI_{i;p} & =U_{np}odot A,text{ and }\
sum_{i=1}^{p}I_{i;p}A'AI_{i;p} & =V_{p}odot A'A,
end{align*},$$
where, $Ainmathbb{R}^{ntimes p}$, $odot$ is the is the Hadamard (element-wise) product, and $I_{i;p}$ is an $ptimes p$ matrix with all elements zero except the first $i$
diagonal terms or equivalently an $ptimes p$ identity matrix where
the last $p-i$ diagonal elements are zero. For example $I_{2;3}=begin{bmatrix}1 & 0 & 0\
0 & 1 & 0\
0 & 0 & 0
end{bmatrix}.$
linear-algebra matrices matrix-equations
linear-algebra matrices matrix-equations
asked Jan 6 at 4:45
RozaThRozaTh
324312
324312
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The first matrix is a rank-one matrix product of the column vector with 5 ones and the row vector $(1 2 3)$. I don't see what can be said more...
The second matrix is characterized by its inverse. This inverse is (one form of) the (tridiagonal) discrete second differentiation matrix with entries $-1, 2, -1$ (with an exception at the beginning). See for example slide $11$ of {http://www.mathematik.uni-dortmund.de/~kuzmin/cfdintro/lecture4.pdf}
You mention a coupling between these matrices. I don't see any...
$endgroup$
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%2f3063498%2fnames-for-couple-of-structured-matrices%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$
The first matrix is a rank-one matrix product of the column vector with 5 ones and the row vector $(1 2 3)$. I don't see what can be said more...
The second matrix is characterized by its inverse. This inverse is (one form of) the (tridiagonal) discrete second differentiation matrix with entries $-1, 2, -1$ (with an exception at the beginning). See for example slide $11$ of {http://www.mathematik.uni-dortmund.de/~kuzmin/cfdintro/lecture4.pdf}
You mention a coupling between these matrices. I don't see any...
$endgroup$
add a comment |
$begingroup$
The first matrix is a rank-one matrix product of the column vector with 5 ones and the row vector $(1 2 3)$. I don't see what can be said more...
The second matrix is characterized by its inverse. This inverse is (one form of) the (tridiagonal) discrete second differentiation matrix with entries $-1, 2, -1$ (with an exception at the beginning). See for example slide $11$ of {http://www.mathematik.uni-dortmund.de/~kuzmin/cfdintro/lecture4.pdf}
You mention a coupling between these matrices. I don't see any...
$endgroup$
add a comment |
$begingroup$
The first matrix is a rank-one matrix product of the column vector with 5 ones and the row vector $(1 2 3)$. I don't see what can be said more...
The second matrix is characterized by its inverse. This inverse is (one form of) the (tridiagonal) discrete second differentiation matrix with entries $-1, 2, -1$ (with an exception at the beginning). See for example slide $11$ of {http://www.mathematik.uni-dortmund.de/~kuzmin/cfdintro/lecture4.pdf}
You mention a coupling between these matrices. I don't see any...
$endgroup$
The first matrix is a rank-one matrix product of the column vector with 5 ones and the row vector $(1 2 3)$. I don't see what can be said more...
The second matrix is characterized by its inverse. This inverse is (one form of) the (tridiagonal) discrete second differentiation matrix with entries $-1, 2, -1$ (with an exception at the beginning). See for example slide $11$ of {http://www.mathematik.uni-dortmund.de/~kuzmin/cfdintro/lecture4.pdf}
You mention a coupling between these matrices. I don't see any...
edited Jan 6 at 6:28
answered Jan 6 at 6:03
Jean MarieJean Marie
30.9k42155
30.9k42155
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.
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%2f3063498%2fnames-for-couple-of-structured-matrices%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