English Dictionary
◊ IMMERSE
immerse
v 1: Thrust or throw into; "Immerse yourself in the hot water"
[syn: {plunge}]
2: engross (oneself) fully; "He immersed himself into his
studies" [syn: {steep}, {engulf}, {plunge}, {engross}, {absorb}]
3: enclose or envelop completely, as if by swallowing; "The
huge waves swallowed the small boat and it sank shortly
thereafter" [syn: {engross}, {swallow}, {swallow up}, {bury},
{eat up}]
4: cause to be immersed; "The professor plunged his students
into the study of the Italian text" [syn: {plunge}]
English Computing Dictionary
◊ DID YOU MEAN INVERSE?
inverse
Given a {function}, f : D -> C, a function g : C
-> D is called a left inverse for f if for all d in D, g (f d)
◦ d and a right inverse if, for all c in C, f (g c) ◦ c and an
inverse if both conditions hold. Only an {injection} has a
left inverse, only a {surjection} has a right inverse and only
a {bijection} has inverses. The inverse of f is often written
as f with a -1 superscript.
(1996-03-12)