GraphicsGrid[{{g_11, g_12, ...}, ...}] generates a graphic in which the g_ij are laid out in a two-dimensional grid.
GraphPlot3D[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a 3D plot of the graph in which vertex v_ik is connected to vertex v_jk.GraphPlot3D[{{v i 1 -> v j 1, lbl_1}, ...
ListContourPlot[array] generates a contour plot from an array of height values. ListContourPlot[{{x_1, y_1, f_1}, {x_2, y_2, f_2}, ...}] generates a contour plot from values ...
A method like "Newton's" method chooses a step, but the validity of that step only goes as far as the Newton quadratic model for the function really reflects the function. ...
CopyToClipboard[expr] replaces the contents of the clipboard with expr.
A typical Mathematica notebook containing text, graphics, and Mathematica expressions. The brackets on the right indicate the extent of each cell. Mathematica notebooks are ...
Picking out elements of lists. We will use this list for the examples. Here is the last element of t.
The Mathematica function Integrate[f,x] gives you the indefinite integral ∫f dx. You can think of the operation of indefinite integration as being an inverse of ...
Mathematica notebooks allow you to create documents that can be viewed interactively on screen or printed on paper. Particularly in larger notebooks, it is common to have ...
When you install a MathLink-compatible external program using Install, the program is set up to behave somewhat like a simplified Mathematica kernel. Every time you call a ...