Podcast
Questions and Answers
What is the symbol used to enclose a list in Mathematica?
What is the symbol used to enclose a list in Mathematica?
- Angle brackets <>
- Parentheses ()
- Curly braces {} (correct)
- Brackets []
How are elements separated within a list in Mathematica?
How are elements separated within a list in Mathematica?
- Colon :
- Comma , (correct)
- Semicolon ;
- Slash /
What type of object can be an element of a list in Mathematica?
What type of object can be an element of a list in Mathematica?
- Only arrays
- Any legitimate Mathematica quantity (correct)
- Only graphical entities
- Only numbers
What percentage of Mathematica's functions can operate on lists?
What percentage of Mathematica's functions can operate on lists?
When can a list in Mathematica be considered a vector?
When can a list in Mathematica be considered a vector?