Unicode: 2192. x → y is by default interpreted as RightArrow[x,y]. Alias: Esc ␣-> Esc. Infix arrow operator. Used for many purposes in mathematics to indicate transformation, ...
DownValues[f] gives a list of transformation rules corresponding to all downvalues defined for the symbol f.
The functions accessible with Wolfram LibraryLink make it possible to optimize numerical computations while still keeping the flexibility and generality of Mathematica. If ...
GeometricDistribution[p] represents a geometric distribution with probability parameter p.
There are a number of important interactions in Mathematica between evaluation and pattern matching. The first observation is that pattern matching is usually done on ...
NLimit
(Numerical Calculus Package Symbol) NLimit[expr, z -> z_0] numerically finds the limiting value of expr as z approaches z_0.
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.
DiscreteRiccatiSolve[{a, b}, {q, r}] gives the matrix x that is the stabilizing solution of the discrete algebraic Riccati equation ConjugateTranspose[a].x.a - x - ...
FindShortestTour[{e_1, e_2, ...}] attempts to find an ordering of the e_i that minimizes the total distance on a tour that visits all the e_i once.
HermitianMatrixQ[m] tests whether m is a Hermitian matrix.