WriteString[channel, expr_1, expr_2, ...] converts the expr_i to strings, and then writes them in sequence to the specified output channel.
$ControlActiveSetting is a symbol whose value is True if it is evaluated while a control is active, or in certain other previewing situations.
Functions for combining lists. Join concatenates any number of lists together. Union combines lists, keeping only distinct elements.
Attributes for controlling numerical evaluation. Usually N goes inside functions and gets applied to each of their arguments. This tells Mathematica not to apply N to the ...
The general form of an ODE with order n is As in the case of second-order ODEs, such an ODE can be classified as linear or nonlinear. The general form of a linear ODE of ...
It may happen that a given ODE is not linear in y(x) but can be viewed as a linear ODE in x(y). In this case, it is said to be an inverse linear ODE. This is an inverse ...
Getting Information about Mathematica Objects Warnings and Messages Interrupting Calculations
Defining local constants. Module allows you to set up local variables, to which you can assign values and then change them. Often, however, all you really need are local ...
Mathematical functions in Mathematica are given names according to definite rules. As with most Mathematica functions, the names are usually complete English words, fully ...
Limit[expr,x->x_0] tells you what the value of expr is when x tends to x_0. When this value is infinite, it is often useful instead to know the residue of expr when x equals ...