Degree and monicness of a characteristic polynomial
Dependencies:
Let $A$ be an $n$ by $n$ matrix. $p_A(x) = |xI - A|$ is the characteristic polynomial of $A$.
Then $p_A$ is a monic polynomial of degree $n$.
Proof
The determinant of an $n$ by $n$ matrix is the sum of several terms where each term is the product of $n$ elements of the matrix or the negation of the product of $n$ elements of the matrix.
Since all diagonal elements of $xI - A$ contain $x$ and the rest of the elements are constant, the degree of each term is less than or equal to $n$.
The only term which contains all $x$ is the diagonal. The term given by the diagonal is of the form $\prod_{i=1}^n (x - a_{i, i})$, which is a monic polynomial of degree $n$. Therefore, $p_A(x)$ is a monic polynomial of degree $n$.
Dependency for:
Info:
- Depth: 13
- Number of transitive dependencies: 59
Transitive dependencies:
- /linear-algebra/vector-spaces/condition-for-subspace
- /linear-algebra/matrices/gauss-jordan-algo
- /sets-and-relations/composition-of-bijections-is-a-bijection
- /sets-and-relations/equivalence-relation
- Group
- Ring
- Polynomial
- Integral Domain
- Comparing coefficients of a polynomial with disjoint variables
- 0x = 0 = x0
- Field
- Vector Space
- Linear independence
- Span
- Linear transformation
- Composition of linear transformations
- Vector space isomorphism is an equivalence relation
- A field is an integral domain
- Semiring
- Matrix
- Stacking
- System of linear equations
- Product of stacked matrices
- Matrix multiplication is associative
- Reduced Row Echelon Form (RREF)
- Submatrix
- Determinant
- Determinant of upper triangular matrix
- Swapping last 2 rows of a matrix negates its determinant
- Matrices over a field form a vector space
- Row space
- Elementary row operation
- Determinant after elementary row operation
- Every elementary row operation has a unique inverse
- Row equivalence of matrices
- Row equivalent matrices have the same row space
- RREF is unique
- Identity matrix
- Inverse of a matrix
- Inverse of product
- Elementary row operation is matrix pre-multiplication
- Row equivalence matrix
- Equations with row equivalent matrices have the same solution set
- Basis of a vector space
- Linearly independent set is not bigger than a span
- Homogeneous linear equations with more variables than equations
- Rank of a homogenous system of linear equations
- Rank of a matrix
- Basis of F^n
- Matrix of linear transformation
- Coordinatization over a basis
- Basis changer
- Basis change is an isomorphic linear transformation
- Vector spaces are isomorphic iff their dimensions are same
- Canonical decomposition of a linear transformation
- Eigenvalues and Eigenvectors
- Full-rank square matrix in RREF is the identity matrix
- A matrix is full-rank iff its determinant is non-0
- Characteristic polynomial of a matrix