Esempio 6 passi, eseguiti in ordine in una sola sessione. Ogni passo è stato eseguito sul motore e l'output qui sotto è ciò che ha prodotto.
g = ExampleData[{"NetworkGraph", "ZacharyKarateClub"}]Graph[<34>, <78>]VertexCount[g]34EdgeCount[g]78With[{d = DegreeCentrality[g]}, Pick[VertexList[g], d, Max[d]]]{34}Part[VertexList[g], Reverse[Ordering[BetweennessCentrality[g]]][[ ;; 2]]]{1, 34}Pick[VertexList[g], DegreeCentrality[g], 0 | 1]{12}Tutte le ricette · Guida delle funzioni · Usa questo da un client MCP