Are 'lists' and vectors the same thing?

  • Context: Undergrad 
  • Thread starter Thread starter autodidude
  • Start date Start date
  • Tags Tags
    Vectors
Click For Summary

Discussion Overview

The discussion revolves around the comparison between 'lists' and vectors as presented in 'Linear Algebra Done Right' by S. Axler. Participants explore the definitions, characteristics, and implications of these concepts within the context of linear algebra.

Discussion Character

  • Debate/contested
  • Conceptual clarification

Main Points Raised

  • Some participants argue that lists and vectors are not the same, highlighting that lists do not necessarily have the algebraic structure required for vectors, such as defined addition and scalar multiplication.
  • One participant notes that Axler himself states that a vector space can consist of elements like lists, functions, or other objects, suggesting a broader definition of vectors.
  • Another participant points out that a list's components may not obey the rules that define a vector, such as the existence of additive inverses.
  • Some participants speculate on why Axler uses the term 'list,' suggesting it may be to avoid the traditional notion of vectors as directed line segments or to better convey the idea of an n-tuple.
  • It is mentioned that lists allow for ordered sequences and repetitions, which distinguishes them from sets.

Areas of Agreement / Disagreement

Participants generally disagree on whether lists and vectors are equivalent, with multiple competing views presented regarding their definitions and characteristics. The discussion remains unresolved.

Contextual Notes

Participants reference specific pages in Axler's book to support their claims, indicating that definitions and interpretations may depend on the context provided in the text.

autodidude
Messages
332
Reaction score
0
I've just been reading through the first few pages of 'Linear Algebra Done Right' by S. Axler and so far, the concept of a 'list' seems a lot like a vector. Are they one and the same?

If so, is there a reason why Axler chose to call it a list? Perhaps maybe to rid the idea that a vector is a 'directed line segment'?

Thanks
 
Physics news on Phys.org
I don't have that book so cannot see exactly how he defines "list" but, at least according to any definition I would consider reasonable, no, they are not the same. I would take a "list" to be an ordered sequence. I can, have, for example, my grocery list: bread, milk, tuna fish, green beans, potatoes. That is pretty much equivalent to the "list" data type you will find in Pascal, C++ or Java.

Now, while there are many different, more or less equivalent, ways to define "vector", they all give an algebraic structure. We must be able to add two vectors and multiply a vector by a number (or, more generally, an element of a field). That is certainly NOT the case for the "list" above.

If he is saying "a list of numbers with defined addition and scalar multiplication", that would be the same but I can see no good reason for the non-standard terminology.
 
autodidude said:
I've just been reading through the first few pages of 'Linear Algebra Done Right' by S. Axler and so far, the concept of a 'list' seems a lot like a vector. Are they one and the same?
No. He says so himself: In general, a vector space is an abstract entity whose elements might be lists, functions, or weird objects.


If so, is there a reason why Axler chose to call it a list? Perhaps maybe to rid the idea that a vector is a 'directed line segment'?
However you learn abstract linear algebra, that a vector is a 'directed line segment' is one of the first notions you have to get rid of.
 
autodidude said:
I've just been reading through the first few pages of 'Linear Algebra Done Right' by S. Axler and so far, the concept of a 'list' seems a lot like a vector. Are they one and the same?
No. A list's components need not necessarily be objects that obey the rules that define a vector (see page 9). For example, a list of positive integers has no additive inverse, ie there is no positive number w such that (v) + (w) = (0), whereas a vector does have an additive inverse.

If so, is there a reason why Axler chose to call it a list? Perhaps maybe to rid the idea that a vector is a 'directed line segment'?
Perhaps, although he does mention the traditional concept of an arrow as a vector on page 6 ("when we think of x as an arrow, we refer to it as a vector") so I think not. I think it's more likely to be because it conveys the idea of an n-tuple (see the side note on page 4) better than "n-tuple" does.

(Thank goodness for "Look Inside" on Amazon! :approve:)
 
As I recall, he uses lists to group objects much as you would do with a set, but with two differences: first, the order in which the elements appear is significant, so (1,2) is not the same as (2,1); and second, there can be repetitions, so you can have a list like (2,2) which is distinct from (2), something you can't do with sets.
 
Makes sense now, thanks a lot of everyone!
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 43 ·
2
Replies
43
Views
8K