Radius of a Graph

Radius of a Graph can be calculated like this:

rad(G):=min{ϵ(u)uV(G)}\operatorname{rad}(G):=\min \{\epsilon(u) \mid u \in V(G)\}

where ϵ\epsilon is the Eccentricity.