Special linear group of degree two

From Groupprops
Revision as of 22:32, 24 August 2009 by Vipul (talk | contribs) (Created page with '==Definition== The '''special linear group of degree two''' over a field <math>k</math>, or more generally over a commutative unital ring <math>R</math>, is defined as t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

The special linear group of degree two over a field k, or more generally over a commutative unital ring R, is defined as the group of 2×2 matrices with determinant 1 under matrix multiplication. The group is denoted by SL(2,R).

The underlying set of the group is:

SL(2,R):={(abcd)a,b,c,dR,adbc=1}.

The group operation is given by:

(abcd)(a'b'c'd')=(aa'+cb'ac'+bd'ca'+db'cb'+dd').

The identity element is:

(1001).

The inverse map is given by:

<math>\begin{pmatrix} a & b \\ c & d \\\end{pmatrix}^{-1} = \begin{pmatrix} d & -b \\ -c & a \\\end{pmatrix}