Choose Insert > Table/Matrix > New. Use the dialog box that pops up to create a matrix. Suppose the entry in the top-left position is selected.
Content in a Mathematica notebook is organized in cells. Each cell has a cell bracket that appears along the right edge of the notebook window. Markings on a cell bracket ...
There will be times when you want to stop Mathematica in the middle of a computation. You may have asked Mathematica to do something that you did not intend or that is taking ...
BarabasiAlbertGraphDistribution[n, k] represents a Barabasi\[Dash]Albert graph distribution for n-vertex graphs where a new vertex with k edges is added at each step.
ButtonBar[{lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents a bar of buttons with labels lbl_i that perform actions act_i when pressed.
ConnectedComponents[g] gives the connected components of the graph g.ConnectedComponents[g, {v_1, v_2, ...}] gives the connected components that include at least one of the ...
ImageForwardTransformation[image, function] gives an image in which each pixel at position function[{x, y}] corresponds to the position {x, y} in ...
LetterQ
(Built-in Mathematica Symbol) LetterQ[string] yields True if all the characters in the string are letters, and yields False otherwise.
OwenT
(Built-in Mathematica Symbol) OwenT[x, a] gives Owen's T function T(x, a).
RandomComplex[] gives a pseudorandom complex number with real and imaginary parts in the range 0 to 1.RandomComplex[{z_min, z_max}] gives a pseudorandom complex number in the ...