I have started college few days ago. At the first exposition of physics, professor has been reminding us what is vector and what is definition of a vector. But he has been using linear algebra to explain us vectors and this is not covered in high school. Therefore I decided to learn it on my own.
Now I know somethings about linear algebra, but I have a few questions.
- What is difference between Linear Space and Vector Space?
- Subspaces have to be defined with the same laws as space to be a subspace of the space?
- Why does the subset have to contain zero vector to be a subspace? If a set is empty multiplication should not work, because empty set times anything else should give empty set.
- Can we define own laws for subspace?
- Professor calls vector addition as inner product and scalar multiplication as outer product, what does mean?
[added following comments by Najib Idrissi below]
Apparently "inner/outer" is translation from a different language. I am not clear what point is being made here.
The starting point for a vector space is a field $F$, which is usually the reals or the complex numbers. A field is a structure where addition, multiplication, 0, 1, inverses (1/k and -k) all work as for the reals.
We then have a set of elements, called "vectors" which form an abelian group under addition. In other words, the sum of any two vectors is a vector. The zero vector has the obvious meaning (when added to another vector it leaves it unchanged). We can think of the vectors as having coordinates which belong to $F$. So the classic example would be $\mathbb{R}^3$, the set of points in Euclidean space, with a typical vector being written $(a,b,c)$, where $a,b,c$ are real numbers.
A common convention is to write scalars (members of the field) by Greek letters, such as $\lambda,\mu,\nu$. We can multiply a vector by a scalar to get another vector, so if $\lambda$ is a scalar, and $v$ is a vector, then $\lambda v$ is a vector. The mental picture (at least where $F$ is the reals) is that we are increasing the length of the vector by a factor $\lambda$. So if $v=(x,y,z)$ then $\lambda v=(\lambda x,\lambda y,\lambda z)$.
But I am rambling, I guess I am not clear what your difficulty is. The use of outer/inner you are referring to is just a comment about the domain/range of the operations.