Diagonal matrices #
This file contains some results on the linear map corresponding to a
diagonal matrix (range
, ker
and rank
).
Tags #
matrix, diagonal, linear_map
theorem
Matrix.proj_diagonal
{n : Type u_1}
[Fintype n]
[DecidableEq n]
{R : Type v}
[CommSemiring R]
(i : n)
(w : n → R)
:
theorem
Matrix.diagonal_comp_single
{n : Type u_1}
[Fintype n]
[DecidableEq n]
{R : Type v}
[CommSemiring R]
(w : n → R)
(i : n)
:
@[deprecated Matrix.diagonal_comp_single (since := "2024-08-09")]
theorem
Matrix.diagonal_comp_stdBasis
{n : Type u_1}
[Fintype n]
[DecidableEq n]
{R : Type v}
[CommSemiring R]
(w : n → R)
(i : n)
:
theorem
Matrix.diagonal_toLin'
{n : Type u_1}
[Fintype n]
[DecidableEq n]
{R : Type v}
[CommSemiring R]
(w : n → R)
:
theorem
Matrix.ker_diagonal_toLin'
{m : Type u_1}
[Fintype m]
{K : Type u}
[Semifield K]
[DecidableEq m]
(w : m → K)
:
theorem
Matrix.range_diagonal
{m : Type u_1}
[Fintype m]
{K : Type u}
[Semifield K]
[DecidableEq m]
(w : m → K)
:
theorem
LinearMap.rank_diagonal
{m : Type u_1}
[Fintype m]
{K : Type u}
[Field K]
[DecidableEq m]
[DecidableEq K]
(w : m → K)
: