Graph theory and complex networks: an introduction
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
[S.l.]
Maarten van Steen
2010
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Klappentext |
Beschreibung: | Includes bibliographical references (p.279-285) and index |
Beschreibung: | XII, 285 S. Ill., graph. Darst. 23 cm |
ISBN: | 9789081540612 9081540610 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040364508 | ||
003 | DE-604 | ||
005 | 20161124 | ||
007 | t | ||
008 | 120814s2010 ad|| |||| 00||| eng d | ||
020 | |a 9789081540612 |9 978-90-815406-1-2 | ||
020 | |a 9081540610 |9 90-815406-1-0 | ||
035 | |a (OCoLC)680337377 | ||
035 | |a (DE-599)BVBBV040364508 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-19 |a DE-M347 |a DE-739 |a DE-20 | ||
084 | |a QH 450 |0 (DE-625)141593: |2 rvk | ||
084 | |a SK 890 |0 (DE-625)143267: |2 rvk | ||
100 | 1 | |a Steen, Maarten van |e Verfasser |0 (DE-588)124643426 |4 aut | |
245 | 1 | 0 | |a Graph theory and complex networks |b an introduction |c Maarten van Steen |
264 | 1 | |a [S.l.] |b Maarten van Steen |c 2010 | |
300 | |a XII, 285 S. |b Ill., graph. Darst. |c 23 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes bibliographical references (p.279-285) and index | ||
650 | 4 | |a Graph theory | |
650 | 4 | |a Graph theory / Data processing | |
650 | 4 | |a System analysis | |
650 | 4 | |a Datenverarbeitung | |
650 | 0 | 7 | |a Graphentheorie |0 (DE-588)4113782-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Netzwerktheorie |0 (DE-588)4171531-7 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Graphentheorie |0 (DE-588)4113782-6 |D s |
689 | 0 | 1 | |a Netzwerktheorie |0 (DE-588)4171531-7 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025218265&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025218265&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Klappentext |
999 | |a oai:aleph.bib-bvb.de:BVB01-025218265 |
Datensatz im Suchindex
_version_ | 1804149408971882496 |
---|---|
adam_text | Contents
Preface ix
1 Introduction 1
1.1 Communication networks..................................... 4
Historical perspective..................................... 4
From telephony to the Internet............................. 6
The Web and Wikis.......................................... 8
1.2 Social networks.......................................... 9
Online communities ........................................ 9
Traditional social networks .............................. 10
1.3 Networks everywhere....................................... 11
1.4 Organization of this book................................. 13
2 Foundations 17
2.1 Formalities............................................... 18
Graphs and vertex degrees................................. 18
Degree sequence........................................... 23
Subgraphs and line graphs................................. 28
2.2 Graph representations..................................... 31
Data structures .......................................... 31
Graph isomorphism ........................................ 33
2.3 Connectivity.............................................. 37
2.4 Drawing graphs............................................ 45
Graph embeddings.......................................... 45
Planar graphs............................................. 50
3 Extensions 55
3.1 Directed graphs.......................................... 57
Basics of directed graphs................................. 57
v
vi CONTENTS
Connectivity for directed graphs........................... 61
3.2 Weighted graphs ........................................... 65
3.3 Colorings.................................................. 69
Edge colorings............................................. 69
Vertex colorings........................................... 71
4 Network traversal 79
4.1 Euler tours................................................ 81
Constructing an Euler tour................................. 82
The Chinese postman problem................................ 87
4.2 Hamilton cycles............................................ 92
Properties of Hamiltonian graphs........................... 92
Finding a Hamilton cycle................................... 97
Optimal Hamilton cycles....................................100
5 Trees 105
5.1 Background.................................................107
Trees in transportation networks...........................107
Trees as data structures...................................109
5.2 Fundamentals...............................................112
5.3 Spanning trees.............................................116
5.4 Routing in communication networks..........................119
Dijkstra s algorithm.......................................120
The Bellman-Ford algorithm.................................123
A note on algorithmic performance..........................127
6 Network analysis 131
6.1 Vertex degrees.............................................133
Degree distribution........................................134
Degree correlations...................................... 136
6.2 Distance statistics........................................140
6.3 Clustering coefficient.....................................143
Some effects of clustering ................................143
Local view............................................... 144
Global view................................................146
6.4 Centrality .............................................. 150
7 Random networks 155
7.1 Introduction...............................................157
7.2 Classical random networks .................................158
Degree distribution........................................159
Other metrics for random graphs............................162
CONTENTS
vii
7.3 Small worlds..............................................167
7A Scale-free networks.......................................172
Fundamentals..............................................173
Properties of scale-free networks.........................178
Related networks..........................................182
8 Modern computer networks 185
8.1 The Internet..............................................187
Computer networks.........................................187
Measuring the topology of the Internet....................192
8.2 Peer-to-peer overlay networks.............................195
Structured overlay networks...............................196
Random overlay networks...................................204
8.3 The World Wide Web...................................... 212
The organization of the Web............................. 212
Measuring the topology of the Web.........................214
9 Social networks 223
9.1 Social network analysis: introduction ....................225
Examples..................................................225
Historical background.....................................227
Sociograms in practice: a teacher s aid...................231
9.2 Some basic concepts ......................................234
Centrality and prestige...................................234
Structural balance........................................240
Cohesive subgroups .......................................246
Affiliation networks......................................252
9.3 Equivalence...............................................254
Structural equivalence....................................255
Automorphic equivalence...................................258
Regular equivalence ......................................259
Conclusions 261
Mathematical notations 267
Index 271
Bibliography 279
Graph Theory and Complex Networks aims to explain the basics of graph theory that are
needed at an introductory level for students in computer or information sciences. To
motivate students and to show that even these basic notions can be extremely useful, the
book also aims to provide an introduction to the modern field of network science.
Mathematics is often unnecessarily difficult for students, at times even intimidating. For this
reason, explicit attention is paid in the first chapters to mathematical notations and proof
techniques, emphasizing that the notations form the biggest obstacle, not the mathematical
concepts themselves. This approach allows to gradually prepare students for using tools
that are necessary to put graph theory to work; complex networks.
In the second part of the book the student learns about random networks, small worlds, the
structure of the Internet and the Web, peer-to-peer systems, and social networks. Again,
everything is discussed at an elementary level, but such that in the end students indeed
have the feeling that they:
1. Have learned how to read and understand the basic mathematics related to graph
theory.
2. Understand how basic graph theory can be applied to optimization problems such
as routing in communication networks.
3. Know a bit more about this sometimes mystical field of small worlds and random
networks.
There is an accompanying web site www.distributed-systems.net/gtcn from where
supplementary material can be obtained, including exercises, Mathematica notebooks, data
for analyzing graphs, and generators for various complex networks.
|
any_adam_object | 1 |
author | Steen, Maarten van |
author_GND | (DE-588)124643426 |
author_facet | Steen, Maarten van |
author_role | aut |
author_sort | Steen, Maarten van |
author_variant | m v s mv mvs |
building | Verbundindex |
bvnumber | BV040364508 |
classification_rvk | QH 450 SK 890 |
ctrlnum | (OCoLC)680337377 (DE-599)BVBBV040364508 |
discipline | Mathematik Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01953nam a2200433 c 4500</leader><controlfield tag="001">BV040364508</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20161124 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120814s2010 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9789081540612</subfield><subfield code="9">978-90-815406-1-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9081540610</subfield><subfield code="9">90-815406-1-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)680337377</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV040364508</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-19</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-20</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 450</subfield><subfield code="0">(DE-625)141593:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 890</subfield><subfield code="0">(DE-625)143267:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Steen, Maarten van</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)124643426</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Graph theory and complex networks</subfield><subfield code="b">an introduction</subfield><subfield code="c">Maarten van Steen</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[S.l.]</subfield><subfield code="b">Maarten van Steen</subfield><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 285 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="c">23 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references (p.279-285) and index</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Graph theory</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Graph theory / Data processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">System analysis</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Graphentheorie</subfield><subfield code="0">(DE-588)4113782-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Netzwerktheorie</subfield><subfield code="0">(DE-588)4171531-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Graphentheorie</subfield><subfield code="0">(DE-588)4113782-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Netzwerktheorie</subfield><subfield code="0">(DE-588)4171531-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025218265&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025218265&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Klappentext</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-025218265</subfield></datafield></record></collection> |
id | DE-604.BV040364508 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:22:32Z |
institution | BVB |
isbn | 9789081540612 9081540610 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025218265 |
oclc_num | 680337377 |
open_access_boolean | |
owner | DE-19 DE-BY-UBM DE-M347 DE-739 DE-20 |
owner_facet | DE-19 DE-BY-UBM DE-M347 DE-739 DE-20 |
physical | XII, 285 S. Ill., graph. Darst. 23 cm |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | Maarten van Steen |
record_format | marc |
spelling | Steen, Maarten van Verfasser (DE-588)124643426 aut Graph theory and complex networks an introduction Maarten van Steen [S.l.] Maarten van Steen 2010 XII, 285 S. Ill., graph. Darst. 23 cm txt rdacontent n rdamedia nc rdacarrier Includes bibliographical references (p.279-285) and index Graph theory Graph theory / Data processing System analysis Datenverarbeitung Graphentheorie (DE-588)4113782-6 gnd rswk-swf Netzwerktheorie (DE-588)4171531-7 gnd rswk-swf Graphentheorie (DE-588)4113782-6 s Netzwerktheorie (DE-588)4171531-7 s DE-604 Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025218265&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025218265&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Klappentext |
spellingShingle | Steen, Maarten van Graph theory and complex networks an introduction Graph theory Graph theory / Data processing System analysis Datenverarbeitung Graphentheorie (DE-588)4113782-6 gnd Netzwerktheorie (DE-588)4171531-7 gnd |
subject_GND | (DE-588)4113782-6 (DE-588)4171531-7 |
title | Graph theory and complex networks an introduction |
title_auth | Graph theory and complex networks an introduction |
title_exact_search | Graph theory and complex networks an introduction |
title_full | Graph theory and complex networks an introduction Maarten van Steen |
title_fullStr | Graph theory and complex networks an introduction Maarten van Steen |
title_full_unstemmed | Graph theory and complex networks an introduction Maarten van Steen |
title_short | Graph theory and complex networks |
title_sort | graph theory and complex networks an introduction |
title_sub | an introduction |
topic | Graph theory Graph theory / Data processing System analysis Datenverarbeitung Graphentheorie (DE-588)4113782-6 gnd Netzwerktheorie (DE-588)4171531-7 gnd |
topic_facet | Graph theory Graph theory / Data processing System analysis Datenverarbeitung Graphentheorie Netzwerktheorie |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025218265&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025218265&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT steenmaartenvan graphtheoryandcomplexnetworksanintroduction |