GraphDiameter[g] gives the maximum eccentricity of the vertices in the graph g.
Import
(Built-in Mathematica Symbol) Import["file"] imports data from a file, returning a complete Mathematica version of it. Import["file", elements] imports the specified elements from a file.Import["http:// ...
ChebyshevT[n, x] gives the Chebyshev polynomial of the first kind T_n (x).
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
Primes
(Built-in Mathematica Symbol) Primes represents the domain of prime numbers, as in x \[Element] Primes.
RamanujanTauL[s] gives the Ramanujan tau Dirichlet L-function L(s).
TrigExpand[expr] expands out trigonometric functions in expr.
There are a number of functions built into Mathematica which, like Plot, have various options you can set. Mathematica provides some general mechanisms for handling such ...
SQLBeginTransaction[conn] initiates an SQL transaction.
SQLCommitTransaction[conn] commits an SQL transaction.