Commit 2024-11-27 08:00 8a7a0b7d
View on Github →refactor(LinearAlgebra/Matrix/GeneralLinearGroup): Redefine Matrix.SpecialLinearGroup.toGL
and remove duplicate toLinear
(#19523)
This PR redefines Matrix.SpecialLinearGroup.toGL
, as the multiplicative map from the matrix group $$\mathrm{SL}_n(R)$$ to the matrix group $$\mathrm{GL}_n(R)$$, following a Zulip discussion. It also removes a duplicate of Matrix.GeneralLinearGroup.toLin
.