Dz is a digraph of the Latin script, consisting of the consonants D and Z. It may represent /d͡z/, /t͡s/, or /z/, depending on the language.
Dz generally represents /d͡z/ in Latin alphabets, including Hungarian, Kashubian, Latvian, Lithuanian, Polish, and Slovak. However, in Dene Suline (Chipewyan) and Cantonese Pinyin it represents /t͡s/, and in Vietnamese it is a pronunciation respelling of the letter D to represent /z/.
Some Esperanto grammars, notably Plena Analiza Gramatiko de Esperanto, consider dz to be a digraph for the voiced affricate [d͡z], as in "edzo" "husband". The case for this is "rather weak". Most Esperantists, including Esperantist linguists (Janton, Wells), reject it.
⟨Dz⟩ is the seventh letter of the Hungarian alphabet. It is called dzé (IPA: [d͡zeː]) as a letter of the alphabet, where it represents the voiced alveolar affricate phoneme /dz/.
Like most Hungarian consonants, the sound /dz/ can be geminated. However, the letter is only doubled in writing (to ⟨ddz⟩) when an assimilated suffix is added to the stem: eddze, lopóddzon.
Digraph may refer to:
In computer programming, digraphs and trigraphs are sequences of two and three characters, respectively, that appear in source code and, according to a programming language specification, should be treated as if they were single characters.
Various reasons exist for using digraphs and trigraphs: keyboards may not have keys to cover the entire character set of the language, input of special characters may be difficult, text editors may reserve some characters for special use and so on. Trigraphs might also be used for some EBCDIC code pages that lack characters such as {
and }
.
The basic character set of the C programming language is a subset of the ASCII character set that includes nine characters which lie outside the ISO 646 invariant character set. This can pose a problem for writing source code when the encoding (and possibly keyboard) being used does not support any of these nine characters. The ANSI C committee invented trigraphs as a way of entering source code using keyboards that support any version of the ISO 646 character set.
In mathematics, and more specifically in graph theory, a directed graph (or digraph) is a graph, or set of vertices connected by edges, where the edges have a direction associated with them. In formal terms, a directed graph is an ordered pair G = (V, A) (sometimes G = (V, E)) where
It differs from an ordinary or undirected graph, in that the latter is defined in terms of unordered pairs of vertices, which are usually called edges, arcs, or lines.
A directed graph is called a simple digraph if it has no multiple arrows (two or more edges that connect the same two vertices in the same direction) and no loops (edges that connect vertices to themselves). A directed graph is called a directed multigraph or multidigraph if it may have multiple arrows (and sometimes loops). In the latter case the arrow set forms a multiset, rather than a set, of ordered pairs of vertices.