Linear Operator — Definition, Formula & Examples
A linear operator is a function that maps vectors to vectors while preserving vector addition and scalar multiplication. In finite dimensions, every linear operator can be represented by a matrix.
A mapping between vector spaces and over a field is a linear operator if for all vectors and all scalars : (1) (additivity) and (2) (homogeneity). When , the term "linear operator" is sometimes reserved specifically for this case, while the general case is called a "linear transformation."
Key Formula
Where:
- = The linear operator (function between vector spaces)
- = Vectors in the domain
- = Scalars from the underlying field
How It Works
To check whether a function is a linear operator, you verify the two defining properties: additivity and homogeneity. These can be combined into a single condition: . In practice, once you choose bases for the domain and codomain, a linear operator corresponds to multiplication by a matrix , so that . This connection means that studying matrices and studying linear operators are essentially the same thing in finite dimensions.
Worked Example
Problem: Determine whether the function , where , is a linear operator. Then compute .
Step 1: Matrix multiplication always satisfies additivity and homogeneity: . So is a linear operator.
Step 2: Compute the output by multiplying the matrix by the vector.
Answer: is a linear operator, and .
Why It Matters
Linear operators are the central objects of study in linear algebra and appear throughout differential equations, quantum mechanics, and computer graphics. Recognizing that a process is linear lets you represent it as a matrix, unlocking powerful computational tools like eigenvalue decomposition and Cramer's Rule for solving systems.
Common Mistakes
Mistake: Assuming any function of vectors is linear. For example, looks simple but is not linear because .
Correction: A linear operator must map the zero vector to the zero vector. If , the function fails linearity immediately — this is a quick first check.
