The real projective plane is not simply connected by
Ciro Santilli 35 Updated 2025-03-28 +Created 1970-01-01
To see that the real projective plane is not simply connected space, considering the lines through origin model of the real projective plane, take a loop that starts at and moves along the great circle ends at .
Note that both of those points are the same, so we have a loop.
Now try to shrink it to a point.
There's just no way!
The discovery of the photon was one of the major initiators of quantum mechanics.
Light was very well known to be a wave through diffraction experiments. So how could it also be a particle???
This was a key development for people to eventually notice that the electron is also a wave.
This process "started" in 1900 with Planck's law which was based on discrete energy packets being exchanged as exposed at On the Theory of the Energy Distribution Law of the Normal Spectrum by Max Planck (1900).
This ideas was reinforced by Einstein's explanation of the photoelectric effect in 1905 in terms of photon.
In the next big development was the Bohr model in 1913, which supposed non-classical physics new quantization rules for the electron which explained the hydrogen emission spectrum. The quantization rule used made use of the Planck constant, and so served an initial link between the emerging quantized nature of light, and that of the electron.
The final phase started in 1923, when Louis de Broglie proposed that in analogy to photons, electrons might also be waves, a statement made more precise through the de Broglie relations.
This event opened the floodgates, and soon matrix mechanics was published in quantum mechanical re-interpretation of kinematic and mechanical relations by Heisenberg (1925), as the first coherent formulation of quantum mechanics.
It was followed by the Schrödinger equation in 1926, which proposed an equivalent partial differential equation formulation to matrix mechanics, a mathematical formulation that was more familiar to physicists than the matrix ideas of Heisenberg.
Inward Bound by Abraham Pais (1988) summarizes his views of the main developments of the subjectit:
- Planck's on the discovery of the quantum theory (1900);
- Einstein's on the light-quantum (1905);
- Bohr's on the hydrogen atom (1913);
- Bose's on what came to be called quantum statistics (1924);
- Heisenberg's on what came to be known as matrix mechanics (1925);
- and Schroedinger's on wave mechanics (1926).
Bibliography:
- physics.stackexchange.com/questions/18632/good-book-on-the-history-of-quantum-mechanics on Physics Stack Exchange
- www.youtube.com/watch?v=5hVmeOCJjOU A Brief History of Quantum Mechanics by Sean Carroll (2020) Given at the Royal Institution.
Mathematical formulation of quantum mechanics by
Ciro Santilli 35 Updated 2025-03-28 +Created 1970-01-01
These are the key mathematical ideas to understand!!
There are actually a few formulations out there. By far the dominant one as of 2020 has been the Schrödinger picture, which contrasts notably with the Heisenberg picture.
Another well known one is the de Broglie-Bohm theory, which is deterministic, but non-local.
Quantum superposition is really weird because it is fundamentally different than "either definite state but I don't know which", because the superposition state leads to different measurements than the non-superposition state.
Examples:
- www.youtube.com/watch?v=tt8gVXDsh7Q "Interference in quantum mechanics" by Looking Glass Universe (2015) shows how a left-right spin measurement has a defined value for a superposed half up half down state, but not for a pure up state.TODO can this be conducted? As mentioned in the video, this is closely linked to the fact that you can describe the wave function in multiple different bases (up/down or left/right), which is also at the root of the uncertainty principle.
- Video "Quantum Mechanics 9b - Photon Spin and Schrodinger's Cat II by ViaScience (2013)" gives a similar photon version
- it seems that the single particle double slit experiment can also be thought of as in terms of a superposition of "the particle goes through the right" and "the particle goes through the right", although it is a bit harder to thing about as it is not a discrete process
Mostly interpreter of songs written by others. But she's just too amazing, many of her interpretations are better than the original.
God, even Ciro Santilli is slightly shocked by her death, which happened before he was born, can you imagine it at the time? She was MPB's golden girl...
Atrás da Porta performed by Elis Regina
. Source. Composed by Francis Hime and Chico Buarque.Águas de março performed by Elis Regina
. Source. From the 1972 eponymous album. Composed by Antônio Carlos Jobim.Once upon a time in the 2010's, Ciro Santilli went to an artsy theatre venue in the suburbia of Paris, dragged by his wife then girlfriend of course.
In the venue, there was a politician, who was doing his best to show how much they supported the arts, and there were of course the artists, involved in the play.
The politician would see a political power score on top of every person's head, and would spend an amount of time talking to each person exactly proportional to that score. This meant basically one sentence to us. The words themselves didn't really matter of course, only the time spent, they just have to produce nice sounds.
One of the artists however, and he seemed quite important in the production, for some reason spent a huge amount of time speaking to us. The score the artist saw on our heads was of love, or how interested we were in the art.
This is quite in-depth, pretty good.
Unrelated to the Khan Academy.
Falls a bit too much on the basic side of the the missing link between basic and advanced.
Does have some gems worth looking at. But generally always too superficial as can be expected from any self-sufficient YouTubber.
My Life Story by Veritasium (2018)
Source. Basically a don't be a pussy story where he describes how he has always been passionate by both science and film making. Veritasium is a nice guy.It is important to note that due to horizontal gene transfer, the early days of life, and still bacteria to this day due to bacterial conjugation, are actually a graph and not a tree, see also: Figure "Graph of life".
Definitely have a look at: coral of life representations.
One big advantage over FreeFem is that it uses plain old Python to describe the problems instead of a domain-specific language. Matplotlib is used for plotting by default, so we get full Python power out of the box!
Also uses variational formulation of a partial differential equation like FreeFem which is a pain.
One downside is that its documentation is a Springer published PDF link.springer.com/content/pdf/10.1007%2F978-3-319-52462-7.pdf which is several years out-of-date (tested with FEnics 2016.2. Newbs. This causes problems e.g.: stackoverflow.com/questions/53730427/fenics-did-not-show-figure-nameerror-name-interactive-is-not-defined/57390687#57390687
system of partial differential equations are mentioned at: link.springer.com/content/pdf/10.1007%2F978-3-319-52462-7.pdf 3.5 "A system of advection–diffusion–reaction equations". You don't need to manually iterate between the equations.
On Ubuntu 20.04 as per fenicsproject.org/download/Before 2020-06, it was failing with:but they seem to have created the Ubuntu 20.04 package as of 2020-06, so it now worked! askubuntu.com/questions/866901/what-can-i-do-if-a-repository-ppa-does-not-have-a-release-file
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:fenics-packages/fenics
sudo apt-get update
sudo apt-get install --no-install-recommends fenics
sudo apt install fenics
python3 -m pip install -u matplotlib
E: The repository 'http://ppa.launchpad.net/fenics-packages/fenics/ubuntu focal Release' does not have a Release file.
TODO heat equation hello world.
These are the rules which specify what different concurrent read/write memory accesses from different threads/processes can or cannot see.
Notable such set of rules include:
- C++ memory model. These are also reflected on the semantics of memory of the corresponding instruction set architecture
- SQL transaction isolation level
There are unlisted articles, also show them or only show them.