0%

17-letter words containing p, l, i

  • isoelectric point — the pH at which a substance is electrically neutral or at which it is at its minimum ionization.
  • isomorphism class — (mathematics)   A collection of all the objects isomorphic to a given object. Talking about the isomorphism class (of a poset, say) ensures that we will only consider its properties as a poset, and will not consider other incidental properties it happens to have.
  • isopropyl alcohol — a colorless, flammable, water-soluble liquid, C 3 H 8 O, produced from propylene by the action of sulfuric acid and hydrolysis: used chiefly in the manufacture of antifreeze and rubbing alcohol and as a solvent.
  • japanese clematis — a Japanese woody vine, Clematis paniculata, of the buttercup family, having dense clusters of fragrant, white flowers and plumed fruit.
  • japanese slippers — (in Malaysia) casual sandals; flip-flops
  • jumping-off place — a place for use as a starting point: Paris was the jumping-off place for our tour of Europe.
  • jurisprudentially — In terms of jurisprudence.
  • kaleidoscopically — of, relating to, or created by a kaleidoscope.
  • karelian republic — a constituent republic of NW Russia between the White Sea and Lakes Onega and Ladoga. Capital: Petrozavodsk. Pop: 716 700 (2002). Area: 172 400 sq km (66 560 sq miles)
  • karitane hospital — a hospital for young babies and their mothers
  • kensington palace — a royal residence in Kensington Gardens, in the London borough of Kensington and Chelsea; dating from the 17th century, it was improved and extended by Sir Cristopher Wren
  • kidney transplant — surgery to replace a kidney
  • kinetic potential — the kinetic energy minus the potential energy in a system obeying the principle of conservation of energy. Symbol: L.
  • king philip's war — the war (1675–76) between New England colonists and a confederation of Indians under their leader, King Philip.
  • kitchen appliance — a machine intended for use in the kitchen, such as a fridge or a food processor
  • kyoto common lisp — (language)   (KCL) An implementation of Common Lisp by T. Yuasa <[email protected]> and M. Hagiya <[email protected]>, written in C to run under Unix-like operating systems. KCL is compiled to ANSI C. It conforms to Common Lisp as described in Guy Steele's book and is available under a licence agreement. E-mail: <[email protected]> (bug reports). Mailing list: [email protected], [email protected]
  • l'hospital's rule — the theorem that for the quotient of two functions satisfying certain conditions on a given closed interval, each having infinite limit or zero as limit at a given point, the limit of the quotient at the given point is equal to the limit of the quotient of the derivatives of each function.
  • la perouse strait — a strait between S Sakhalin Island, Russia and N Hokkaido Island, Japan connecting the Sea of Okhotsk and the Sea of Japan. 25 miles (40 km) wide.
  • lake winnipegosis — a lake in S Canada, in W Manitoba. Area: 5400 sq km (2086 sq miles)
  • lambda expression — (mathematics)   A term in the lambda-calculus denoting an unnamed function (a "lambda abstraction"), a variable or a constant. The pure lambda-calculus has only functions and no constants.
  • landscape painter — artist who depicts natural scenery
  • language planning — the development of policies or programs designed to direct or change language use, as through the establishment of an official language, the standardization or modernization of a language, or the development or alteration of a writing system.
  • larmor precession — the precession of charged particles, as electrons, placed in a magnetic field, the frequency of the precession (Larmor frequency) being equal to the electronic charge times the strength of the magnetic field divided by 4π times the mass.
  • least fixed point — (mathematics)   A function f may have many fixed points (x such that f x = x). For example, any value is a fixed point of the identity function, (\ x . x). If f is recursive, we can represent it as f = fix F where F is some higher-order function and fix F = F (fix F). The standard denotational semantics of f is then given by the least fixed point of F. This is the least upper bound of the infinite sequence (the ascending Kleene chain) obtained by repeatedly applying F to the totally undefined value, bottom. I.e. fix F = LUB {bottom, F bottom, F (F bottom), ...}. The least fixed point is guaranteed to exist for a continuous function over a cpo.
  • legal proceedings — court case
  • leizhou peninsula — a peninsula of SE China, in SW Guangdong province, separated from Hainan Island by Hainan Strait
  • lempert operation — fenestration (def 3c).
  • lepidopterologist — One who studies lepidopterology.
  • lesser periwinkle — a Eurasian apocynaceous evergreen plant of the genus Vinca,; V. minor, having trailing stems and blue flowers
  • let something rip — If you let something rip, you do it as quickly or as forcefully as possible. You can say 'let it rip' or 'let her rip' to someone when you want them to make a vehicle go as fast as it possibly can.
  • lexicographically — the writing, editing, or compiling of dictionaries.
  • liberty of speech — freedom of speech.
  • life imprisonment — long-term prison sentence
  • life of the party — most lively, outgoing person
  • lighthouse keeper — a person who mans a lighthouse and makes sure that the light is working properly
  • ligurian republic — the republic in NW Italy set up by Napoleon in 1797, incorporated into France in 1805, and united with the Kingdom of Sardinia in 1814.
  • lincoln's sparrow — a North American sparrow, Melospiza lincolnii, having a buff breast with black streaks.
  • linear dependence — (in linear algebra) the property of a set of elements in a vector space in which at least one of the vectors in the set can be written as a linear combination of the others.
  • lipopolysaccaride — a molecule, consisting of lipid and polysaccharide components, that is the main constituent of the cell walls of Gram-negative bacteria
  • liquid petrolatum — mineral oil.
  • liquid propellant — a rocket propellant in liquid form.
  • lisp machine lisp — (language)   An extension of Maclisp, now called Zetalisp.
  • literacy campaign — a campaign designed to reduce illiteracy and promote literacy in a country, area, etc
  • lithostratigraphy — the study or character of stratified rocks based solely on their physical and petrographic features.
  • load displacement — the weight, in long tons, of a cargo vessel loaded so that the summer load line touches the surface of the water.
  • loco primo citato — loc. primo cit.
  • loco supra citato — l.s.c.
  • logic programming — (artificial intelligence, programming, language)   A declarative, relational style of programming based on first-order logic. The original logic programming language was Prolog. The concept is based on Horn clauses. The programmer writes a "database" of "facts", e.g. wet(water). ("water is wet") and "rules", e.g. mortal(X) :- human(X). ("X is mortal is implied by X is human"). Facts and rules are collectively known as "clauses". The user supplies a "goal" which the system attempts to prove using "resolution" or "backward chaining". This involves matching the current goal against each fact or the left hand side of each rule using "unification". If the goal matches a fact, the goal succeeds; if it matches a rule then the process recurses, taking each sub-goal on the right hand side of the rule as the current goal. If all sub-goals succeed then the rule succeeds. Each time a possible clause is chosen, a "choice point" is created on a stack. If subsequent resolution fails then control eventually returns to the choice point and subsequent clauses are tried. This is known as "backtracking". Clauses may contain logic variables which take on any value necessary to make the fact or the left hand side of the rule match a goal. Unification binds these variables to the corresponding subterms of the goal. Such bindings are associated with the choice point at which the clause was chosen and are undone when backtracking reaches that choice point. The user is informed of the success or failure of his first goal and if it succeeds and contains variables he is told what values of those variables caused it to succeed. He can then ask for alternative solutions.
  • logical operation — Boolean operation.
  • lower paleolithic — See under Paleolithic.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?