Light Amplification by Stimulated Emission of Radiation. A device which produces a coherent (same wavelength) beam of photons (light).
Light typically bounces around an amplifying medium (some solid, liquid or gas). The first amplifying medium used for laser was ruby (crystalline alumina or Al203) where some of Al ions were replaced with Chromium ions (Cr3+). The gain is not constant with the medium but depends on the wavelength of the incoming light, the length of the medium, and the extent to which the energy of the medium is pumped up. The medium may be pumped up with additional irradiation, by laser, by electrical current.
On both ends of the device containing the amplifying medium are mirrors. The mirrors serve to provide positive feedback by returning some of the beam back to the medium for further amplification and oscillation. The mirrors also ensure the coherence and parallelness of the beam. The space between the mirrors is the laser cavity, it should be tuned as one would a guitar string. One mirror is fully reflective, the exit mirror is 20 to 98% reflective. The exit end of the medium's container may be inclined to produced a polarized beam.
In absorption of a photon, an atom goes into a high energy state. In spontaneous emission it releases a photon when it returns to a low energy state. In a stimulated emission, an atom already in a high energy state is struck by a photon, causing it to release two photons as it returns to a low energy state. In addition, the two photon are in phase, i.e. in sync. For stimulated emission to occur, population inversion must occur. This is a non-normal condition where more atoms are excited than not.
The gain of the laser is the factor by which the intensity of the light is increased.
if (bln && myFunc(x)) { ... }; If bln is false, then there is no need to evaluate myFunc(x). This is useful if latter parts of an expression are more processing intensive or rarely used.
The standard test image.
The full centerfold.$text = "Johnny be good", where $text is the variable and "Johnny be good" is the literal. Literals are actual text and numbers as opposed to calculated values. Variables and their literals are also usually of a particular type, eg boolean, number, or string variables.
NOT B = Result
0 1
1 0
A B | AND OR XOR EQV IMP
0 0 | 0 0 0 1 1
0 1 | 0 1 1 0 1
1 0 | 0 1 1 0 0
1 1 | 1 1 0 1 1
2007-10-05 16:22:12Z