|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
TreeGraph
TreeGraph[{v1, v2, ...}, {u1, u2, ...}]
yields a tree where
is the predecessor of
.
TreeGraph[{e1, e2, ...}]
yields a tree with edges
.
TreeGraph[{v1, v2, ...}, {e1, e2, ...}]
yields a tree with vertices
and edges
.
TreeGraph[{..., wi[vi, ...], ...}, {..., wj[ej, ...], ...}]
yields a tree with vertex and edge properties defined by the symbolic wrappers
.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


