Questions tagged [vector-spaces]

For questions about vector spaces and their properties. More general questions about linear algebra belong under the [linear-algebra] tag. A vector space is a space which consists of elements called "vectors", which can be added and multiplied by scalars

This tag is for questions about vector spaces and their properties, as well mappings between vector spaces. More general questions about linear algebra belong under the tag.

A vector space consists of a set of elements called "vectors" and is associated with a field (a set with well-behaved notions of addition, multiplication, subtraction and division) called the "field of scalars". An individual vectors can be multiplied by elements of the field of scalars to produce a new vector in the vector space, and pairs of vectors can be added or subtracted to produce a new vector as well. A full introduction can be found on Wikipedia.

16664 questions
167
votes
20 answers

Calculate Rotation Matrix to align Vector A to Vector B in 3d?

I have one triangle in 3d space that I am tracking in a simulation. Between time steps I have the the previous normal of the triangle and the current normal of the triangle along with both the current and previous 3d vertex positions of the…
user1084113
  • 1,849
  • 4
  • 13
  • 10
163
votes
8 answers

Is there a quick proof as to why the vector space of $\mathbb{R}$ over $\mathbb{Q}$ is infinite-dimensional?

It would seem that one way of proving this would be to show the existence of non-algebraic numbers. Is there a simpler way to show this?
Elchanan Solomon
  • 27,884
  • 6
  • 55
  • 88
130
votes
10 answers

Physical meaning of the null space of a matrix

What is an intuitive meaning of the null space of a matrix? Why is it useful? I'm not looking for textbook definitions. My textbook gives me the definition, but I just don't "get" it. E.g.: I think of the rank $r$ of a matrix as the minimum number…
user541686
  • 12,494
  • 15
  • 48
  • 93
105
votes
3 answers

Why are vector spaces not isomorphic to their duals?

Assuming the axiom of choice, set $\mathbb F$ to be some field (we can assume it has characteristics $0$). I was told, by more than one person, that if $\kappa$ is an infinite cardinal then the vector space $V=\mathbb F^{(\kappa)}$ (that is an…
Asaf Karagila
  • 370,314
  • 41
  • 552
  • 949
98
votes
7 answers

Is the vector cross product only defined for 3D?

Wikipedia introduces the vector product for two vectors $\vec a$ and $\vec b$ as $$ \vec a \times\vec b=(\| \vec a\| \|\vec b\|\sin\Theta)\vec n $$ It then mentions that $\vec n$ is the vector normal to the plane made by $\vec a$ and $\vec b$,…
VF1
  • 1,791
  • 1
  • 14
  • 21
96
votes
7 answers

Geometric interpretation of $\det(A^T) = \det(A)$

$$\det(A^T) = \det(A)$$ Using the geometric definition of the determinant as the area spanned by the columns, could someone give a geometric interpretation of the property?
90
votes
1 answer

In categorical terms, why is there no canonical isomorphism from a finite dimensional vector space to its dual?

I've read in several places that one motivation for category theory was to be able to give precise meaning to statements like, "finite dimensional vector spaces are canonically isomorphic to their double duals; they are isomorphic to their duals as…
82
votes
2 answers

Difference between metric and norm made concrete: The case of Euclid

This is a follow-up question on this one. The answers to my questions made things a lot clearer to me (Thank you for that!), yet there is some point that still bothers me. This time I am making things more concrete: I am esp. interested in the…
vonjd
  • 8,348
  • 10
  • 47
  • 74
82
votes
9 answers

In Linear Algebra, what is a vector?

I understand that a vector space is a collection of vectors that can be added and scalar multiplied and satisfies the 8 axioms, however, I do not know what a vector is. I know in physics a vector is a geometric object that has a magnitude and a…
Paul Lee
  • 975
  • 1
  • 7
  • 5
76
votes
3 answers

Connections between metrics, norms and scalar products (for understanding e.g. Banach and Hilbert spaces)

I am trying to understand the differences between $$ \begin{array}{|l|l|l|} \textbf{vector space} & \textbf{general} & \textbf{+ completeness}\\\hline \text{metric}& \text{metric space} & \text{complete space}\\ \text{norm} & \text{normed} &…
75
votes
18 answers

How to find perpendicular vector to another vector?

How do I find a vector perpendicular to a vector like this: $$3\mathbf{i}+4\mathbf{j}-2\mathbf{k}?$$ Could anyone explain this to me, please? I have a solution to this when I have $3\mathbf{i}+4\mathbf{j}$, but could not solve if I have $3$…
niko
  • 869
  • 1
  • 7
  • 6
69
votes
14 answers

What isn't a vector space?

I'm really confused about vector spaces. We're learning about them in Linear Algebra, and my book doesn't give good examples of what a vector space is. I understand sets and vectors, but I don't understand vector spaces. From the definitions they've…
AleksandrH
  • 2,795
  • 4
  • 22
  • 47
69
votes
1 answer

What is the logic/rationale behind the vector cross product?

I don't think I ever understood the rationale behind this. I get that the dot product $\mathbf{a} \cdot \mathbf{b} =\lVert \mathbf{a}\rVert \cdot\lVert \mathbf{b}\rVert \cos\theta$ is derived from the cosine rule. (Do correct me if I'm…
Danxe
  • 1,635
  • 1
  • 14
  • 24
63
votes
7 answers

What is the main difference between a vector space and a field?

In my opinion both are almost same. However there should be some differenes like any two elements can be multiplied in a field but it is not allowed in vector space as only scalar multiplication is allowed where scalars are from the field. Could…
63
votes
14 answers

Dot Product Intuition

I'm searching to develop the intuition (rather than memorization) in relating the two forms of a dot product (by an angle theta between the vectors and by the components of the vector ). For example, suppose I have vector $\mathbf{a} =…
nerdy
  • 3,060
  • 1
  • 23
  • 42
1
2 3
99 100