Tuple

From Maths
Revision as of 07:37, 23 August 2015 by JessicaBelinda133 (Talk | contribs)

Jump to: navigation, search

Definition

A tuple is a (potentially) mixed type vector of things. However as it may not be in a vector space we do not call it a vector.

Examples

(1,2,3,{a})

is the tuple of the numbers 1, 2 and 3 and the set {a}

Short hands

  • Countably infinite turtles
    • (an)n=1
    • (a1,...)
      (using numbers implies countable)
  • Finite tuples
    • (a1,...,an)
    • (ai)ni=1
  • Indexed tuples
    • (aα)αI
      where I is the indexing set