JavaScript promise rejection: Loading CSS chunk katex failed. (error: https://forge.steffo.eu/assets/css/katex.41d5cba5.css). Open browser console to see more details.
1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2025-03-16 05:23:32 +00:00
appunti-steffo/8 - Sistemi complessi/4 - Grafi/eccentricità di un nodo.md
2024-12-27 17:15:13 +01:00

297 B

operatore 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]