Impact factor Updated 2025-07-16
Implicit metric signature in Einstein notation Updated 2025-07-16
Implosion-type fission weapon Updated 2025-07-16
Implosion-type fission weapons are more complicated than gun-type fission weapon because you have to precisely coordinate the detonation of a bunch of explosives.
Indian classical music Updated 2025-07-16
Particle accelerator facility Updated 2025-07-16
Particle physics Updated 2025-07-16
Currently an informal name for the Standard Model
Chronological outline of the key theories:
- Maxwell's equations
- Schrödinger equation
- Date: 1926
- Numerical predictions:
- hydrogen spectral line, excluding finer structure such as 2p up and down split: en.wikipedia.org/wiki/Fine-structure_constant
- Dirac equation
- Date: 1928
- Numerical predictions:
- hydrogen spectral line including 2p split, but excluding even finer structure such as Lamb shift
- Qualitative predictions:
- Antimatter
- Spin as part of the equation
- quantum electrodynamics
- Date: 1947 onwards
- Numerical predictions:
- Qualitative predictions:
- Antimatter
- spin as part of the equation
Inflation Updated 2025-07-16
Injective function Updated 2025-07-16
Innovate UK Updated 2025-07-16
In-order depth-first search Updated 2025-07-16
This is the order in which a binary search tree should be traversed for ordered output, i.e.:
- everything to the left is smaller than parent
- everything to the right is larger than parent
This ordering makes sense for binary trees and not k-ary trees in general because if there are more than two nodes it is not clear what the top node should go in the middle of.
This is unlike pre-order depth-first search and post-order depth-first search which generalize obviously to general trees.
Instruction set architecture Updated 2025-07-16
The main interface between the central processing unit and software.
Integrated circuit layout Updated 2025-07-16
Integrated development environment Updated 2025-07-16
IDEs are absolutely essential for developing complex software.
The funny thing is that you don't notice this until someone shows it to you. But once you see it, there is not turning back, just like Steve Jobs customers don't know what they want quote.
Unfortunately, after the Fall of Eclipse (archive), the IDE landscape in 2019 is horrible and split between:
Programmers of the world: unite! Focus on one IDE, and make it work for all languages and all build systems. Give it all the features that Eclipse has, but none of the bugginess. Work with top project to make sure the IDE works for all top projects.
Projects of the world: support one IDE, with in-tree configuration. Complex integration is often required between the IDE and the build system, and successful projects must to that once for all developers. Either do this, or watch you complex project wither away.
Build tool maintainers: make it possible for IDEs to support your tool! E.g., implement JSON Compilation Database output so that IDEs can read the exact compiler commands from that, in order to automatically determine how files should be parsed! Or better, just use libllvm in your IDE itself as the main parser.
Ciro is evaluating some IDEs at: github.com/cirosantilli/ide-test-projects
Pauli exclusion principle Updated 2025-07-16
Initially a phenomenological guess to explain the periodic table. Later it was apparently proven properly with the spin-statistics theorem, physics.stackexchange.com/questions/360140/theoretical-proof-of-paulis-exclusion-principle.
And it was understood more and more that basically this is what prevents solids from collapsing into a single nucleus, not electrical repulsion: electron degeneracy pressure!
Bibliography:
- www.youtube.com/watch?v=EK_6OzZAh5k How Electron Spin Makes Matter Possible by PBS Space Time (2021)
Peer tutoring Updated 2025-07-16
Pendulum Updated 2025-07-16
Perturbation theory Updated 2025-07-16
Used a lot in quantum mechanics, where the equations are really hard to solve. There's even a dedicated wiki page for it: en.wikipedia.org/wiki/Perturbation_theory_(quantum_mechanics). Notably, Feynman diagrams are a way to represent perturbation calculations in quantum field theory.
Interactive Linear Algebra by Margalit and Rabinoff Updated 2025-07-16
Internal and spacetime symmetries Updated 2025-07-16
The different only shows up for field, not with particles. For fields, there are two types of changes that we can make that can keep the Lagrangian unchanged as mentioned at Physics from Symmetry by Jakob Schwichtenberg (2015) chapter "4.5.2 Noether's Theorem for Field Theories - Spacetime":
- spacetime symmetry: act with the Poincaré group on the Four-vector spacetime inputs of the field itself, i.e. transforming into
- internal symmetry: act on the output of the field, i.e.:
From the spacetime theory alone, we can derive the Lagrangian for the free theories for each spin:Then the internal symmetries are what add the interaction part of the Lagrangian, which then completes the Standard Model Lagrangian.
Internal combustion engine Updated 2025-07-16
There are unlisted articles, also show them or only show them.