StruveH
(Built-in Mathematica Symbol) StruveH[n, z] gives the Struve function H n (z).
Symbol
(Built-in Mathematica Symbol) Symbol["name"] refers to a symbol with the specified name.
SyntaxInformation[f] gives information used to generate syntax coloring and other advisories when f[...] is entered as input.
Which
(Built-in Mathematica Symbol) Which[test_1, value_1, test_2, value_2, ...] evaluates each of the test_i in turn, returning the value of the value_i corresponding to the first one that yields True.
In many cases, you will find it convenient to communicate with external programs at a high level, and to exchange structured data with them. On almost all computer systems, ...
Mathematica has a flexible system for specifying arbitrary symbolic assumptions about variables. It uses a wide range of sophisticated algorithms to infer the consequences of ...
Mathematica's handling of polynomial systems is a tour de force of algebraic computation. Building on mathematical results spanning more than a century, Mathematica for the ...
General issues about the internal implementation of Mathematica are discussed in "The Internals of Mathematica". Given here are brief notes on particular features. These ...
It is often useful to be able to detect and precisely locate a change in a differential system. For example, with the detection of a singularity or state change, the ...
Csc
(Built-in Mathematica Symbol) Csc[z] gives the cosecant of z.