Think complexity: [exploring complexity science with Python]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2012
Needham, MA Green Tea Press |
Ausgabe: | Version 1.2.2. |
Schlagworte: | |
Online-Zugang: | Volltext Inhaltsverzeichnis |
Beschreibung: | XI, 142 S. |
ISBN: | 9781449314637 1449314635 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040118136 | ||
003 | DE-604 | ||
005 | 20130228 | ||
007 | t | ||
008 | 120504s2012 |||| 00||| eng d | ||
016 | 7 | |a 1018962573 |2 DE-101 | |
020 | |a 9781449314637 |9 978-1-449-31463-7 | ||
020 | |a 1449314635 |9 1-449-31463-5 | ||
035 | |a (OCoLC)793510482 | ||
035 | |a (DE-599)DNB1018962573 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-83 |a DE-706 |a DE-188 |a DE-898 |a DE-M347 |a DE-91 |a DE-523 | ||
082 | 0 | |a 005.133 | |
084 | |a ST 134 |0 (DE-625)143590: |2 rvk | ||
084 | |a DAT 366f |2 stub | ||
084 | |a 68N15 |2 msc | ||
084 | |a 68Qxx |2 msc | ||
084 | |a 03D15 |2 msc | ||
084 | |a DAT 517f |2 stub | ||
100 | 1 | |a Downey, Allen B. |e Verfasser |0 (DE-588)13963309X |4 aut | |
245 | 1 | 0 | |a Think complexity |b [exploring complexity science with Python] |c Allen B. Downey |
250 | |a Version 1.2.2. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2012 | |
264 | 1 | |a Needham, MA |b Green Tea Press | |
300 | |a XI, 142 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Komplexitätstheorie |0 (DE-588)4120591-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Komplexitätstheorie |0 (DE-588)4120591-1 |D s |
689 | 0 | 1 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 1 | |u http://www.greenteapress.com/complexity/index.html |x Verlag |z kostenfrei |3 Volltext |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024974294&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
912 | |a ebook | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-024974294 |
Datensatz im Suchindex
_version_ | 1804149076330020864 |
---|---|
adam_text | Titel: Think complexity
Autor: Downey, Allen
Jahr: 2012
Table of Contents
Preface.....................................................................vii
1. Complexity Science......................................................1
What Is This Book About? 1
A New Kind of Science 2
Paradigm Shift? 3
The Axes of Scientific Models 4
A New Kind of Model 6
A New Kind of Engineering 7
A New Kind of Thinking 8
2. Graphs...............................................................11
What s a Graph? 11
Representing Graphs 13
Random Graphs 17
Connected Graphs 17
Paul Erdos: Peripatetic Mathematician, Speed Freak 18
Iterators 18
Generators 20
3. Analysis of Algorithms..................................................21
Order of Growth 22
Analysis of Basic Python Operations 24
Analysis of Search Algorithms 26
Hashtables 27
Summing Lists 31
pyplot 33
List Comprehensions 34
4. Small World Graphs....................................................37
Analysis of Graph Algorithms 37
FIFO Implementation 38
Stanley Milgram 39
Watts and Strogatz 40
Dijkstra 41
What Kind of Explanation Is That? 43
5. Scale-Free Networks....................................................45
Zipf s Law 45
Cumulative Distributions 46
Continuous Distributions 48
Pareto Distributions 49
Barabasi and Albert 51
Zipf, Pareto, and Power Laws 52
Explanatory Models 54
6. Cellular Automata..................................................... 57
Stephen Wolfram 58
Implementing CAs 59
CADrawer 61
Classifying CAs 62
Randomness 63
Determinism 64
Structures 65
Universality 67
Falsifiability 69
What Is This a Model Of? 70
7. GameofLife.......................................................... 73
Implementing Life 74
Life Patterns 76
Conway s Conjecture 77
Realism 77
Instrumentalism 79
Turmites 80
8. Fractals.............................................................. 81
Fractal CAs 82
Percolation 84
9. Self-Organized Criticality................................................87
Sand Piles 87
Spectral Density 88
Fast Fourier Transform 90
iv I Table of Contents
Pink Noise 91
Reductionism and Holism 92
SOC, Causation, and Prediction 95
10. Agent-Based Models................................................... 97
Thomas Schelling 97
Agent-Based Models 98
Traffic Jams 99
Boids 100
Prisoner s Dilemma 102
Emergence 103
Free Will 104
11. Case Study: Sugarscape................................................107
The Original Sugarscape 107
The Occupy Movement 108
A New Take on Sugarscape 108
Pygame 108
Taxation and the Leave Behind 109
The Gini Coefficient 109
Results with Taxation 110
Conclusion 112
12. Case Study: Ant Trails..................................................115
Introduction 115
Model Overview 115
API Design 117
Sparse Matrices 118
wx 118
Applications 120
13. Case Study: Directed Graphs and Knots................................... 121
Directed Graphs 121
Implementation 122
Detecting Knots 122
Knots in Wikipedia 124
14. Case Study: The Volunteer s Dilemma.................................... 125
The Prairie Dog s Dilemma 125
Analysis 126
The Norms Game 127
Results 128
Improving the Chances 129
Table of Contents | v
A. Call for Submissions...................................................131
B. ReadingList......................................................... 133
Index.....................................................................135
vi | Table of Contents
|
any_adam_object | 1 |
author | Downey, Allen B. |
author_GND | (DE-588)13963309X |
author_facet | Downey, Allen B. |
author_role | aut |
author_sort | Downey, Allen B. |
author_variant | a b d ab abd |
building | Verbundindex |
bvnumber | BV040118136 |
classification_rvk | ST 134 |
classification_tum | DAT 366f DAT 517f |
collection | ebook |
ctrlnum | (OCoLC)793510482 (DE-599)DNB1018962573 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | Version 1.2.2. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01815nam a2200481 c 4500</leader><controlfield tag="001">BV040118136</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20130228 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120504s2012 |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1018962573</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781449314637</subfield><subfield code="9">978-1-449-31463-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1449314635</subfield><subfield code="9">1-449-31463-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)793510482</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1018962573</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-83</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-898</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-523</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.133</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 134</subfield><subfield code="0">(DE-625)143590:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 366f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">68N15</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">68Qxx</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">03D15</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 517f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Downey, Allen B.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)13963309X</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Think complexity</subfield><subfield code="b">[exploring complexity science with Python]</subfield><subfield code="c">Allen B. Downey</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Version 1.2.2.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2012</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Needham, MA</subfield><subfield code="b">Green Tea Press</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 142 S.</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="650" ind1="0" ind2="7"><subfield code="a">Komplexitätstheorie</subfield><subfield code="0">(DE-588)4120591-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Komplexitätstheorie</subfield><subfield code="0">(DE-588)4120591-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</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="1"><subfield code="u">http://www.greenteapress.com/complexity/index.html</subfield><subfield code="x">Verlag</subfield><subfield code="z">kostenfrei</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</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=024974294&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ebook</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-024974294</subfield></datafield></record></collection> |
id | DE-604.BV040118136 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T00:17:17Z |
institution | BVB |
isbn | 9781449314637 1449314635 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024974294 |
oclc_num | 793510482 |
open_access_boolean | 1 |
owner | DE-83 DE-706 DE-188 DE-898 DE-BY-UBR DE-M347 DE-91 DE-BY-TUM DE-523 |
owner_facet | DE-83 DE-706 DE-188 DE-898 DE-BY-UBR DE-M347 DE-91 DE-BY-TUM DE-523 |
physical | XI, 142 S. |
psigel | ebook |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | O'Reilly Green Tea Press |
record_format | marc |
spelling | Downey, Allen B. Verfasser (DE-588)13963309X aut Think complexity [exploring complexity science with Python] Allen B. Downey Version 1.2.2. Beijing [u.a.] O'Reilly 2012 Needham, MA Green Tea Press XI, 142 S. txt rdacontent n rdamedia nc rdacarrier Komplexitätstheorie (DE-588)4120591-1 gnd rswk-swf Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf Komplexitätstheorie (DE-588)4120591-1 s Python Programmiersprache (DE-588)4434275-5 s DE-604 http://www.greenteapress.com/complexity/index.html Verlag kostenfrei Volltext HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024974294&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Downey, Allen B. Think complexity [exploring complexity science with Python] Komplexitätstheorie (DE-588)4120591-1 gnd Python Programmiersprache (DE-588)4434275-5 gnd |
subject_GND | (DE-588)4120591-1 (DE-588)4434275-5 |
title | Think complexity [exploring complexity science with Python] |
title_auth | Think complexity [exploring complexity science with Python] |
title_exact_search | Think complexity [exploring complexity science with Python] |
title_full | Think complexity [exploring complexity science with Python] Allen B. Downey |
title_fullStr | Think complexity [exploring complexity science with Python] Allen B. Downey |
title_full_unstemmed | Think complexity [exploring complexity science with Python] Allen B. Downey |
title_short | Think complexity |
title_sort | think complexity exploring complexity science with python |
title_sub | [exploring complexity science with Python] |
topic | Komplexitätstheorie (DE-588)4120591-1 gnd Python Programmiersprache (DE-588)4434275-5 gnd |
topic_facet | Komplexitätstheorie Python Programmiersprache |
url | http://www.greenteapress.com/complexity/index.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024974294&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT downeyallenb thinkcomplexityexploringcomplexitysciencewithpython |