Replace
(Built-in Mathematica Symbol) Replace[expr, rules] applies a rule or list of rules in an attempt to transform the entire expression expr. Replace[expr, rules, levelspec] applies rules to parts of expr ...
Prepend
(Built-in Mathematica Symbol) Prepend[expr, elem] gives expr with elem prepended.
Unique customizability and connectivity powered by symbolic programming.
StringInsert["string", " snew", n] yields a string with " snew" inserted starting at position n in " string". StringInsert["string", " snew", -n] inserts at position n from ...
Cubics
(Built-in Mathematica Symbol) Cubics is an option for functions that involve solving algebraic equations, that specifies whether explicit forms for solutions to cubic equations should be given.
UndirectedGraph[g] gives an undirected graph from the directed graph g.
IntegerPart[x] gives the integer part of x.
CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.
CUDAMemoryCopyToDevice[mem] force copies CUDAMemory from the CPU to the GPU.
Mathematica allows almost every aspect of sessions to be customized, under full programmatic control.