Skip to content

Structural Manipulation

27 built-in function(s) in this category.

  • ArrayFlatten — ArrayFlatten[a] (Stable)
  • Catenate — Catenate[{e1, e2, ...}] (Stable)
  • Complement — Complement[eall, e1, e2, ...] (Stable)
  • Dimensions — Dimensions[expr] (Stable)
  • ExpandAll — ExpandAll[expr] (Stable)
  • Exponent — Exponent[expr, form] gives the maximum power with which form appears in the (Stable)
  • Extract — Extract[expr, pos] (Stable)
  • FactorList — FactorList[poly] gives a list of the irreducible factors of poly together (Stable)
  • Flatten — Flatten[list] (Stable)
  • Head — Head[expr] (Stable)
  • Insert — Insert[expr, elem, n] inserts elem at position n in expr. (Stable)
  • Intersection — Intersection[list] (Stable)
  • Length — Length[expr] (Stable)
  • Level — Level[expr, levelspec] (Stable)
  • OrderedQ — OrderedQ[h[e1, e2, ...]] gives True if the elements are in canonical order, and False otherwise. (Stable)
  • PadLeft — PadLeft[list, n] (Stable)
  • PadRight — PadRight[list, n] (Stable)
  • Part — expr[[i]] or Part[expr, i] (Stable)
  • Partition — Partition[list, n] (Stable)
  • Reverse — Reverse[expr] reverses the order of elements in expr. (Stable)
  • RotateLeft — RotateLeft[expr, n] rotates the elements of expr n positions to the left. (Stable)
  • RotateRight — RotateRight[expr, n] rotates the elements of expr n positions to the right. (Stable)
  • Span — i;;j represents a span of elements i through j. i;;j;;k represents a span in steps of k. (Stable)
  • Split — Split[list] (Stable)
  • Transpose — Transpose[list] (Stable)
  • Union — Union[list] (Stable)
  • UpTo — UpTo[n] (Stable)