0%

17-letter words containing t, o, l, i, c

  • luminous exitance — the ability of a surface to emit light expressed as the luminous flux per unit area at a specified point on the surface
  • lymphocytopoiesis — Lymphopoiesis.
  • macro-linguistics — a field of study concerned with language in its broadest sense and including cultural and behavioral features associated with language.
  • macroevolutionary — Pertaining to, or as a result of macroevolution.
  • magnetic monopole — a hypothetical very heavy particle with an isolated magnetic north pole or magnetic south pole.
  • magnetoelasticity — the phenomenon, consisting of a change in magnetic properties, exhibited by a ferromagnetic material to which stress is applied.
  • maintained school — a school financially supported by the state
  • mechanoelectrical — Describing the production of electricity by mechanical motion; especially in a transducer.
  • medium close shot — a shot taken fairly close to the subject, but not as close as a close-up
  • memetic algorithm — (algorithm)   A genetic algorithm or evolutionary algorithm which includes a non-genetic local search to improve genotypes. The term comes from the Richard Dawkin's term "meme". One big difference between memes and genes is that memes are processed and possibly improved by the people that hold them - something that cannot happen to genes. It is this advantage that the memetic algorithm has over simple genetic or evolutionary algorithms. These algorithms are useful in solving complex problems, such as the "Travelling Salesman Problem," which involves finding the shortest path through a large number of nodes, or in creating artificial life to test evolutionary theories. Memetic algorithms are one kind of metaheuristic. (07 July 1997)
  • messier catalogue — a catalogue of 103 nonstellar objects, such as nebulae and galaxies, prepared in 1781–86. An object is referred to by its number in this catalogue, for example the Andromeda Galaxy is referred to as M31
  • metabolic pathway — biochemistry: sequence of reactions within a cell or organism
  • methyl isocyanate — Chemistry. a highly toxic, flammable, colorless liquid, CH 3 NCO, used as an intermediate in the manufacture of pesticides: in 1984, the accidental release of a cloud of this gas in Bhopal, India, killed more than 1700 people and injured over 200,000.
  • microdistillation — the distillation of minute quantities of material.
  • microencapsulated — Encapsulated using microencapsulation.
  • microevolutionary — Of or pertaining to microevolution.
  • microfilm plotter — a type of incremental plotter that has a film rather than a paper output
  • micromanipulation — the technique of performing mechanical operations under high magnification through the use of specialized tools.
  • micromanipulators — Plural form of micromanipulator.
  • micropaleontology — the branch of paleontology dealing with the study of microscopic fossils.
  • midterm elections — elections held halfway through the term of office of a president during which governors, etc, but not a president, are elected
  • mileage indicator — a device on a vehicle such as a car, plane, etc which indicates the number of miles travelled
  • military covenant — the supposed understanding that members of the armed forces and their families will be supported by the state in the event of injury or death in the course of duty
  • mill construction — heavy, fire-resistant timber construction within masonry walls, all vertical communication being within masonry towers provided with fire doors.
  • milton work count — a system of hand valuation in which aces count 4, kings 3, queens 2, and jacks 1
  • mineralocorticoid — Biochemistry. any of a group of corticosteroid hormones, synthesized by the adrenal cortex, that regulate the excretion or reabsorption of sodium and potassium by the kidneys, salivary glands, and sweat glands.
  • mitochondrial dna — DNA found in mitochondria, which contains some structural genes and is generally inherited only through the female line
  • modulo arithmetic — modular arithmetic
  • molecular orbital — Physics, Chemistry. a wave function describing the state of a single electron in an atom (atomic orbital) or in a molecule (molecular orbital) the electron in that state.
  • monochromatically — of or having one color.
  • monolith catalyst — A monolith catalyst is a type of catalyst whose surface is flat.
  • mont-saint-michel — a rocky islet near the coast of NW France, in an inlet of the Gulf of St. Malo: famous abbey and fortress.
  • motorcycle engine — the engine of a motorcycle
  • motorcycle racing — sport: competing on motorcycles
  • mounted policeman — policemen who patrol on horseback
  • multi-directional — extending or operating in several directions at the same time; functioning or going in more than one direction: a multidirectional stereo speaker system.
  • multicollinearity — (statistics) A phenomenon in which two or more predictor variables in a multiple regression model are highly correlated, so that the coefficient estimates may change erratically in response to small changes in the model or data.
  • multiple cropping — the use of the same field for two or more crops, whether of the same or of different kinds, successively during a single year.
  • muscae volitantes — floater (def 6).
  • mystical theology — the branch of theology dealing with mysticism and mystical experiences.
  • nanotechnological — Of, pertaining to, or by means of nanotechnology.
  • nasolacrimal duct — a membranous canal extending from the lacrimal sac to the nasal cavity, through which tears are discharged into the nose.
  • national cemetery — a cemetery, maintained by the U.S. government, for persons who have served honorably in the armed forces.
  • national covenant — an agreement (1638) among Scottish Presbyterians to uphold their faith in Scotland.
  • national security — defence of a country
  • nationalist china — China, Republic of.
  • nationalistically — In a nationalistic manner.
  • natural deduction — (logic)   A set of rules expressing how valid proofs may be constructed in predicate logic. In the traditional notation, a horizontal line separates premises (above) from conclusions (below). Vertical ellipsis (dots) stand for a series of applications of the rules. "T" is the constant "true" and "F" is the constant "false" (sometimes written with a LaTeX \perp). "^" is the AND (conjunction) operator, "v" is the inclusive OR (disjunction) operator and "/" is NOT (negation or complement, normally written with a LaTeX \neg). P, Q, P1, P2, etc. stand for propositions such as "Socrates was a man". P[x] is a proposition possibly containing instances of the variable x, e.g. "x can fly". A proof (a sequence of applications of the rules) may be enclosed in a box. A boxed proof produces conclusions that are only valid given the assumptions made inside the box, however, the proof demonstrates certain relationships which are valid outside the box. For example, the box below labelled "Implication introduction" starts by assuming P, which need not be a true proposition so long as it can be used to derive Q. Truth introduction: - T (Truth is free). Binary AND introduction: ----------- | . | . | | . | . | | Q1 | Q2 | ----------- Q1 ^ Q2 (If we can derive both Q1 and Q2 then Q1^Q2 is true). N-ary AND introduction: ---------------- | . | .. | . | | . | .. | . | | Q1 | .. | Qn | ---------------- Q1^..^Qi^..^Qn Other n-ary rules follow the binary versions similarly. Quantified AND introduction: --------- | x . | | . | | Q[x] | --------- For all x . Q[x] (If we can prove Q for arbitrary x then Q is true for all x). Falsity elimination: F - Q (Falsity opens the floodgates). OR elimination: P1 v P2 ----------- | P1 | P2 | | . | . | | . | . | | Q | Q | ----------- Q (Given P1 v P2, if Q follows from both then Q is true). Exists elimination: Exists x . P[x] ----------- | x P[x] | | . | | . | | Q | ----------- Q (If Q follows from P[x] for arbitrary x and such an x exists then Q is true). OR introduction 1: P1 ------- P1 v P2 (If P1 is true then P1 OR anything is true). OR introduction 2: P2 ------- P1 v P2 (If P2 is true then anything OR P2 is true). Similar symmetries apply to ^ rules. Exists introduction: P[a] ------------- Exists x.P[x] (If P is true for "a" then it is true for all x). AND elimination 1: P1 ^ P2 ------- P1 (If P1 and P2 are true then P1 is true). For all elimination: For all x . P[x] ---------------- P[a] (If P is true for all x then it is true for "a"). For all implication introduction: ----------- | x P[x] | | . | | . | | Q[x] | ----------- For all x . P[x] -> Q[x] (If Q follows from P for arbitrary x then Q follows from P for all x). Implication introduction: ----- | P | | . | | . | | Q | ----- P -> Q (If Q follows from P then P implies Q). NOT introduction: ----- | P | | . | | . | | F | ----- / P (If falsity follows from P then P is false). NOT-NOT: //P --- P (If it is not the case that P is not true then P is true). For all implies exists: P[a] For all x . P[x] -> Q[x] ------------------------------- Q[a] (If P is true for given "a" and P implies Q for all x then Q is true for a). Implication elimination, modus ponens: P P -> Q ---------- Q (If P and P implies Q then Q). NOT elimination, contradiction: P /P ------ F (If P is true and P is not true then false is true).
  • natural harmonics — harmonics of a note produced on a stringed instrument by lightly touching an open or unstopped sounded string.
  • natural selection — the process by which forms of life having traits that better enable them to adapt to specific environmental pressures, as predators, changes in climate, or competition for food or mates, will tend to survive and reproduce in greater numbers than others of their kind, thus ensuring the perpetuation of those favorable traits in succeeding generations.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?