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
Optimization Using Personal Computers: With Applications to Electrical Networks

Optimization Using Personal Computers: With Applications to Electrical Networks

List Price: $145.00
Your Price:
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: a good engineering style book for engineers
Review: I am an electrical engineering student with good matrix theory and linear algebra training. It makes the book very close (or dear) to me.

I like its style, very engineer oriented. There are examples, programs, even numbers, exercises. The theorems, equations, and important points are in tables and well numbered. If you enjoy reading user manual for your vacuum cleaner or technical document for programming languages, this book is like these in style. It is a well-written "user manual" for solving optimization problems.

Still the Chinese proverb: I hear, I forget. I see, I remeber. I do, I understand. This book gives you something to work on by yourself.

You may find the BASIC programs in the book a little bit out of date, if you are equipped with Mathematica or MATLAB. But the programs are still worth looking at, especially some can be helpful for understanding numerical analysis, too.

Here is an example from (Page. 39) Exercise 1.10 (using Mathematica)

simple substitution for solving this fixed point problem at x near 4 will diverge or fail to find one of the two fix points

f[x_]=0.5 Exp[0.5 x]

NestList[f, 4., 10]

Reap[FindRoot[f[x] == x, {x, 10}, StepMonitor :> Sow[x]]]







<< 1 >>

© 2004, ReviewFocus or its affiliates