The discriminant of a matrix #
theorem
Matrix.discr_of_card_eq_two
{R : Type u_1}
{n : Type u_2}
[CommRing R]
[Nontrivial R]
[Fintype n]
[DecidableEq n]
(A : Matrix n n R)
(hn : Fintype.card n = 2)
 :
@[deprecated Matrix.discr (since := "2025-10-20")]
def
Matrix.disc
{R : Type u_1}
{n : Type u_2}
[CommRing R]
[Fintype n]
[DecidableEq n]
(A : Matrix n n R)
 :
R
Alias of Matrix.discr.
The discriminant of a matrix is defined to be the discriminant of its characteristic polynomial.
Equations
Instances For
@[deprecated Matrix.discr_of_card_eq_two (since := "2025-10-20")]
theorem
Matrix.disc_of_card_eq_two
{R : Type u_1}
{n : Type u_2}
[CommRing R]
[Nontrivial R]
[Fintype n]
[DecidableEq n]
(A : Matrix n n R)
(hn : Fintype.card n = 2)
 :
Alias of Matrix.discr_of_card_eq_two.