Mathematica > Core Language > Expressions > Structural Operations on Expressions >

Join

Join[list1, list2, ...]
concatenates lists or other expressions that share the same head.
Join[list1, list2, ..., n]
joins the objects at level n in each of the listi.
  • Join works on SparseArray objects by effectively concatenating the corresponding ordinary lists.  »
  • Join[list1, list2, ..., n] handles ragged arrays by effectively concatenating all successive elements at level n in each of the listi. »
New in 1 | Last modified in 6
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team