Indicies of a Vector: Why do we specify two indicies for a single vector?
$begingroup$
Context: I am experimenting with some ideas regarding 3D and even higher-dimensional arrays of numbers and I'm trying to decide which is the most useful definition of a vector in in the space of 3D arrays. For example, might a column vector be described as:
- n by 1 by 1
- n by 1 by 0 / n by 0 by 1 (depending on context)
- n by 0 by 0
In a discussion of row and column vectors, it is often asserted that vectors are just a specific instance of matrices. For a column vector with n entries, we might say that it is an "n by 1 matrix," with a similar "1 by n matrix" description of a row vector with n entries.
Consider the third option I present above. By the "n by 1" and "1 by n" definition interpretation of the previous paragraph this seems to make no sense. It's as if entries/cells must have some width of 1 in the direction perpendicular to the direction along which the entries of the vector are listed. Is this default width of 1 useful/necessary for creating well-behaved objects such as matrices, vectors, and possibly other objects, or is this width just some notation which isn't all that important?
I ask this because I can imagine some alternate notation which, if this width doesn't matter, may become useful.
In this notation, the specification of only the directions along which entries are listed is important. For example, if we number the three dimensions from the example at the beginning labeled "context" as 1, 2, and 3, then we could specify 3 different "orientations" for a 2D array in the space of 3D arrays. If we take an n by m matrix, three different orientations might be written:
- n1 + m2 + 03
- n1 + 02 + m3
- 01 + n2 + m3
but these same orientations might also be written as:
- n1 + m2 + 13
- n1 + 12 + m3
- 11 + n2 + m3
(with the zeros replaces by ones)
Should I use 0 or 1 for the "width" of these matrices? Does it even matter?
linear-algebra abstract-algebra
$endgroup$
add a comment |
$begingroup$
Context: I am experimenting with some ideas regarding 3D and even higher-dimensional arrays of numbers and I'm trying to decide which is the most useful definition of a vector in in the space of 3D arrays. For example, might a column vector be described as:
- n by 1 by 1
- n by 1 by 0 / n by 0 by 1 (depending on context)
- n by 0 by 0
In a discussion of row and column vectors, it is often asserted that vectors are just a specific instance of matrices. For a column vector with n entries, we might say that it is an "n by 1 matrix," with a similar "1 by n matrix" description of a row vector with n entries.
Consider the third option I present above. By the "n by 1" and "1 by n" definition interpretation of the previous paragraph this seems to make no sense. It's as if entries/cells must have some width of 1 in the direction perpendicular to the direction along which the entries of the vector are listed. Is this default width of 1 useful/necessary for creating well-behaved objects such as matrices, vectors, and possibly other objects, or is this width just some notation which isn't all that important?
I ask this because I can imagine some alternate notation which, if this width doesn't matter, may become useful.
In this notation, the specification of only the directions along which entries are listed is important. For example, if we number the three dimensions from the example at the beginning labeled "context" as 1, 2, and 3, then we could specify 3 different "orientations" for a 2D array in the space of 3D arrays. If we take an n by m matrix, three different orientations might be written:
- n1 + m2 + 03
- n1 + 02 + m3
- 01 + n2 + m3
but these same orientations might also be written as:
- n1 + m2 + 13
- n1 + 12 + m3
- 11 + n2 + m3
(with the zeros replaces by ones)
Should I use 0 or 1 for the "width" of these matrices? Does it even matter?
linear-algebra abstract-algebra
$endgroup$
$begingroup$
Almost "Franck Ribéry.
$endgroup$
– Dietrich Burde
Dec 24 '18 at 15:15
$begingroup$
Almost. A vector has a length but no dimension.
$endgroup$
– Wuestenfux
Dec 24 '18 at 15:54
$begingroup$
The edit of the title might clear things up. @Wuestenfux
$endgroup$
– Michael Riberdy
Dec 24 '18 at 16:03
add a comment |
$begingroup$
Context: I am experimenting with some ideas regarding 3D and even higher-dimensional arrays of numbers and I'm trying to decide which is the most useful definition of a vector in in the space of 3D arrays. For example, might a column vector be described as:
- n by 1 by 1
- n by 1 by 0 / n by 0 by 1 (depending on context)
- n by 0 by 0
In a discussion of row and column vectors, it is often asserted that vectors are just a specific instance of matrices. For a column vector with n entries, we might say that it is an "n by 1 matrix," with a similar "1 by n matrix" description of a row vector with n entries.
Consider the third option I present above. By the "n by 1" and "1 by n" definition interpretation of the previous paragraph this seems to make no sense. It's as if entries/cells must have some width of 1 in the direction perpendicular to the direction along which the entries of the vector are listed. Is this default width of 1 useful/necessary for creating well-behaved objects such as matrices, vectors, and possibly other objects, or is this width just some notation which isn't all that important?
I ask this because I can imagine some alternate notation which, if this width doesn't matter, may become useful.
In this notation, the specification of only the directions along which entries are listed is important. For example, if we number the three dimensions from the example at the beginning labeled "context" as 1, 2, and 3, then we could specify 3 different "orientations" for a 2D array in the space of 3D arrays. If we take an n by m matrix, three different orientations might be written:
- n1 + m2 + 03
- n1 + 02 + m3
- 01 + n2 + m3
but these same orientations might also be written as:
- n1 + m2 + 13
- n1 + 12 + m3
- 11 + n2 + m3
(with the zeros replaces by ones)
Should I use 0 or 1 for the "width" of these matrices? Does it even matter?
linear-algebra abstract-algebra
$endgroup$
Context: I am experimenting with some ideas regarding 3D and even higher-dimensional arrays of numbers and I'm trying to decide which is the most useful definition of a vector in in the space of 3D arrays. For example, might a column vector be described as:
- n by 1 by 1
- n by 1 by 0 / n by 0 by 1 (depending on context)
- n by 0 by 0
In a discussion of row and column vectors, it is often asserted that vectors are just a specific instance of matrices. For a column vector with n entries, we might say that it is an "n by 1 matrix," with a similar "1 by n matrix" description of a row vector with n entries.
Consider the third option I present above. By the "n by 1" and "1 by n" definition interpretation of the previous paragraph this seems to make no sense. It's as if entries/cells must have some width of 1 in the direction perpendicular to the direction along which the entries of the vector are listed. Is this default width of 1 useful/necessary for creating well-behaved objects such as matrices, vectors, and possibly other objects, or is this width just some notation which isn't all that important?
I ask this because I can imagine some alternate notation which, if this width doesn't matter, may become useful.
In this notation, the specification of only the directions along which entries are listed is important. For example, if we number the three dimensions from the example at the beginning labeled "context" as 1, 2, and 3, then we could specify 3 different "orientations" for a 2D array in the space of 3D arrays. If we take an n by m matrix, three different orientations might be written:
- n1 + m2 + 03
- n1 + 02 + m3
- 01 + n2 + m3
but these same orientations might also be written as:
- n1 + m2 + 13
- n1 + 12 + m3
- 11 + n2 + m3
(with the zeros replaces by ones)
Should I use 0 or 1 for the "width" of these matrices? Does it even matter?
linear-algebra abstract-algebra
linear-algebra abstract-algebra
edited Dec 24 '18 at 16:02
Michael Riberdy
asked Dec 24 '18 at 15:09
Michael RiberdyMichael Riberdy
62
62
$begingroup$
Almost "Franck Ribéry.
$endgroup$
– Dietrich Burde
Dec 24 '18 at 15:15
$begingroup$
Almost. A vector has a length but no dimension.
$endgroup$
– Wuestenfux
Dec 24 '18 at 15:54
$begingroup$
The edit of the title might clear things up. @Wuestenfux
$endgroup$
– Michael Riberdy
Dec 24 '18 at 16:03
add a comment |
$begingroup$
Almost "Franck Ribéry.
$endgroup$
– Dietrich Burde
Dec 24 '18 at 15:15
$begingroup$
Almost. A vector has a length but no dimension.
$endgroup$
– Wuestenfux
Dec 24 '18 at 15:54
$begingroup$
The edit of the title might clear things up. @Wuestenfux
$endgroup$
– Michael Riberdy
Dec 24 '18 at 16:03
$begingroup$
Almost "Franck Ribéry.
$endgroup$
– Dietrich Burde
Dec 24 '18 at 15:15
$begingroup$
Almost "Franck Ribéry.
$endgroup$
– Dietrich Burde
Dec 24 '18 at 15:15
$begingroup$
Almost. A vector has a length but no dimension.
$endgroup$
– Wuestenfux
Dec 24 '18 at 15:54
$begingroup$
Almost. A vector has a length but no dimension.
$endgroup$
– Wuestenfux
Dec 24 '18 at 15:54
$begingroup$
The edit of the title might clear things up. @Wuestenfux
$endgroup$
– Michael Riberdy
Dec 24 '18 at 16:03
$begingroup$
The edit of the title might clear things up. @Wuestenfux
$endgroup$
– Michael Riberdy
Dec 24 '18 at 16:03
add a comment |
0
active
oldest
votes
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%2f3051344%2findicies-of-a-vector-why-do-we-specify-two-indicies-for-a-single-vector%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3051344%2findicies-of-a-vector-why-do-we-specify-two-indicies-for-a-single-vector%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
$begingroup$
Almost "Franck Ribéry.
$endgroup$
– Dietrich Burde
Dec 24 '18 at 15:15
$begingroup$
Almost. A vector has a length but no dimension.
$endgroup$
– Wuestenfux
Dec 24 '18 at 15:54
$begingroup$
The edit of the title might clear things up. @Wuestenfux
$endgroup$
– Michael Riberdy
Dec 24 '18 at 16:03