IntoUniversity Updated 2025-07-16
Internet company Updated 2025-07-16
International Standard Music Number Updated 2025-07-16
Why was this so rarely used as of 2020s compared to ISBNs? It would have been perfect for helping find obscure records from Chinese traditional music and Indian classical music!
International Computers Limited Updated 2025-07-16
Internal combustion engine 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.
Interactive Linear Algebra by Margalit and Rabinoff 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.
Pendulum Updated 2025-07-16
Peer tutoring Updated 2025-07-16
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)
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
Integrated circuit layout Updated 2025-07-16
Instruction set architecture Updated 2025-07-16
The main interface between the central processing unit and software.
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.
Innovate UK Updated 2025-07-16
Injective function Updated 2025-07-16
Inflation 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
Particle accelerator facility Updated 2025-07-16
Unlisted articles are being shown, click here to show only listed articles.