Encyclopedia > Linear operator

  Article Content

Linear transformation

Redirected from Linear operator

In mathematics, a linear transformation (also called linear operator or linear map) is a function between two vector spaces which respects the arithmetical operations addition and scalar multiplication defined on vector spaces, or, in other words, it "preserves linear combinations".

Table of contents

Definition and first consequences

Formally, if V and W are vector spaces over the same ground field K, we say that f : VW is a linear transformation if for any two vectors x and y in V and any scalar a in K, we have

<math>f(x+y)=f(x)+f(y)\quad{\rm (additivity)}</math>
<math>f(ax)=af(x)\quad{\rm (homogeneity)}.</math>
This is equivalent to saying that f "preserves linear combinations", i.e., for any vectors x1, ..., xm and scalars a1, ..., am, we have
<math>f(a_1 x_1+\cdots+a_m x_m)=a_1 f(x_1)+\cdots+a_m f(x_m).</math>

Occasionally, V and W can be considered as vector spaces over different ground fields, and it is then important to specify which field was used for the definition of "linear". If V and W are considered as spaces over the field K as above, we talk about K-linear maps. For example, the conjugation of complex numbers is an R-linear map CC, but it is not C-linear.

Examples and matrices

If V and W are finite dimensional and bases have been chosen, then every linear transformation from V to W can be represented as a matrix; this is useful because it allows concrete calculations. Conversely, matrices yield examples of linear transformations: if A is a real m-by-n matrix, then the rule f(x) = Ax describes a linear transformation RnRm (see Euclidean space).

There are also important examples of linear transformation involving infinite-dimensional spaces. For instance, the integral yields a linear map from the space of all real-valued integrable functions on some interval to R, while differentiation is a linear transformation from the space of all differentiable functions to the space of all functions.

Forming new linear transformations from given ones

The composition of linear transformations is linear: if f : VW and g : WZ are linear, then so is g o f : VZ.

If f1 : VW and f2 : VW are linear, then so is their sum f1 + f2 (which is defined by (f1 + f2)(x) = f1(x) + f2(x)).

If f : VW is linear and a is an element of the ground field K, then the map af, defined by (af)(x) = a (f(x)), is also linear.

In the finite dimensional case and if bases have been chosen, then the composition of linear maps corresponds to the multiplication of matrices, the addition of linear maps corresponds ot the addition of matrices, and the multiplication of linear maps with scalars corresponds to the multiplication of matrices with scalars.

Endomorphisms and automorphisms

A linear transformation f : VV is an endomorphism of V; the set of all such endomorphisms End(V) together with addition, composition and scalar multiplication as defined above forms an associative algebra with identity element over the field K (and in particular a ring). The identity element of this algebra is the identity map id : VV.

A bijective endomorphism of V is called an automorphism of V. The composition of two automorphisms is again an automorphism, and the set of all automorphisms of V forms a group, the automorphism group of V which is denoted by Aut(V) or GL(V).

If V has finite dimension n, then End(V) is isomorphic to the associative algebra of all n by n matrices with entries in K. The automorphism group of V is isomorphic to the general linear group GL(n, K) of all n by n invertible matrices with entries in K.

Kernel and image

If f : VW is linear, we define the kernel and the image of f by

<math>\operatorname{ker}(f)=\{\,x\in V:f(x)=0\,\}</math>
<math>\operatorname{im}(f)=\{\,f(x):x\in V\,\}</math>
ker(f) is a subspace of V and im(f) is a subspace of W. The following dimension formula is often useful:
dim(ker(f)) + dim(im(f)) = dim(V)

The number dim(im(f)) is also called the rank of f and written as rk(f). If V and W are finite dimensional, bases have been chosen and f is represented by the matrix A, then the rank of f is equal to the rank of the matrix A.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Bullying

... designated anyone who assumed power for any period of time without a legitimate basis of authority. The first to have the title of "Tyrant" was Pisistratus in 560 ...

 
 
 
This page was created in 33.6 ms