Sal Khan Updated 2025-07-16
Like Jimmy Wales, he used to work in finance and then quit. What is it with those successful e-learning people??
Sass (stylesheet language) Updated 2025-07-16
The more of their syntax gets merged into mainline Cascading Style Sheets, the better the world will be.
Library classification Updated 2025-07-16
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.
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.
There are unlisted articles, also show them or only show them.
