0%

18-letter words containing s, m, a, r, t, l

  • entrepreneurialism — The spirit or state of acting in an entrepreneurial manner.
  • establishmentarian — Adhering to, advocating, or relating to the principle of an established church.
  • euclid's algorithm — (algorithm)   (Or "Euclidean Algorithm") An algorithm for finding the greatest common divisor (GCD) of two numbers. It relies on the identity gcd(a, b) = gcd(a-b, b) To find the GCD of two numbers by this algorithm, repeatedly replace the larger by subtracting the smaller from it until the two numbers are equal. E.g. 132, 168 -> 132, 36 -> 96, 36 -> 60, 36 -> 24, 36 -> 24, 12 -> 12, 12 so the GCD of 132 and 168 is 12. This algorithm requires only subtraction and comparison operations but can take a number of steps proportional to the difference between the initial numbers (e.g. gcd(1, 1001) will take 1000 steps).
  • false imprisonment — the unlawful restraint of a person from exercising the right to freedom of movement.
  • feldenkrais method — a system of gentle movements that promote flexibility, coordination, and self-awareness
  • fermat's last post — (humour)   A post to a bug tracker, mailing list or forum in which the author claims to have found a simple fix or workaround for a bug, but never says what it is and never shows up again to explain it (even after others have been puzzling over the bug for years).
  • fermat's principle — Optics. the law that the path taken by a ray of light in going from one point to another point will be the path that requires the least time.
  • first class module — (programming)   A module that is a first class data object of the programming language, e.g. a record containing functions. In a functional language, it is standard to have first class programs, so program building blocks can have the same status.
  • from first to last — all the way through
  • general san martin — a city in E Argentina, a suburb of Buenos Aires.
  • genetic algorithms — genetic algorithm
  • geometrical optics — the branch of optics dealing with light as rays, especially in the study of the effects of lenses and mirrors on light beams and of their combination in optical instruments.
  • going to jerusalem — musical chairs.
  • good samaritan law — a law that exempts from legal liability persons, sometimes only physicians, who give reasonable aid to strangers in grave physical distress.
  • gravitational mass — the mass of a body as measured by its gravitational attraction for other bodies.
  • grease the palm of — to influence by giving money to; bribe
  • gulf stream system — a major ocean-current system consisting of the Gulf Stream and the Florida and North Atlantic currents.
  • hamilton's problem — Hamiltonian problem
  • handlebar mustache — A handlebar mustache is a long thick mustache with curled ends.
  • histomorphological — histology.
  • hyperaldosteronism — aldosteronism.
  • hypercholesteremia — Alternative spelling of hypercholesteraemia.
  • in terrorem clause — a clause in a will stating that a beneficiary who contests the will shall lose his or her legacy.
  • incommensurability — not commensurable; having no common basis, measure, or standard of comparison.
  • indiscriminatingly — In an indiscriminating manner.
  • industrial diamond — a small often synthetic diamond, valueless as a gemstone, used in cutting tools, abrasives, etc
  • information island — (jargon)   A body of information (i.e. electronic files) that needs to be shared but has no network connection.
  • instruction manual — how-to, usage guide
  • instrument landing — an aircraft landing accomplished by use of gauges on the instrument panel and ground-based radio equipment, with limited reference to outside visual signals.
  • involuntary muscle — muscle: contracts involuntarily
  • isothermal process — a process that takes place without change in temperature.
  • james-lange theory — a theory that emotions are caused by bodily sensations; for example, we are sad because we weep
  • lagrange's theorem — the theorem that the order of each subgroup of a finite group is a factor of the order of the group.
  • lambda abstraction — A term in lambda-calculus denoting a function. A lambda abstraction begins with a lower-case lambda (represented as "\" in this document), followed by a variable name (the "bound variable"), a full stop and a lambda expression (the body). The body is taken to extend as far to the right as possible so, for example an expression, \ x . \ y . x+y is read as \ x . (\ y . x+y). A nested abstraction such as this is often abbreviated to: \ x y . x + y The lambda expression (\ v . E) denotes a function which takes an argument and returns the term E with all free occurrences of v replaced by the actual argument. Application is represented by juxtaposition so (\ x . x) 42 represents the identity function applied to the constant 42. A lambda abstraction in Lisp is written as the symbol lambda, a list of zero or more variable names and a list of zero or more terms, e.g. (lambda (x y) (plus x y)) Lambda expressions in Haskell are written as a backslash, "\", one or more patterns (e.g. variable names), "->" and an expression, e.g. \ x -> x.
  • literae humaniores — (at Oxford University) the faculty concerned with Greek and Latin literature, ancient history, and philosophy; classics
  • literal-mindedness — the quality or state of tending to take words in their literal sense
  • literary criticism — study and review of literature
  • logarithmic spiral — log r = aθ
  • logarithmus dualis — (mathematics)   (ld) Latin for logarithm base two. More commonly written as "log" with a subscript "2". Roughly the number of bits required to represent an integer.
  • loosestrife family — the plant family Lythraceae, characterized by herbaceous plants, shrubs, and trees having usually opposite or whorled, simple leaves, clusters of flowers, and fruit in the form of a capsule, and including the crape myrtle, loosestrifes of the genus Lythrum, and the henna shrub.
  • low-start mortgage — a mortgage in which interest only is repaid for a fixed period at the outset, to make it more affordable
  • magnetocrystalline — (physics) Describing the interaction between the magnetization and the crystal structure of a material.
  • margaret of valois — ("Queen Margot") 1533–1615, 1st wife of Henry IV of France: queen of Navarre; patron of science and literature (daughter of Henry II of France and Catherine de' Medici).
  • materials handling — the loading, unloading, and movement of goods, as within a factory or warehouse, especially by the aid of mechanical devices.
  • maternity hospital — birthing facility
  • mato grosso do sul — a state of W central Brazil: formed in 1979 from part of Mato Grosso state. Capital: Campo Grande. Pop: 2 140 624 (2002). Area: 350 548 sq km (135 318 sq miles)
  • mendel's first law — the principle, originated by Gregor Mendel, stating that during the production of gametes the two copies of each hereditary factor segregate so that offspring acquire one factor from each parent.
  • mental reservation — an unexpressed doubt or qualification about a situation, person, etc.
  • menthol cigarettes — cigarettes that are flavoured with menthol
  • metabolic syndrome — Pathology. a group of medical conditions present simultaneously in a patient, as high blood pressure, low HDL cholesterol levels, and an excess of abdominal fat, that increases a person's risk of heart disease, stroke, and diabetes. Also called insulin resistance syndrome.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?