Home :: Books :: Computers & Internet  

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
The Deductive Foundations of Computer Programming: A One-Volume Version of "the Logical Basis for Computer Programming"

The Deductive Foundations of Computer Programming: A One-Volume Version of "the Logical Basis for Computer Programming"

List Price: $55.95
Your Price: $48.07
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: Excellent Textbook for a First Logic Course in CS
Review: I really liked this book. It is full of examples, and the explanations are clear and concise. The book guides you through predicate logic and first order logic and procedures for automated deductive systems for them. No previous knowledge is assumed. The book is also full of exercises and problems.

I do recommend this book for students of Computer Science and Mathematics who want to start learning about automated deductive systems and axiomatic theories.

Rating: 5 stars
Summary: A Good Start Toward Automated Reasoning
Review: This book is a good introductory catalog of automated reasoning concepts and methods. But I believe that programmers who are going to write automated reasoning systems should augment their computer knowledge (of logic) by learning a full- blown (serial, not tree) logical notation for both 1st and 2nd order predicate calculus.

Solving the inference problem is NP-Complete, and computational cycles explode as the number of premisses increase. Automated methods of solving the inference problem are often O(n^2) and often infeasible, for "real-world" problems. Most programmers don't have a broad enough horizon in formal logic to quickly recognize WHEN a certain automated technique will be useful.

I suggest a symbolic logic text such as Copi's Symbolic Logic, 5th ed., and then aggressively read about optimizing methods which are currently being developed (ex. Optimization Methods for Logical Inference, Chandru et alia).

However, as an introduction, the reviewed book is excellent.


<< 1 >>

© 2004, ReviewFocus or its affiliates