Modifying Heat Kernel Equation for Graphs












2














In spectral graph theory, I am aware that the following weight recurrence:



$$ w_t(v_i) = frac{1}{2}w_{t-1}(v_i)+sum_{v_j mid exists e_{ij} }frac{1}{2deg(v_i)} w_{t-1}(v_j) $$



Can be expressed in terms of eigen-vectors and eigenvalues of the Laplacian, $L=D-A$, nicely:



$$ W_t(G) = sum_{k=1}^n lambda_i^t a_i v_i $$



For the following recursion formula, would this equation work?



$$ omega_t(v_i) = sum_{v_j mid exists e_{ij} }frac{omega_{t-1}(v_j)}{deg(v_i)} $$



$$ Omega_t(G) = sum_{k=1}^n (2lambda_i-1)^t a_i v_i $$



My logic is that "$2lambda_i$" will double the weight, and the "$-1$" will subtract off the weight that a vertex directs back onto itself. This is not for a class, my school does not offer spectral graph theory.










share|cite|improve this question









New contributor




Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













This question has an open bounty worth +50
reputation from Zachary Hunter ending in 6 days.


This question has not received enough attention.


Just want a confirmation of my work :)
















  • I got the first part from this video: “simons.berkeley.edu/events/openlectures2014-fall-4”
    – Zachary Hunter
    2 days ago










  • How does the heat kernel equation in the title come into play in the question?
    – mathreadler
    yesterday






  • 1




    the first 5 minutes of the video I linked in the comments shows how this describes heat dispersion. if there's a more appropriate name, I'm all ears.
    – Zachary Hunter
    yesterday










  • Ah ok, I did not see the link. Wow 79. That was like before C64 home computers. Must have been a big project making such computations back then.
    – mathreadler
    yesterday










  • Heh, I was just waiting for him to go over to electrical flows, and he did.
    – mathreadler
    yesterday
















2














In spectral graph theory, I am aware that the following weight recurrence:



$$ w_t(v_i) = frac{1}{2}w_{t-1}(v_i)+sum_{v_j mid exists e_{ij} }frac{1}{2deg(v_i)} w_{t-1}(v_j) $$



Can be expressed in terms of eigen-vectors and eigenvalues of the Laplacian, $L=D-A$, nicely:



$$ W_t(G) = sum_{k=1}^n lambda_i^t a_i v_i $$



For the following recursion formula, would this equation work?



$$ omega_t(v_i) = sum_{v_j mid exists e_{ij} }frac{omega_{t-1}(v_j)}{deg(v_i)} $$



$$ Omega_t(G) = sum_{k=1}^n (2lambda_i-1)^t a_i v_i $$



My logic is that "$2lambda_i$" will double the weight, and the "$-1$" will subtract off the weight that a vertex directs back onto itself. This is not for a class, my school does not offer spectral graph theory.










share|cite|improve this question









New contributor




Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













This question has an open bounty worth +50
reputation from Zachary Hunter ending in 6 days.


This question has not received enough attention.


Just want a confirmation of my work :)
















  • I got the first part from this video: “simons.berkeley.edu/events/openlectures2014-fall-4”
    – Zachary Hunter
    2 days ago










  • How does the heat kernel equation in the title come into play in the question?
    – mathreadler
    yesterday






  • 1




    the first 5 minutes of the video I linked in the comments shows how this describes heat dispersion. if there's a more appropriate name, I'm all ears.
    – Zachary Hunter
    yesterday










  • Ah ok, I did not see the link. Wow 79. That was like before C64 home computers. Must have been a big project making such computations back then.
    – mathreadler
    yesterday










  • Heh, I was just waiting for him to go over to electrical flows, and he did.
    – mathreadler
    yesterday














2












2








2


1





In spectral graph theory, I am aware that the following weight recurrence:



$$ w_t(v_i) = frac{1}{2}w_{t-1}(v_i)+sum_{v_j mid exists e_{ij} }frac{1}{2deg(v_i)} w_{t-1}(v_j) $$



Can be expressed in terms of eigen-vectors and eigenvalues of the Laplacian, $L=D-A$, nicely:



$$ W_t(G) = sum_{k=1}^n lambda_i^t a_i v_i $$



For the following recursion formula, would this equation work?



$$ omega_t(v_i) = sum_{v_j mid exists e_{ij} }frac{omega_{t-1}(v_j)}{deg(v_i)} $$



$$ Omega_t(G) = sum_{k=1}^n (2lambda_i-1)^t a_i v_i $$



My logic is that "$2lambda_i$" will double the weight, and the "$-1$" will subtract off the weight that a vertex directs back onto itself. This is not for a class, my school does not offer spectral graph theory.










share|cite|improve this question









New contributor




Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











In spectral graph theory, I am aware that the following weight recurrence:



$$ w_t(v_i) = frac{1}{2}w_{t-1}(v_i)+sum_{v_j mid exists e_{ij} }frac{1}{2deg(v_i)} w_{t-1}(v_j) $$



Can be expressed in terms of eigen-vectors and eigenvalues of the Laplacian, $L=D-A$, nicely:



$$ W_t(G) = sum_{k=1}^n lambda_i^t a_i v_i $$



For the following recursion formula, would this equation work?



$$ omega_t(v_i) = sum_{v_j mid exists e_{ij} }frac{omega_{t-1}(v_j)}{deg(v_i)} $$



$$ Omega_t(G) = sum_{k=1}^n (2lambda_i-1)^t a_i v_i $$



My logic is that "$2lambda_i$" will double the weight, and the "$-1$" will subtract off the weight that a vertex directs back onto itself. This is not for a class, my school does not offer spectral graph theory.







spectral-graph-theory






share|cite|improve this question









New contributor




Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited 2 days ago





















New contributor




Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Jan 4 at 5:13









Zachary Hunter

53110




53110




New contributor




Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Zachary Hunter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






This question has an open bounty worth +50
reputation from Zachary Hunter ending in 6 days.


This question has not received enough attention.


Just want a confirmation of my work :)








This question has an open bounty worth +50
reputation from Zachary Hunter ending in 6 days.


This question has not received enough attention.


Just want a confirmation of my work :)














  • I got the first part from this video: “simons.berkeley.edu/events/openlectures2014-fall-4”
    – Zachary Hunter
    2 days ago










  • How does the heat kernel equation in the title come into play in the question?
    – mathreadler
    yesterday






  • 1




    the first 5 minutes of the video I linked in the comments shows how this describes heat dispersion. if there's a more appropriate name, I'm all ears.
    – Zachary Hunter
    yesterday










  • Ah ok, I did not see the link. Wow 79. That was like before C64 home computers. Must have been a big project making such computations back then.
    – mathreadler
    yesterday










  • Heh, I was just waiting for him to go over to electrical flows, and he did.
    – mathreadler
    yesterday


















  • I got the first part from this video: “simons.berkeley.edu/events/openlectures2014-fall-4”
    – Zachary Hunter
    2 days ago










  • How does the heat kernel equation in the title come into play in the question?
    – mathreadler
    yesterday






  • 1




    the first 5 minutes of the video I linked in the comments shows how this describes heat dispersion. if there's a more appropriate name, I'm all ears.
    – Zachary Hunter
    yesterday










  • Ah ok, I did not see the link. Wow 79. That was like before C64 home computers. Must have been a big project making such computations back then.
    – mathreadler
    yesterday










  • Heh, I was just waiting for him to go over to electrical flows, and he did.
    – mathreadler
    yesterday
















I got the first part from this video: “simons.berkeley.edu/events/openlectures2014-fall-4”
– Zachary Hunter
2 days ago




I got the first part from this video: “simons.berkeley.edu/events/openlectures2014-fall-4”
– Zachary Hunter
2 days ago












How does the heat kernel equation in the title come into play in the question?
– mathreadler
yesterday




How does the heat kernel equation in the title come into play in the question?
– mathreadler
yesterday




1




1




the first 5 minutes of the video I linked in the comments shows how this describes heat dispersion. if there's a more appropriate name, I'm all ears.
– Zachary Hunter
yesterday




the first 5 minutes of the video I linked in the comments shows how this describes heat dispersion. if there's a more appropriate name, I'm all ears.
– Zachary Hunter
yesterday












Ah ok, I did not see the link. Wow 79. That was like before C64 home computers. Must have been a big project making such computations back then.
– mathreadler
yesterday




Ah ok, I did not see the link. Wow 79. That was like before C64 home computers. Must have been a big project making such computations back then.
– mathreadler
yesterday












Heh, I was just waiting for him to go over to electrical flows, and he did.
– mathreadler
yesterday




Heh, I was just waiting for him to go over to electrical flows, and he did.
– mathreadler
yesterday










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
});


}
});






Zachary Hunter is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3061334%2fmodifying-heat-kernel-equation-for-graphs%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








Zachary Hunter is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Zachary Hunter is a new contributor. Be nice, and check out our Code of Conduct.













Zachary Hunter is a new contributor. Be nice, and check out our Code of Conduct.












Zachary Hunter is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3061334%2fmodifying-heat-kernel-equation-for-graphs%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Mario Kart Wii

What does “Dominus providebit” mean?

Antonio Litta Visconti Arese