def
Matrix.GeneralLinearGroup.diagonalHom
(n : Type u_1)
[DecidableEq n]
[Fintype n]
(R : Type u_2)
[CommRing R]
:
The multiplicative group homomorphism (Rˣ)ⁿ →* GL(n, R)
given by mapping a vector x
to
Matrix.diagonal x
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Matrix.GeneralLinearGroup.diagonalSubgroup
(n : Type u_1)
[DecidableEq n]
[Fintype n]
(R : Type u_2)
[CommRing R]
:
The group of invertible diagonal matrices.