Home :: Books :: Professional & Technical  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet
Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical

Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Cellular Automata Machines: A New Environment for Modeling (Scientific Computation)

Cellular Automata Machines: A New Environment for Modeling (Scientific Computation)

List Price: $70.00
Your Price: $60.33
Product Info Reviews

<< 1 >>

Rating: 3 stars
Summary: How to reuse some older ideas
Review: Acquired this book many years ago (early 199x). It was inspiring to read about efforts to produce dedicated hardware for cellular automata. Recently Stephen Wolfram's a new kind of science made me read this older book again. Then it was interesting to write a cellular automata program in C++ and afterwards in a mixed Python/C version. The rules to use were taken from this particular book. The general hardware nowadays has enough power to even program in a higher level language and still show adequate performance. In short: the book is inspiring and the presented rules can be used to investigate cellular automata.

Rating: 1 stars
Summary: Avoid
Review: I came to this book after having seen it referenced in a number of more general books with chapters on cellular automata. The book describes numerous experiments in varying levels of detail that are suitable for running on cellular automata. The example experiments are both abstract ('Life' or 'Parity' rules) and concrete (simulation of physical systems). Little attention is paid to simulating either social or biological processes. There is a lot here but the level of detail is poor. Many explanations of the simulations assume considerable knowledge of the physical systems being simulated or the weaknesses of other approaches that may used. The greatest weakness of this book is that it relies on a specific hardware implementation of a CA machine. All examples require this machine (a PC card) to be installed in your PC in order to run. This card appears to no longer be available (no supplier details are given in the book). The use of Forth (a language using reverse polish notation) to describe rules and the reliance on specific hardware makes the rules discussed difficult to implement on a software CA. The rules presented in the second half of the book are so tied to the hardware implementation of the unavailable PC card as to be impossible to translate directly into English-like rules. This is a definite dud.

Rating: 5 stars
Summary: Oh my god, what a book!
Review: This book is absolutely stunning. It's a little dated, but the classes of problems that Toffoli and Margolus attack with dirt-simple machines is completely astonishing. I guarantee that you will not be able to put it down -- which is odd to say about a computer book. Read it!

Rating: 5 stars
Summary: buy for the ideas, not the implementation
Review: This is a terrific book that takes a step-by-step approach to cellular automata, especially for modelling. Within the first two chapters I had already found several interesting ideas for improving my own general-purpose automata program.

The part of the book that is most dated is the discussion of a specific hardware card and software designed for IBM PCs and ATs, and a specific dialect of Forth that can be used to program automata that will run on this card. Obviously this is no longer the mainstream approach to programming automata - even massively parallel systems programming has moved away from Forth. For me, I think of it as pseudo-code instead of a program example, and the book is still very very useful.

So on the whole, I would say this is a valuable addition to the bookshelf of any automata enthusiast.


<< 1 >>

© 2004, ReviewFocus or its affiliates