Notes for Kendrick, Mercado and Amman's 2006 Princeton University Press book:
(Code for the programs in this book is here)
This is a pedagogical book with a lovely idea at the core: teach standard micro and macroeconomic models and principles using computer programs like Excel, Mathematica, MATLAB, and others.
The book takes us through a series of simple and well known examples, using student's familiarity with the textbook models as a foil to show the usefulness and extensibility of the computational approach.
So, we see partial equilibrium analysis and game theory in Mathematica, Derivatives analysis and genetic algorithms in MATLAB, and CGE models in GAMS as well as other programming languages. Throughout students are encouraged to go it alone by modifying the authors' code (which is itself a point of interesting pedagogy, see this Journal of Economic Education article for more)
The bits of the book which are most interesting for me are the Mathematica and Excel chapters on Growth, Game Theory, and Partial Equilibrium analysis.
Each chapter follows the same structure. For example, in the first real chapter, the authors give an Excel solver routine to solve the Neoclassical growth model in it's simplest form, as presented by, say, Romer in Advanced Macroeconomics. The exposition is clear and concise, and any student with some previous exposure to the mathematics will have no trouble fathoming the model's basics. Then we see the Excel implementation of the model, with links to the code for the model itself so students can use and modify the parameters and basic assumptions as they like. That code, by the way, is here.
The Mathematica notebooks all run well in Version 6.02, and the use of game theoretic concepts in a LISP-like environment such as Mathematica really makes it clear what a high level and extensible computer architecture Mathematica is. The work, really, is a precursor of the currently white-hot topic of Algorithmic Game Theory, even though the authors don't mean their work as such, just seeing the canonical models implemented in a computable set theoretic way (by definition, because it's on a computer) is a real step forward.
One thing I would have loved to see was a comparison of one model built in two different languages: how one would go about translating, say, an Eviews program to MATLAB, or something like that. Maybe I'll add that to the ideas list. Another idea to really sell the book would be to make each 'program' section of the book downloadable separately. Most institutions don't have blanket subscriptions to Mathematica, MATLAB, Eviews, GAUSS, TSP, Stata, etc, so by allowing readers to pick and choose by program, the authors might make themselves a few more shekels. Who knows?
So all in all, a very nice pedagogical book, and well worth purchasing for a library or graduate student interested in teaching computational economics. Glad I read it.