Lie algebra of a isometry group Updated 2025-07-16
We can almost reach the Lie algebra of any isometry group in a single go. For every in the Lie algebra we must have:because has to be in the isometry group by definition as shown at Section "Lie algebra of a matrix Lie group".
Bibliography:
Lie algebra of a matrix Lie group Updated 2025-07-16
For this sub-case, we can define the Lie algebra of a Lie group as the set of all matrices such that for all :If we fix a given and vary , we obtain a subgroup of . This type of subgroup is known as a one parameter subgroup.
The immediate question is then if every element of can be reached in a unique way (i.e. is the exponential map a bijection). By looking at the matrix logarithm however we conclude that this is not the case for real matrices, but it is for complex matrices.
TODO example it can be seen that the Lie algebra is not closed matrix multiplication, even though the corresponding group is by definition. But it is closed under the Lie bracket operation.
Lie Groups, Physics, and Geometry by Robert Gilmore (2008) Updated 2025-07-16
The author seems to have uploaded the entire book by chapters at: www.physics.drexel.edu/~bob/LieGroups.html
And the author is the cutest: www.physics.drexel.edu/~bob/Personal.html.
Overview:
- Chapter 3: gives a bunch of examples of important matrix Lie groups. These are done by imposing certain types of constraints on the general linear group, to obtain subgroups of the general linear group. Feels like the start of a classification
- Chapter 4: defines Lie algebra. Does some basic examples with them, but not much of deep interest, that is mostl left for Chapter 7
- Chapter 5: calculates the Lie algebra for all examples from chapter 3
- Chapter 6: don't know
- Chapter 7: describes how the exponential map links Lie algebras to Lie groups
Life difficulty level meme Updated 2025-07-16
List of Stack Overflow users Updated 2025-09-09
Linear function Updated 2025-07-16
The term is not very clear, as it could either mean:
- a real number function whose graph is a line, i.e.:or for higher dimensions, a hyperplane:
- a linear map. Note that the above linear functions are not linear maps unless (known as the homogeneous case), because e.g.:butFor this reason, it is better never to refer to linear maps as linear functions.
Linear operator Updated 2025-07-16
Examples:
- a 2x2 matrix can represent a linear map from to , so which is a linear operator
- the derivative is a linear map from to , so which is also a linear operator
Line (geometry) Updated 2025-07-16
Lines through origin model of the real projective plane Updated 2025-07-16
This is the standard model.
List of AI games Updated 2025-07-16
List of anatomical systems Updated 2025-07-16
List of books Updated 2025-07-16
List of nuclear weapons Updated 2025-07-16
List of version control systems Updated 2025-07-16
LLVM IR hello world Updated 2025-07-16
Example: llvm/hello.ll adapted from: llvm.org/docs/LangRef.html#module-structure but without double newline.
To execute it as mentioned at github.com/dfellis/llvm-hello-world we can either use their crazy assembly interpreter, tested on Ubuntu 22.10:This seems to use
sudo apt install llvm-runtime
lli hello.ll
puts
from the C standard library.Or we can Lower it to assembly of the local machine:which produces:and then we can assemble link and run with gcc:or with clang:
sudo apt install llvm
llc hello.ll
hello.s
gcc -o hello.out hello.s -no-pie
./hello.out
clang -o hello.out hello.s -no-pie
./hello.out
hello.s
uses the GNU GAS format, which clang is highly compatible with, so both should work in general. LLVM IR vs C Updated 2025-07-16
Local symmetries of the Lagrangian imply conserved currents Updated 2025-07-16
More precisely, each generator of the corresponding Lie algebra leads to one separate conserved current, such that a single symmetry can lead to multiple conserved currents.
This is basically the local symmetry version of Noether's theorem.
Then to maintain charge conservation, we have to maintain local symmetry, which in turn means we have to add a gauge field as shown at Video "Deriving the qED Lagrangian by Dietterich Labs (2018)".
Bibliography:
- photonics101.com/relativistic-electrodynamics/gauge-invariance-action-charge-conservation#show-solution has a good explanation of the Gauge transformation. TODO how does that relate to symmetry?
- physics.stackexchange.com/questions/57901/noether-theorem-gauge-symmetry-and-conservation-of-charge
London Updated 2025-07-16
Yung Professional Move to London by Sans Beanstalk
. Source. The sad thing is that the same author also has another accurate video criticizing British suburbia, so there's no escape basically in the UK: www.youtube.com/watch?v=oIJuZbXLZeY.
Video "Being a Dickhead's Cool by Reuben Dangoor (2010)" also comes to mind.
Loop (topology) Updated 2025-07-16
Lord of the Rings character Updated 2025-07-16
Unlisted articles are being shown, click here to show only listed articles.