What properties does an adjacency matrix have for triangular mesh of a sphere?
$begingroup$
Given an adjacency matrix $M$. Are there any simple properties that $M$ must have such that it represents the triangular mesh of a sphere. (examples are icosohedron, or geodesic spheres). What about for a torus?
One thing I can think of is that every line must belong to two and only two triangles. I think you would write this as $M_{ij}=1 implies (M^2)_{ij}=2$. Are there any other formulae?
Can we express this some way in terms of perhaps the cube $M^3$ of the adjacency matrix?
graph-theory adjacency-matrix
$endgroup$
add a comment |
$begingroup$
Given an adjacency matrix $M$. Are there any simple properties that $M$ must have such that it represents the triangular mesh of a sphere. (examples are icosohedron, or geodesic spheres). What about for a torus?
One thing I can think of is that every line must belong to two and only two triangles. I think you would write this as $M_{ij}=1 implies (M^2)_{ij}=2$. Are there any other formulae?
Can we express this some way in terms of perhaps the cube $M^3$ of the adjacency matrix?
graph-theory adjacency-matrix
$endgroup$
add a comment |
$begingroup$
Given an adjacency matrix $M$. Are there any simple properties that $M$ must have such that it represents the triangular mesh of a sphere. (examples are icosohedron, or geodesic spheres). What about for a torus?
One thing I can think of is that every line must belong to two and only two triangles. I think you would write this as $M_{ij}=1 implies (M^2)_{ij}=2$. Are there any other formulae?
Can we express this some way in terms of perhaps the cube $M^3$ of the adjacency matrix?
graph-theory adjacency-matrix
$endgroup$
Given an adjacency matrix $M$. Are there any simple properties that $M$ must have such that it represents the triangular mesh of a sphere. (examples are icosohedron, or geodesic spheres). What about for a torus?
One thing I can think of is that every line must belong to two and only two triangles. I think you would write this as $M_{ij}=1 implies (M^2)_{ij}=2$. Are there any other formulae?
Can we express this some way in terms of perhaps the cube $M^3$ of the adjacency matrix?
graph-theory adjacency-matrix
graph-theory adjacency-matrix
edited Jan 27 at 18:03
zooby
asked Jan 27 at 17:14


zoobyzooby
1,032716
1,032716
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
We need $(M^3)_{ii}=2(M^2)_{ii}$ for a "locally planar" triangular mesh (for every edge incident with $i$, thee are two triangles with vertex $i$), but by itself this is weaker than your condition.
To distinguish between sphere and torus, we should look for the Euler characteristic $v+f-e$. We have $v$ vertices from the dimension of the matrix, $e=frac 12operatorname {Tr}M^2$ edges, and $f=frac 16operatorname {Tr}M^3$ triangular faces. By the condition in the first paragraph, $operatorname {Tr}M^3=2operatorname {Tr}M^2$, or (unsurprisingly) $3f=2e$., so that (given that we have a triangular mesh in the first place), the Euler characteristic is
$$dim V-frac 16operatorname{Tr}M^2. $$
$endgroup$
$begingroup$
Did you mean the indices to be $ij$ instead of $ii$ ?
$endgroup$
– zooby
Jan 27 at 17:55
$begingroup$
Is the condition sufficient or do I need my condition too?
$endgroup$
– zooby
Jan 27 at 19:23
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%2f3089829%2fwhat-properties-does-an-adjacency-matrix-have-for-triangular-mesh-of-a-sphere%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$
We need $(M^3)_{ii}=2(M^2)_{ii}$ for a "locally planar" triangular mesh (for every edge incident with $i$, thee are two triangles with vertex $i$), but by itself this is weaker than your condition.
To distinguish between sphere and torus, we should look for the Euler characteristic $v+f-e$. We have $v$ vertices from the dimension of the matrix, $e=frac 12operatorname {Tr}M^2$ edges, and $f=frac 16operatorname {Tr}M^3$ triangular faces. By the condition in the first paragraph, $operatorname {Tr}M^3=2operatorname {Tr}M^2$, or (unsurprisingly) $3f=2e$., so that (given that we have a triangular mesh in the first place), the Euler characteristic is
$$dim V-frac 16operatorname{Tr}M^2. $$
$endgroup$
$begingroup$
Did you mean the indices to be $ij$ instead of $ii$ ?
$endgroup$
– zooby
Jan 27 at 17:55
$begingroup$
Is the condition sufficient or do I need my condition too?
$endgroup$
– zooby
Jan 27 at 19:23
add a comment |
$begingroup$
We need $(M^3)_{ii}=2(M^2)_{ii}$ for a "locally planar" triangular mesh (for every edge incident with $i$, thee are two triangles with vertex $i$), but by itself this is weaker than your condition.
To distinguish between sphere and torus, we should look for the Euler characteristic $v+f-e$. We have $v$ vertices from the dimension of the matrix, $e=frac 12operatorname {Tr}M^2$ edges, and $f=frac 16operatorname {Tr}M^3$ triangular faces. By the condition in the first paragraph, $operatorname {Tr}M^3=2operatorname {Tr}M^2$, or (unsurprisingly) $3f=2e$., so that (given that we have a triangular mesh in the first place), the Euler characteristic is
$$dim V-frac 16operatorname{Tr}M^2. $$
$endgroup$
$begingroup$
Did you mean the indices to be $ij$ instead of $ii$ ?
$endgroup$
– zooby
Jan 27 at 17:55
$begingroup$
Is the condition sufficient or do I need my condition too?
$endgroup$
– zooby
Jan 27 at 19:23
add a comment |
$begingroup$
We need $(M^3)_{ii}=2(M^2)_{ii}$ for a "locally planar" triangular mesh (for every edge incident with $i$, thee are two triangles with vertex $i$), but by itself this is weaker than your condition.
To distinguish between sphere and torus, we should look for the Euler characteristic $v+f-e$. We have $v$ vertices from the dimension of the matrix, $e=frac 12operatorname {Tr}M^2$ edges, and $f=frac 16operatorname {Tr}M^3$ triangular faces. By the condition in the first paragraph, $operatorname {Tr}M^3=2operatorname {Tr}M^2$, or (unsurprisingly) $3f=2e$., so that (given that we have a triangular mesh in the first place), the Euler characteristic is
$$dim V-frac 16operatorname{Tr}M^2. $$
$endgroup$
We need $(M^3)_{ii}=2(M^2)_{ii}$ for a "locally planar" triangular mesh (for every edge incident with $i$, thee are two triangles with vertex $i$), but by itself this is weaker than your condition.
To distinguish between sphere and torus, we should look for the Euler characteristic $v+f-e$. We have $v$ vertices from the dimension of the matrix, $e=frac 12operatorname {Tr}M^2$ edges, and $f=frac 16operatorname {Tr}M^3$ triangular faces. By the condition in the first paragraph, $operatorname {Tr}M^3=2operatorname {Tr}M^2$, or (unsurprisingly) $3f=2e$., so that (given that we have a triangular mesh in the first place), the Euler characteristic is
$$dim V-frac 16operatorname{Tr}M^2. $$
answered Jan 27 at 17:35


Hagen von EitzenHagen von Eitzen
283k23272507
283k23272507
$begingroup$
Did you mean the indices to be $ij$ instead of $ii$ ?
$endgroup$
– zooby
Jan 27 at 17:55
$begingroup$
Is the condition sufficient or do I need my condition too?
$endgroup$
– zooby
Jan 27 at 19:23
add a comment |
$begingroup$
Did you mean the indices to be $ij$ instead of $ii$ ?
$endgroup$
– zooby
Jan 27 at 17:55
$begingroup$
Is the condition sufficient or do I need my condition too?
$endgroup$
– zooby
Jan 27 at 19:23
$begingroup$
Did you mean the indices to be $ij$ instead of $ii$ ?
$endgroup$
– zooby
Jan 27 at 17:55
$begingroup$
Did you mean the indices to be $ij$ instead of $ii$ ?
$endgroup$
– zooby
Jan 27 at 17:55
$begingroup$
Is the condition sufficient or do I need my condition too?
$endgroup$
– zooby
Jan 27 at 19:23
$begingroup$
Is the condition sufficient or do I need my condition too?
$endgroup$
– zooby
Jan 27 at 19:23
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%2f3089829%2fwhat-properties-does-an-adjacency-matrix-have-for-triangular-mesh-of-a-sphere%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