PathGraph[{v_1, v_2, ...}] yields a path with vertices v_i and edges between v_i and v i +\[ThinSpace]1 .PathGraph[{e_1, e_2, ...}] yields a path with edges ...
This section discusses commands that get information about database tables. If you find that the examples in this section do not work as shown, you may need to install or ...
CCompilers[ ] returns the list of C compilers supported for this version of Mathematica that can be found on your system.CCompilers[Full] returns the list of all C compilers ...
RemoteService[properties] contains a list of properties about a service provided by a Lightweight Grid Manager.
RemoteServicesKernel[properties] contains a list of properties about a currently open Lightweight Grid kernel.
A remote kernel in use may fail at any time, due to hardware, network, or software problems. A failure of a remote kernel will be noticed the next time Parallel Computing ...
CAssign[lhs, rhs] is a symbolic representation of an assignment statement.
GUIResolve[src] resolves an interface definition to its top-level completely loaded widget and enclosing widgets.GUIResolve[src, args] passes arguments to the interface ...
Widget
(GUIKit Package Symbol) Widget[class : class | path | URL[path], {content}] defines a new widget instance.
Mathematica's built-in SparseArray function should be used to create tridiagonal matrices. Mathematica kernel's built-in sparse solver LinearSolve has replaced ...