Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Matrix.centerAlgEquiv
(R A : Type u)
[CommSemiring R]
[Ring A]
[Algebra R A]
(n : ℕ)
(hn : 0 < n)
:
Equations
- Matrix.centerAlgEquiv R A n hn = { toEquiv := (Matrix.centerEquivBase n hn A).toEquiv, map_mul' := ⋯, map_add' := ⋯, commutes' := ⋯ }