Angaben zur Quelle [Bearbeiten]
Autor | Ulrik Brandes, Thomas Erlebach |
Titel | Chapter 2 Fundamentals |
Sammlung | Network Analysis: Methodological Foundations |
Herausgeber | Ulrik Brandes, Thomas Erlebach |
Ort | Berlin Heidelberg |
Verlag | Springer |
Jahr | 2005 |
ISBN | 978-3-540-24979-5 |
ISSN | 0302-9743 |
URL | http://www.inf.uni-konstanz.de/algo/publications/be-f-05.pdf |
Literaturverz. |
no |
Fußnoten | no |
Fragmente | 3 |
[1.] Nm/Fragment 097 09 - Diskussion Zuletzt bearbeitet: 2012-04-26 07:59:44 Fiesh | Brandes Erlebach 2005, Fragment, Gesichtet, Nm, SMWFragment, Schutzlevel sysop, Verschleierung |
|
|
Untersuchte Arbeit: Seite: 97, Zeilen: 9-19 |
Quelle: Brandes_Erlebach_2005 Seite(n): 7, 8, Zeilen: p7: 30ff; p8: 1ff |
---|---|
Graphs can be undirected or directed. The adjacency matrix of an undirected graph (as shown in Figure 3.2) is symmetric. An undirected edge joining vertices is denoted by .
In directed graphs, each directed edge (arc) has an origin (tail) and a destination (head). An edge with origin is represented by an order pair . As a shorthand notation, an edge can also be denoted by . It is to note that, in a directed graph, is short for , while in an undirected graph, and are the same and both stands for . Graphs that can have directed as well undirected edges are called mixed graphs, but such graphs are encountered rarely. |
Graphs can be undirected or directed. In undirected graphs, the order of the endvertices of an edge is immaterial. An undirected edge joining vertices is denoted by . In directed graphs, each directed edge (arc) has an origin (tail) and a destination (head). An edge with origin and destination is represented by an ordered pair . As a shorthand notation, an edge or can also be denoted by . In a directed graph, is short for , while in an undirected graph, and are the same and both stand for . [...]. Graphs that can have directed edges as well as undirected edges are called mixed graphs, but such graphs are encountered rarely [...] |
The source is not mentioned anywhere in the thesis. The definitions given here are certainly standard and don't need to be quoted. However, Nm uses for several passages the same wording as the source. Note also that "An edge with origin is represented by an order pair " is a curious abbreviation of the statement "An edge with origin and destination is represented by an ordered pair " in the source. |
|
[2.] Nm/Fragment 099 26 - Diskussion Zuletzt bearbeitet: 2012-04-24 23:07:40 WiseWoman | Brandes Erlebach 2005, Fragment, Gesichtet, KomplettPlagiat, Nm, SMWFragment, Schutzlevel sysop |
|
|
Untersuchte Arbeit: Seite: 99, Zeilen: 26-32 |
Quelle: Brandes_Erlebach_2005 Seite(n): 8, Zeilen: 8-14 |
---|---|
In both undirected and directed graphs', we may allow the edge set E to contain the same edge several times, that is, E can be a multiset. If an edge occurs several times in E, the copies of that edge are called parallel edges. Graphs with parallel edges are also called multigraphs. A graph is called simple, if each of its edges is contained in E only once, i.e., if the graph does not have parallel edges. An edge joining a vertex to itself, i.e., and edge whose end [vertices are identical, is called a loop.] | In both undirected and directed graphs, we may allow the edge set E to contain the same edge several times, i.e., E can be a multiset. If an edge occurs several times in E, the copies of that edge are called parallel edges. Graphs with parallel edges are also called multigraphs. A graph is called simple, if each of its edges is contained in E only once, i.e., if the graph does not have parallel edges. An edge joining a vertex to itself, i.e., an edge whose endvertices are identical, is called a loop. |
The source is not given. The definitions given here are certainly standard and don't need to be referenced. Nm, however, copied the formulation of those definitions word for word. |
|
[3.] Nm/Fragment 100 01 - Diskussion Zuletzt bearbeitet: 2014-01-11 10:20:53 Hindemith | Brandes Erlebach 2005, Fragment, Gesichtet, Nm, SMWFragment, Schutzlevel sysop, Verschleierung |
|
|
Untersuchte Arbeit: Seite: 100, Zeilen: 1-16 |
Quelle: Brandes_Erlebach_2005 Seite(n): 8, 9, Zeilen: - |
---|---|
A graph is called loop-free if it has no loops.
A graph is a subgraph of the graph if and . It is a (vertex-)induced graph if contains all edges that join vertices in . Often it is useful to associate numerical values (weights) with the edges or vertices of a graph . The graph having weights is known as weighted graph. Here we only discuss edge weights. Edge weights can be represented as a function that assigns each edge , a weight . Depending on the context, edge weights can describe various properties such as strength of interaction, or similarity. One usually tries to indicate the characteristics of the edge weights by the choice of the name of the function. For most purposes, an unweighted graph is equivalent to a weighted graph with unit edge weights for all . |
[Page 8, line 14]
A graph is called loop-free if it has no loops. [Page 9, line 4-6] A graph is a subgraph of the graph if and . It is a (vertex-)induced subgraph if contains all edges that join vertices in . [Page 8, line 16ff] Weighted graphs. Often it is useful to associate numerical values (weights) with the edges or vertices of a graph . Here we discuss only edge weights. Edge weights can be represented as a function that assigns each edge a weight . Depending on the context, edge weights can describe various properties such as [...] strength of interaction, or similarity. One usually tries to indicate the characteristics of the edge weights by the choice of the name for the function. [...] For most purposes, an unweighted graph is equivalent to a weighted graph with unit edge weights for all . |
The source is not given. The definitions given here are certainly standard and don't need to be referenced. The author however copies not only the definitions but also their formulation word for word. The symbol for the real numbers used as the domain of the weight function is reproduced only as a box in the thesis, indicating that this character was not available in the font used. |
|