Think Complexity
Free

Think Complexity

By Allen B. Downey
Free
Book Description


This book is about complexity science, data structures and algorithms,
intermediate programming in Python, and the philosophy of science:

  • Data structures and algorithms: A data structure is
    a collection that contains data elements organized in a way
    that supports particular operations. For example, a dictionary
    organizes key-value pairs in a way that provides fast
    mapping from keys to values, but mapping from values to
    keys is generally slower.


    An algorithm is a mechanical process for performing a computation.
    Designing efficient programs often involves the co-evolution of data
    structures and the algorithms that use them. For example, the first
    few chapters are about graphs, a data structure that is a good
    implementation of a graph---nested dictionaries---and several graph
    algorithms that use this data structure.

  • Python programming: This book picks up
    where Think
    Python
    leaves off. I assume that you have read that book or
    have equivalent knowledge of Python. As always, I will try to
    emphasize fundmental ideas that apply to programming in many
    languages, but along the way you will learn some useful features that
    are specific to Python.

  • Computational modeling: A model is a simplified description
    of a system that is useful for simulation or analysis. Computational
    models are designed to take advantage of cheap, fast computation.

  • Philosophy of science: The models and results in this book
    raise a number of questions relevant to the philosophy of science,
    including the nature of scientific laws, theory choice,
    realism and instrumentalism, holism and reductionism, and Bayesian
    epistemology.


This book focuses on discrete models, which include graphs, cellular
automata, and agent-based models. They are often characterized
by structure, rules and transitions rather than by equations.
They tend to be more abstract than continuous models; in some
cases there is no direct correspondence between the model and
a physical system.


Complexity science is an interdisciplinary field---at the
intersection of mathematics, computer science and physics---that
focuses on these kinds of models. That's what this book is about.


Print versions for purchase and TeX Source are available from the book's web page at Green Tea Press.

Table of Contents
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • Page 15
  • Page 16
  • Page 17
  • Page 18
  • Page 19
  • Page 20
  • Page 21
  • Page 22
  • Page 23
  • Page 24
  • Page 25
  • Page 26
  • Page 27
  • Page 28
  • Page 29
  • Page 30
  • Page 31
  • Page 32
  • Page 33
  • Page 34
  • Page 35
  • Page 36
  • Page 37
  • Page 38
  • Page 39
  • Page 40
  • Page 41
  • Page 42
  • Page 43
  • Page 44
  • Page 45
  • Page 46
  • Page 47
  • Page 48
  • Page 49
  • Page 50
  • Page 51
  • Page 52
  • Page 53
  • Page 54
  • Page 55
  • Page 56
  • Page 57
  • Page 58
  • Page 59
  • Page 60
  • Page 61
  • Page 62
  • Page 63
  • Page 64
  • Page 65
  • Page 66
  • Page 67
  • Page 68
  • Page 69
  • Page 70
  • Page 71
  • Page 72
  • Page 73
  • Page 74
  • Page 75
  • Page 76
  • Page 77
  • Page 78
  • Page 79
  • Page 80
  • Page 81
  • Page 82
  • Page 83
  • Page 84
  • Page 85
  • Page 86
  • Page 87
  • Page 88
  • Page 89
  • Page 90
  • Page 91
  • Page 92
  • Page 93
  • Page 94
  • Page 95
  • Page 96
  • Page 97
  • Page 98
  • Page 99
  • Page 100
  • Page 101
  • Page 102
  • Page 103
  • Page 104
  • Page 105
  • Page 106
  • Page 107
  • Page 108
  • Page 109
  • Page 110
  • Page 111
  • Page 112
  • Page 113
  • Page 114
  • Page 115
  • Page 116
  • Page 117
  • Page 118
  • Page 119
  • Page 120
  • Page 121
  • Page 122
  • Page 123
  • Page 124
  • Page 125
  • Page 126
  • Page 127
  • Page 128
  • Page 129
  • Page 130
  • Page 131
  • Page 132
  • Page 133
  • Page 134
  • Page 135
  • Page 136
  • Page 137
  • Page 138
  • Page 139
  • Page 140
  • Page 141
  • Page 142
  • Page 143
  • Page 144
  • Page 145
  • Page 146
  • Page 147
  • Page 148
The book hasn't received reviews yet.
You May Also Like
Also Available On
Categories
Curated Lists