What Are the Key Vector Spaces You Should Understand?

Zhalfirin88
Messages
137
Reaction score
0
This isn't a homework question, but I thought it'd still be an appropriate place.

So this is about vector spaces. I know these are sort of abstract spaces but I'd like more explanation on them.

1) \mathbb{R} This is the space of real vectors right, like from real numbers?

2) \mathbb{P} What does this mean that it's a polynomial space? Like the standard basis is {1,t,t2,t3...} but how is \mathbb{P}_n different from \mathbb{R}^n

3) \mathbb{C} My instructor basically showed us this one, but didn't explain it cause we don't use it in our linear algebra class.

Edit: Are there any other majors spaces that I didn't list but are important to know?
 
Physics news on Phys.org
Zhalfirin88 said:
This isn't a homework question, but I thought it'd still be an appropriate place.

So this is about vector spaces. I know these are sort of abstract spaces but I'd like more explanation on them.

1) \mathbb{R} This is the space of real vectors right, like from real numbers?
Yes, pretty much. A vector in this space extends from the origin to a given real number. A vector space consists, naturally enough, of vectors, whose components come from some field. In this case, the field is the real numbers. Scalar multiplication means multiplication by real numbers.
Zhalfirin88 said:
2) \mathbb{P} What does this mean that it's a polynomial space? Like the standard basis is {1,t,t2,t3...} but how is \mathbb{P}_n different from \mathbb{R}^n
Usually you'll see this as Pn, the (function) space of polynomials of degree <= n. A function space is structurally identical to a vector space, and must satisfy the same 10 axioms. Notice that a basis for Pn consists of n + 1 functions, while a basis for Rn consists of n vectors.
Zhalfirin88 said:
3) \mathbb{C} My instructor basically showed us this one, but didn't explain it cause we don't use it in our linear algebra class.
This would be similar in some respects to the vector space R, but the field is the complex numbers. The components are complex numbers, and scalar multiplication is done using complex numbers.
Zhalfirin88 said:
Edit: Are there any other majors spaces that I didn't list but are important to know?
Matrices of a given size form a vector space. E.g., there's a vector space that consists of 2 x 2 matrices, another for 3 x 2 matrices, and so on. For more examples, see http://en.wikipedia.org/wiki/Examples_of_vector_spaces.
 
Thanks Mark. :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top