| |
| |
MuPAD documentation (Site not responding. Last check: 2007-11-03) |
 | | Graph::inDegree(G, Vertex) returns the indegree of the vertex Vertex in the Graph G, i.e., the number of edges [u,Vertex]. |
 | | Graph::inDegree(G, [v1, v2,..., vn]) returns a table in which the keys are v1, v2,..., vn and the corresponding values are the indegrees. |
 | | The second and third table return all indegrees, but with two different calls (the second is redundant). |
| www.mupad.de /doc/30/de/Graph_inDegree.html (195 words) |
|