611 - 620 of 724 for GraphSearch Results
View search results from all Wolfram sites (12491 matches)
CompleteKaryTree   (Built-in Mathematica Symbol)
CompleteKaryTree[n] gives the complete binary tree with n levels.CompleteKaryTree[n, k] gives the complete k-ary tree with n levels.
KaryTree   (Built-in Mathematica Symbol)
KaryTree[n] gives a binary tree with n vertices.KaryTree[n, k] gives a k-ary tree with n vertices.
Dot   (Built-in Mathematica Symbol)
a.b.c or Dot[a, b, c] gives products of vectors, matrices, and tensors.
Eigenvalues   (Built-in Mathematica Symbol)
Eigenvalues[m] gives a list of the eigenvalues of the square matrix m. Eigenvalues[{m, a}] gives the generalized eigenvalues of m with respect to a. Eigenvalues[m, k] gives ...
Eigenvectors   (Built-in Mathematica Symbol)
Eigenvectors[m] gives a list of the eigenvectors of the square matrix m. Eigenvectors[{m, a}] gives the generalized eigenvectors of m with respect to a. Eigenvectors[m, k] ...
LinearProgramming   (Built-in Mathematica Symbol)
LinearProgramming[c, m, b] finds a vector x that minimizes the quantity c.x subject to the constraints m.x >= b and x >= 0. LinearProgramming[c, m, {{b_1, s_1}, {b_2, s_2}, ...
Plotting the Solution   (Mathematica Tutorial)
A plot of the solution given by DSolve can give useful information about the nature of the solution, for instance, whether it is oscillatory in nature. It can also serve as a ...
Path   (Combinatorica Package Symbol)
Path[n] constructs a tree consisting only of a path on n vertices.
Star   (Combinatorica Package Symbol)
Star[n] constructs a star on n vertices, which is a tree with one vertex of degree n - 1.
PolyhedronData   (Built-in Mathematica Symbol)
PolyhedronData[poly, " property"] gives the value of the specified property for the polyhedron named poly.PolyhedronData[poly] gives an image of the polyhedron named ...
1 ... 59|60|61|62|63|64|65 ... 73 Previous Next

...