You can use the keyboard to move the cursor forward or backward one character or one word at a time. You can also delete the character or word to the right or the left of the ...
Explicit representations of newlines and tabs in strings. This prints on two lines. In InputForm there is an explicit ∖n to represent the newline.
Create a Slide Show Create a Lecture Notebook Style and Format Notebooks
Exact symbolic results are usually very desirable when they can be found. In many calculations, however, it is not possible to get symbolic results. In such cases, you must ...
Testing for numeric quantities. Pi is a symbol, so Pi+3 is not explicitly a number. It does however have a numerical value.
Specifying patterns that involve alternatives. This defines h to give p when its argument is either a or b. The first two cases give p.
Turning conditions into numbers. Boole[expr] is a basic function that turns True and False into 1 and 0. It is sometimes known as the characteristic function or indicator ...
Mathematica can work with polynomials whose coefficients are in the finite field Z_p of integers modulo a prime p. Functions for manipulating polynomials over finite fields. ...
Functions for rearranging lists. This sorts the elements of a list into a standard order. In simple cases like this, the order is alphabetical or numerical. This sorts the ...
In using Mathematica, you sometimes need to repeat an operation many times. There are many ways to do this. Often the most natural is in fact to set up a structure such as a ...