# Matrix Lie Group

### Matrix Lie Groups

<table data-full-width="false"><thead><tr><th width="244" align="center">Matrix Lie Group</th><th width="99" align="center">Notation</th><th width="95" align="center">Field</th><th>Property</th></tr></thead><tbody><tr><td align="center">General Linear Group</td><td align="center">GL(n)</td><td align="center">C or R</td><td>n×n invertible matrices</td></tr><tr><td align="center">Special Linear Group</td><td align="center">SL(n)</td><td align="center">C or R</td><td>GL(n), det⁡=1</td></tr><tr><td align="center">Unitary Group</td><td align="center">U(n)</td><td align="center">C</td><td>GL(n), U^∗=U^(-1)</td></tr><tr><td align="center">Special Unitary Group</td><td align="center">SU(n)</td><td align="center">C</td><td>GL(n), U^∗=U^(-1), det⁡=1</td></tr><tr><td align="center">Orthogonal Group</td><td align="center">O(n)</td><td align="center">R</td><td>GL(n), R^⊤=R^(-1)</td></tr><tr><td align="center">Special Orthogonal Group</td><td align="center">SO(n)</td><td align="center">R</td><td>GL(n), R^⊤=R^(-1), det⁡=1</td></tr><tr><td align="center">Euclidean Group</td><td align="center">E(n)</td><td align="center">R</td><td>GL(n+1), T= [R p; 0 1]</td></tr><tr><td align="center">Special Euclidean Group</td><td align="center">SE(n)</td><td align="center">R</td><td>GL(n+1), T= [R p; 0 1], det⁡=1</td></tr></tbody></table>

* Notes: A matrix Lie group is a closed subgroup of GL(n, C). The common binary operation is matrix multiplication.
* Please see the textbook “Lie Groups, Lie Algebras, and Representations” by Brian C. Hall for more details.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.hanzheteng.com/math/algebra/matrix-lie-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
