Production functionIn economics, a production function gives the technological relation between quantities of physical inputs and quantities of output of goods. The production function is one of the key concepts of mainstream neoclassical theories, used to define marginal product and to distinguish allocative efficiency, a key focus of economics. One important purpose of the production function is to address allocative efficiency in the use of factor inputs in production and the resulting distribution of income to those factors, while abstracting away from the technological problems of achieving technical efficiency, as an engineer or professional manager might understand it.
AntiprotonThe antiproton, _Antiproton, (pronounced p-bar) is the antiparticle of the proton. Antiprotons are stable, but they are typically short-lived, since any collision with a proton will cause both particles to be annihilated in a burst of energy. The existence of the antiproton with electric charge of -1e, opposite to the electric charge of +1e of the proton, was predicted by Paul Dirac in his 1933 Nobel Prize lecture.
AnnihilationIn particle physics, annihilation is the process that occurs when a subatomic particle collides with its respective antiparticle to produce other particles, such as an electron colliding with a positron to produce two photons. The total energy and momentum of the initial pair are conserved in the process and distributed among a set of other particles in the final state. Antiparticles have exactly opposite additive quantum numbers from particles, so the sums of all quantum numbers of such an original pair are zero.
Proton SynchrotronThe Proton Synchrotron (PS, sometimes also referred to as CPS) is a particle accelerator at CERN. It is CERN's first synchrotron, beginning its operation in 1959. For a brief period the PS was the world's highest energy particle accelerator. It has since served as a pre-accelerator for the Intersecting Storage Rings (ISR) and the Super Proton Synchrotron (SPS), and is currently part of the Large Hadron Collider (LHC) accelerator complex. In addition to protons, PS has accelerated alpha particles, oxygen and sulfur nuclei, electrons, positrons, and antiprotons.
Mode of productionIn the Marxist theory of historical materialism, a mode of production (German: Produktionsweise, "the way of producing") is a specific combination of the: Productive forces: these include human labour power and means of production (tools, machinery, factory buildings, infrastructure, technical knowledge, raw materials, plants, animals, exploitable land). Social and technical relations of production: these include the property, power and control relations (legal code) governing the means of production of society, cooperative work associations, relations between people and the objects of their work, and the relations among the social classes.
Means of productionIn economics, the means of production is a term which describes land, labor, and capital that can be used to produce products (such as goods or services); however, the term can also refer to anything that is used to produce products. It can also be used as an abbreviation of the "means of production and distribution" which additionally includes the logistical distribution and delivery of products, generally through distributors; or as an abbreviation of the "means of production, distribution, and exchange" which further includes the exchange of distributed products, generally to consumers.
Minimal Supersymmetric Standard ModelThe Minimal Supersymmetric Standard Model (MSSM) is an extension to the Standard Model that realizes supersymmetry. MSSM is the minimal supersymmetrical model as it considers only "the [minimum] number of new particle states and new interactions consistent with "Reality". Supersymmetry pairs bosons with fermions, so every Standard Model particle has a superpartner yet undiscovered. If discovered, such superparticles could be candidates for dark matter, and could provide evidence for grand unification or the viability of string theory.
Generic programmingGeneric programming is a style of computer programming in which algorithms are written in terms of data types to-be-specified-later that are then instantiated when needed for specific types provided as parameters. This approach, pioneered by the ML programming language in 1973, permits writing common functions or types that differ only in the set of types on which they operate when used, thus reducing duplicate code. Generics was introduced to the main-stream programming with Ada in 1977 and then with templates in C++ it became part of the repertoire of professional library design.
Binary search algorithmIn computer science, binary search, also known as half-interval search, logarithmic search, or binary chop, is a search algorithm that finds the position of a target value within a sorted array. Binary search compares the target value to the middle element of the array. If they are not equal, the half in which the target cannot lie is eliminated and the search continues on the remaining half, again taking the middle element to compare to the target value, and repeating this until the target value is found.