[Math] the difference between linear function and linear map(transformation)

linear algebra

I know that linear mapping is

    `T: V-> W where V,W are vector spaces` 

and linear function is

f: V->F where V is a vector space and F is a field

But I don't really know the difference intuitively.
What are the examples of linear map and linear function?
And is linear mapping included in linear function?

Best Answer

A linear function (or functional) gives you a scalar value from some field $\mathbb{F}$. On the other hand a linear map (or transformation or operator) gives you another vector. So a linear functional is a special case of a linear map which gives you a vector with only one entry.

Related Question