StruveH
(Built-in Mathematica Symbol) StruveH[n, z] gives the Struve function H n (z).
ToExpression[input] gives the expression obtained by interpreting strings or boxes as Mathematica input. ToExpression[input, form] uses interpretation rules corresponding to ...
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.
Introduction Linear Optimization Numerical Nonlinear Local Optimization
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 ...
DSolve can find solutions for most of the standard linear second-order ODEs that occur in applied mathematics. Here is the solution for Airy's equation. Here is a plot that ...