Throughout Mathematica there is support not only for approximate real numbers, but also for exact numbers represented in algebraic or symbolic form. Functions like Floor, ...
Functions like Read and Write handle ordinary printable text. But in dealing with external data files or devices it is sometimes necessary to go to a lower level, and work ...
FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices ...
Mathematica supports hyperbolic functions everywhere in the complex plane—with careful attention to branch cuts—and provides an extensive web of exact and algebraic ...
Csc
(Built-in Mathematica Symbol) Csc[z] gives the cosecant of z.
Sin
(Built-in Mathematica Symbol) Sin[z] gives the sine of z.
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
Cos
(Built-in Mathematica Symbol) Cos[z] gives the cosine of z.
If you type in an expression like 0/0, Mathematica prints a message, and returns the result Indeterminate. An expression like 0/0 is an example of an indeterminate numerical ...
N
(Built-in Mathematica Symbol) N[expr] gives the numerical value of expr. N[expr, n] attempts to give a result with n-digit precision.