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

13 lines
No EOL
287 B
Markdown

[[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]
$$