Abstract¶
A brief overview of maps, the conditions for a map to be a linear maps and some of there properties.
A map from a vector space to a vector space is a rule which assigns to every element of an elements in .
- A map from a space defined over to is called a function.
- A map from a space defined over to is called a functional.
- A map from a space defined over to is called an operator.
Linear Map Conditions¶
A map is called a linear map if
- forall .
- where
Matrices and Linear Maps¶
Each linear map has an associated matrix. The linear map has an associated matrix with elements given by
where and are the standard basis of and respectively.
The map can be applied to a vector via its associated matrix as
Operations of Linear Maps¶
Let be a linear map with associated matrix and
where is also a linear map.
On the associated matrix with elements this becomes
Let and be linear maps with associated matrices and , and .
The addition of and is defined as
where is also a linear map.
On the associated matrices and with elements and respectively, this becomes
Let and be linear maps.
Let and be linear maps.
Let , and be linear maps.
Let and be linear maps with associated matrices and .
If is a linear map then .
Properties of Linear Maps¶
Let be a linear map.
is surjective if and only if
meaning the map can output all possible vectors in the output space.
Let be a linear map.
is injective if and only if
where is the zero vector.
This means the only input vector the map can output for is .
Let be a linear map.
is bijective if it is both surjective and injective.
Properties:
- Let be a linear map and bijective, be also a linear map, where is the inverse map.
Projections¶
A linear map is a projection if .
This means applying the map twice gives the same results as applying the map once.
Properties of Projections¶
Let be a projection.
- .
- if is finite dimensional.