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/raggio di un grafo.md

16 lines
371 B
Markdown
Raw Normal View History

2023-09-21 00:46:23 +00:00
[[Misura]] di un [[grafo]].
L'[[eccentricità di un nodo|eccentricità]] minima tra tutti i [[nodo di un grafo|nodi]].
$$
\def \source {{\color{cyan} src}}
\def \destination {{\color{magenta} dst}}
\Large
\min_{\forall \source \in nodes} \bigg[
\max_{\forall \destination \in nodes} \bigg[
\mathrm{lengths} \big(
\source \to \destination
\big)
\bigg]
\bigg]
$$