Documentation

Mathlib.LinearAlgebra.Charpoly.ToMatrix

Characteristic polynomial #

Main result #

@[simp]
theorem LinearMap.charpoly_toMatrix {R : Type u} {M : Type v} [CommRing R] [Nontrivial R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] (f : M →ₗ[R] M) {ι : Type w} [DecidableEq ι] [Fintype ι] (b : Basis ι R M) :

charpoly f is the characteristic polynomial of the matrix of f in any basis.