|
|||||||||||||||||||||||||||||||||||
|
8 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
10 of 11 people found the following review helpful:
4.0 out of 5 stars
Excellent finite element text,
By Matovu John Mary (Washington D.C.) - See all my reviews
This review is from: Finite Element Method Using MATLAB (Mechanical Engineering) (Hardcover)
This book is extremely useful, especially for those new to the finite element methods. Despite the fact that it puts a lot of emphasis on matlab, the code is easy to understand and translate into other powerful languages like fortran 90. It took me a few days to start writting my own FEM code after buying the book. I would strongly recommend it even for those with a non-engineering background.
11 of 13 people found the following review helpful:
2.0 out of 5 stars
There has to be a better book to learn FE.,
By Pepe Alvarez (California) - See all my reviews
This review is from: The Finite Element Method Using MATLAB, Second Edition (Hardcover)
Professor Young Kwon teaches at the Naval Postgraduate School in Monterey, CA. I used this book in his class and found little difference when I compared it to the first edition. The first edition has some minor errors, but the problem sets for each chapter along with the Matlab programs provided are very much the same. The first chapter has some basic Matlab necessities and the second chapter covers weighted residual methods (strong / weak formulation, least squares, collocation, and Galerkin). There is a one paragraph summary of the Raleigh-Ritz method (derived from Calculus of Variations), which is more accurate but not as popular as Galerkin. I found a much better explanation of these weighted residual methods in an undergraduate numerical analysis book. The remainder of the book covered shape functions, isoparametric functions, numerical integration techniques, boundary and initial value problems, eigenvalue problems, beams, shell and plates, and trusses.Caution: - If you want to learn the core of FE and can program easily, this book would help -- but it won't be easy. - If you want to learn FE for practical applications, spend your energy using a commercial or open-source FE package. More general comments: - The Matlab code is far from being easy to understand. Maybe it's easy to follow the logic, but there is very little documentation to support the code. You will spend A LOT of time figuring out the variables alone, which has a lot to do with how well you understand the code. - Someone with a non-engineer background would NOT be able to understand this book. Someone with a technical background and a strong math foundation may be able to. For example, this book contains a few topics from Theory of Elasticity. This theory is taught in advanced solid mechanics classes -- not even the undergraduate Mech-E's cover it. You should also have a good handle on matrix algebra, integral calculus, and basic ODE's. Bottom Line:
7 of 9 people found the following review helpful:
4.0 out of 5 stars
understanding the finite element method,
By kartik srinivas (fairborn, ohio United States) - See all my reviews
This review is from: The Finite Element Method Using MATLAB, Second Edition (Hardcover)
This book carries on from the first edition, lots of new theories and programs have been added. The errors in the last edition(1996) have been corrected. This book is a must for people who want to understand the finite element method and for people who want to learn how to program it using 'Matlab'. Matlab is one of the most widely used programming tool.I have the old edition but i find this new edition refreshing. The new theories and programs help in digesting the book better. overall this is an indispensable book for people trying to learn to program the finite element method because it gives a clear understanding of how a finite element code works. thanks, kartik srinivas
5.0 out of 5 stars
A good introduction to FEM,
By Poikilos "MAF" (North Haven, CT USA) - See all my reviews
This review is from: The Finite Element Method Using MATLAB, Second Edition (Mechanical Engineering Series) (Kindle Edition)
If you want to learn the finite element method without going through rigorous mathematics, then this is the book to have. I've recently compared a number of books for learning this subject and this has one of the most lucid explanations for the practical minded. Most other texts approach the subject in a very theoretical way whereas most people who want to learn FEM merely want to know how to solve problems using the method; if you belong to that group of people, then you would like this book.
4.0 out of 5 stars
good,
By
This review is from: The Finite Element Method Using MATLAB, Second Edition (Hardcover)
cover alot of material, matlab code can be run without requiring specific
matlab library
5.0 out of 5 stars
Very good finite element text,
By TP "TP" (Oradell, NJ, USA) - See all my reviews
This review is from: The Finite Element Method Using MATLAB, Second Edition (Hardcover)
In this book, the authors expose many aspects of finite element analysis, in a mostly clear and straightforward manner. The in-depth coverage of topics is appreciated, since most books only give an overview of the subject without revealing the details.
Overall, this is an excellent, detailed presentation. A note to some reviewers: before you comment on a textbook, spend some time - maybe a few years, studying and learning the subject, and maturing as an individual. Then make your comments.
0 of 2 people found the following review helpful:
1.0 out of 5 stars
Difficult to understand,
By J. Gerber (Hilo, HI) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Finite Element Method Using MATLAB (Mechanical Engineering) (Hardcover)
I took Prof Kwon's class and used this book. It was very difficult to understand. Bathe's book is much more clear.
6 of 15 people found the following review helpful:
5.0 out of 5 stars
bug into fetruss2.m,
By A Customer
This review is from: Finite Element Method Using MATLAB (Mechanical Engineering) (Hardcover)
Dear Sir
There is little mistake into file fetruss2.m. The matrices
consistent and lumped are not correct.
wrong matrix:
m=(rho*area*leng/6)*[ 2*c*c+2*s*s 0 c*c+s*s 0;...
0 2*c*c+2*s*s 0 c*c+s*s;...
c*c+s*s 0 2*c*c+2*s*s 0;...
0 c*c+s*s 0 2*c*c+2*s*s];
rigth matrix:
m=(rho*area*leng/6)*[ 2*c*c 2*c*s c*c c*s;...
2*c*s 2*s*s c*s s*s;...
c*c c*s 2*c*c 2*c*s;...
c*s s*s 2*c*s 2*s*s];
% lumped mass matrix
wrong matrix:
m=(rho*area*leng/2)*[ c*c+s*s 0 0 0;...
0 c*c+s*s 0 0;...
0 0 c*c+s*s 0;...
0 0 0 c*c+s*s];
rigth matrix:
m=(rho*area*leng/2)*[ c*c c*s 0 0;...
c*s s*s 0 0;...
0 0 c*c c*s;...
0 0 c*s s*s];
The consistent and lumped mass matrices shown in page
209 - 210 are not consistent with the correspondent problem.
(example 7.4.1). The matrices do not consider the angle corrections.
|
|
Most Helpful First | Newest First
|
|
Finite Element Method Using MATLAB (Mechanical Engineering) by Young W. Kwon (Hardcover - September 30, 1996)
$94.95
Temporarily out of stock. Order now and we'll deliver when available. | ||