1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2024-11-22 02:44:17 +00:00
appunti-steffo/8 - Sistemi complessi/4 - Grafi/eccentricità di un nodo.md

13 lines
287 B
Markdown
Raw Permalink Normal View History

2023-09-21 00:46:23 +00:00
[[Misura]] in un [[grafo]] relativa a un nodo.
È il massimo delle distanze tra il nodo scelto e ogni altro nodo del grafo.
$$
\def \destination {{\color{magenta} dst}}
\Large
\max_{\forall \destination \in nodes} \bigg[
\mathrm{lengths} \big(
node \to \destination
\big)
\bigg]
$$