Polynomials appear throughout linear algebra. Determinants, characteristic polynomials, minimal polynomials, eigenvalues, matrix factorizations, and canonical forms all depend on polynomial algebra.
This appendix develops the basic algebraic properties of polynomials needed later in the book.
D.1 Polynomials
Let be a field. In this book, is usually either
A polynomial in one variable over is an expression of the form
where
The numbers are called coefficients.
The largest exponent with nonzero coefficient is called the degree of the polynomial. If
then
For example,
has degree .
The zero polynomial is the polynomial whose coefficients are all zero. Its degree is usually left undefined.
The set of all polynomials over is denoted by
D.2 Equality of Polynomials
Two polynomials are equal if and only if their corresponding coefficients are equal.
Thus
if and only if
for all .
For example,
Even if two polynomials happen to take the same value at some inputs, they are equal only when all coefficients match.
D.3 Polynomial Addition
Polynomials are added coefficientwise.
If
and
then
Example:
Polynomial addition satisfies the same algebraic laws as vector addition.
D.4 Polynomial Multiplication
Polynomial multiplication uses distributivity.
For example,
In general,
The degree of a product satisfies
whenever neither polynomial is zero.
D.5 Powers of Polynomials
If is a polynomial and is a nonnegative integer, then
means repeated multiplication:
For example,
and
The binomial theorem states that
This identity appears in expansions and combinatorial arguments.
D.6 Evaluation of Polynomials
If and , then one may evaluate at :
For example, if
then
A number is called a root or zero of if
Roots are central in eigenvalue theory because eigenvalues are roots of characteristic polynomials.
D.7 Factor Theorem
The factor theorem states:
A number is a root of if and only if
divides .
Thus,
for some polynomial .
Example
Let
Since
the factor theorem implies
The factor theorem is fundamental in polynomial factorization.
D.8 Polynomial Division
Given polynomials and , there exist unique polynomials and such that
where either
or
This is the polynomial division algorithm.
Example
Divide
by
The quotient is
because
Polynomial division is analogous to integer division.
D.9 Greatest Common Divisors
A polynomial is a common divisor of and if
and
The greatest common divisor, denoted
is the common divisor of largest degree, usually chosen to be monic.
A polynomial is monic if its leading coefficient equals .
Example
For
and
we have
Thus
Greatest common divisors are important in minimal polynomial theory.
D.10 Irreducible Polynomials
A nonconstant polynomial is irreducible over if it cannot be factored into lower-degree polynomials over .
Examples over
| Polynomial | Reducible? |
|---|---|
| Yes | |
| No | |
| Yes |
Indeed,
and
But
has no real roots, so it cannot factor into linear real polynomials.
Over
The polynomial
factors as
Thus irreducibility depends on the field.
D.11 Fundamental Theorem of Algebra
The fundamental theorem of algebra states:
Every nonconstant polynomial with complex coefficients has at least one complex root.
Equivalently, every polynomial of degree over factors completely into linear factors:
For example,
This theorem is one reason why complex vector spaces have a cleaner spectral theory than real vector spaces. (en.wikipedia.org)
D.12 Multiplicity of Roots
Suppose
where
Then is called a root of multiplicity .
Example
The polynomial
has:
| Root | Multiplicity |
|---|---|
Repeated roots play an important role in Jordan canonical form and minimal polynomials.
D.13 Polynomial Functions and Formal Polynomials
A polynomial may be viewed in two ways.
| Viewpoint | Meaning |
|---|---|
| Polynomial function | A rule |
| Formal polynomial | A symbolic algebraic object |
In elementary settings, these viewpoints are often identified. However, algebraically they are distinct.
For example, in finite fields different formal polynomials may define the same function.
In linear algebra, the formal viewpoint is important because one substitutes matrices into polynomials.
D.14 Polynomials of Matrices
If
and is a square matrix, then define
For example, if
then
This construction is fundamental in matrix theory.
Characteristic polynomials, minimal polynomials, matrix exponentials, and spectral decompositions all use polynomial expressions in matrices.
D.15 Characteristic Polynomials
If is an matrix, its characteristic polynomial is
The roots of this polynomial are the eigenvalues of .
Example
Let
Then
Thus
The eigenvalues are
Characteristic polynomials connect linear algebra with polynomial algebra.
D.16 Minimal Polynomials
The minimal polynomial of a matrix is the monic polynomial of smallest degree satisfying
For example, if
then
Thus one possible annihilating polynomial is
In fact this is the minimal polynomial.
The minimal polynomial divides every polynomial that annihilates , including the characteristic polynomial.
D.17 Polynomial Roots and Eigenvalues
The equation
determines the eigenvalues of .
Thus many matrix problems reduce to polynomial problems.
Example
Consider
Its characteristic polynomial is
The roots are
Therefore has no real eigenvalues but has two complex eigenvalues.
This example shows why complex numbers naturally arise in linear algebra.
D.18 Algebraic and Geometric Multiplicity
If is a root of the characteristic polynomial, its multiplicity as a root is called its algebraic multiplicity.
The dimension of the eigenspace associated with is called its geometric multiplicity.
These quantities satisfy
Equality for every eigenvalue characterizes diagonalizable matrices.
D.19 Companion Matrices
Every monic polynomial
has an associated companion matrix:
The characteristic polynomial of is exactly .
Companion matrices are used in canonical forms and linear recurrence relations.
D.20 Polynomial Interpolation
Suppose distinct numbers
and values
are given.
There exists a unique polynomial of degree at most satisfying
for all .
This is polynomial interpolation.
Interpolation connects linear algebra with approximation theory because the coefficients of satisfy a linear system.
The associated matrix is the Vandermonde matrix:
D.21 Polynomial Identities
Several polynomial identities appear repeatedly in linear algebra.
Difference of squares
Sum of geometric series
Binomial expansion
(x+y)^n=\sum_{k=0}^{n}\binom{n}{k}x^{n-k}y^k
These identities simplify determinant computations, matrix powers, and algebraic manipulations.
D.22 Summary
Polynomial algebra provides the algebraic framework for much of linear algebra.
Key ideas include:
| Concept | Meaning |
|---|---|
| Polynomial | Finite algebraic expression in powers of |
| Degree | Largest nonzero exponent |
| Root | Value where |
| Factor theorem | Roots correspond to linear factors |
| Irreducibility | Cannot factor further |
| Characteristic polynomial | Determines eigenvalues |
| Minimal polynomial | Smallest annihilating polynomial |
| Multiplicity | Repeated root structure |
Polynomials connect algebraic equations with matrix theory. Many questions about matrices reduce to questions about polynomial factorization, roots, and divisibility.