StruveH
(Built-in Mathematica Symbol) StruveH[n, z] gives the Struve function H n (z).
TreeGraphQ[g] yields True if the graph g is a tree and False otherwise.
VertexShape is an option and property for Graph and related functions that specifies the graphics used for vertices.
WattsStrogatzGraphDistribution[n, p] represents the Watts\[Dash]Strogatz graph distribution for n-vertex graphs with rewiring probability p.WattsStrogatzGraphDistribution[n, ...
WolframAlpha["query"] sends query to Wolfram|Alpha and imports the output.WolframAlpha["query", format] imports the output according to the specified format.
Use Curated Data Clean up Data Imported from a Website Clean up Data Imported from a ZIP File
The ODEs that arise in practical applications often have non-rational coefficients. In such cases, DSolve attempts to convert the equation into one with rational coefficients ...
The replacement operator /. allows you to apply transformation rules to a specific expression. Often, however, you want to have transformation rules automatically applied ...
AppletViewer[javaclass, parameters] displays a window with an applet of the specified JavaClass running in it. AppletViewer["classname", parameters] displays a window running ...
JavaObjectToExpression[javaobject] converts the specified Java object reference into its value as a "native" Mathematica expression.