GET TUTORING NEAR ME!

By providing your phone number, you consent to receive text messages from Club Z! for purposes related to our services. Message frequency may vary. Message and Data Rates may apply. Reply HELP for help or STOP to unsubscribe. See our Privacy Policy and our Terms and Conditions page

    Home / Get Math Help

    Vector Function

    Usage

    {e1, e2, ...} is a list of elements.

    Basic example

    The short notation {...} and the FullForm notation List[...] are equivalent: In[1]:=List[a, b, c, d] Out[1]={a, b, c, d} In[2]:=FullForm[{a, b, c, d}] Out[2]=List[a, b, c, d]

    Notation

    {...}

    Background

    List is a very general construct used to represent collections of expressions. Lists may have any length or depth. The expression List[a, b, c, ...] is commonly written and displayed using the shorthand syntax {a, b, c, ...}. Lists are particularly important in the Wolfram Language, which does not define explicit vector, matrix, tensor, etc. objects but rather uses (possibly nested) lists to represent such structures. For example, {a, b, c, ...} can represent a vector, {{a, b}, {c, d}} a matrix, and so on.

    Attributes

    Locked | Protected

    Relationships with other entities

    Association | Dataset | Sequence | ListPlot | Listable | CompoundElement | DelimitedSequence | Splice | Nothing | Rule | DataStructure

    Typical ranks of usage in programs

    1st most common (1 in 3 symbols)

    1st most common (1 in 3 symbols)

    1st most common (1 in 3 symbols)

    History

    introduced in Version 1 (June 1988) last modified in Version 10 (July 2014)

    Timeline