Projection[u, v] finds the projection of the vector u onto the vector v.Projection[u, v, f] finds projections with respect to the inner product function f.
CReturn[ ] is a symbolic representation of a return from a function. CReturn[arg] returns the argument arg.
AnimateGraph[g, l] displays graph g with each element in the list l successively highlighted. Here l is a list containing vertices and edges of g. An optional flag, which ...
InversionPoset[n] returns a Hasse diagram of the partially ordered set on size-n permutations in which p < q if q can be obtained from p by an adjacent transposition that ...
PartitionLattice[n] returns a Hasse diagram of the partially ordered set on set partitions of 1 through n in which p < q if q is finer than p, that is, each block in q is ...
New function FourierDCT has been added to the built-in Mathematica kernel. New function FourierDST has been added to the built-in Mathematica kernel.
Colorize[m] generates an image from an integer matrix m, using colors for positive integers and black for non-positive integers.Colorize[image] replaces intensity values in ...
patt /; test is a pattern which matches only if the evaluation of test yields True. lhs :> rhs /; test represents a rule which applies only if the evaluation of test yields ...
DatePattern[{"e_1", "e_2", ...}] represents the characters of a date with elements of type "e_i" in StringExpression.DatePattern[{"e_1", "e_2 ", ...}, sep] allows separators ...
A Bernoulli equation is a first-order equation of the form The problem of solving equations of this type was posed by James Bernoulli in 1695. A year later, in 1696, G. ...