The General Linear group $GL(n, R)$ #
This file defines the elements of the General Linear group Matrix.GeneralLinearGroup n R
,
consisting of all invertible n
by n
R
-matrices.
Main definitions #
Matrix.GeneralLinearGroup
is the type of matrices over R which are units in the matrix ring.Matrix.GLPos
gives the subgroup of matrices with positive determinant (over a linear ordered ring).
Tags #
matrix group, group, matrix inverse
GL n R
is the group of n
by n
R
-matrices with unit determinant.
Defined as a subtype of matrices
Equations
Instances For
GL n R
is the group of n
by n
R
-matrices with unit determinant.
Defined as a subtype of matrices
Equations
Instances For
Equations
The determinant of a unit matrix is itself a unit.
Equations
Instances For
The groups GL n R
(notation for Matrix.GeneralLinearGroup n R
) and
LinearMap.GeneralLinearGroup R (n → R)
are multiplicatively equivalent
Equations
Instances For
Given a matrix with invertible determinant, we get an element of GL n R
.
Equations
Instances For
toGL
is the map from the special linear group to the general linear group.
Equations
Instances For
Equations
mapGL
is the map from the special linear group over R
to the general linear group over
S
, where S
is an R
-algebra.
Equations
Instances For
This is the subgroup of nxn
matrices with entries over a
linear ordered ring and positive determinant.
Equations
Instances For
This is the subgroup of nxn
matrices with entries over a
linear ordered ring and positive determinant.
Equations
Instances For
Formal operation of negation on general linear group on even cardinality n
given by negating
each element.
Equations
Equations
Matrix.SpecialLinearGroup n R
embeds into GL_pos n R
Equations
Instances For
Equations
Coercing a Matrix.SpecialLinearGroup
via GL_pos
and GL
is the same as coercing straight to
a matrix.