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.
Life difficulty level meme Updated 2025-07-16
Second law of thermodynamics Updated 2025-07-16
Subtle is the Lord by Abraham Pais (1982) chapter 4 "Entropy and Probability" mentions well how Boltzmann first thought that the second law was an actual base physical law of the universe while he was calculating numerical stuff for it, including as late as 1872.
But then he saw an argument by Johann Joseph Loschmidt that given the time reversibility of classical mechanics, and because they were thinking of atoms as classical balls as in the kinetic theory of gases, then there always exist a valid physical state where entropy decreases, by just reversing the direction of time and all particle speeds.
So from this he understood that the second law can only be probabilistic, and not a fundamental law of physics, which he published clearly in 1877.
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 Stack Overflow users Updated 2025-09-09
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.llputs 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.llhello.sgcc -o hello.out hello.s -no-pie
./hello.outclang -o hello.out hello.s -no-pie
./hello.outhello.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
Second quantization Updated 2025-07-16
Second quantization also appears to be useful not only for relativistic quantum mechanics, but also for condensed matter physics. The reason is that the basis idea is to use the number occupation basis. This basis is:
- convenient for quantum field theory because of particle creation and annihilation changes the number of particles all the time
- convenient for condensed matter physics because there you have a gazillion particles occupying entire energy bands
Bibliography:
- www.youtube.com/watch?v=MVqOfEYzwFY "How to Visualize Quantum Field Theory" by ZAP Physics (2020). Has 1D simulations on a circle. Starts towards the right direction, but is a bit lacking unfortunately, could go deeper.
Secrets (Allan Holdsworth album) 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
Unlisted articles are being shown, click here to show only listed articles.
