Items related to Applied Numerical Methods for Engineers and Scientists

Applied Numerical Methods for Engineers and Scientists - Softcover

  • 3.95 out of 5 stars
    19 ratings by Goodreads
 
9780130894809: Applied Numerical Methods for Engineers and Scientists

Synopsis

This comprehensive book includes over 800 problems including open ended, project type and design problems. Chapter topics include Introduction to Numerical Methods; Solution of Nonlinear Equations; Simultaneous Linear Algebraic Equations; Solution of Matrix Eigenvalue Problem; Curve Fitting and Interpolation; Statistical Methods; Numerical Differentiation; Numerical Integration; Numerical Solution of Ordinary Differential Equations: Initial Value Problems; Numerical Solution of Ordinary Differential Equations: Boundary Value Problems; Numerical Solution of Partial Differential Equations; Numerical Methods of Optimization ;Finite Element Method. This book is intended as a reference for numerical methods in engineering.

"synopsis" may belong to another edition of this title.

From the Back Cover

The availability of inexpensive high-speed computing power makes the numerical solution of even complex engineering problems economically feasible. In the face of ever-increasing demands on the engineering profession to perform better, students preparing to face the challenges of the twenty-first century should learn not only the theory behind the numerical methods, but also acquire the skills needed to implement the methods for computer solution. In addition, students should be aware of the many commercial software systems available and their appropriate uses in the solution of engineering problems. The student should be in a position to intelligently select and use suitable numerical methods and software systems as the need arises in practice. He or she should solve a given problem using different approaches with a variety of software systems and experiment with the various parameters of the problem. This book is intended for courses on numerical methods at the junior/senior level as well as at the beginning graduate level. The book also serves as a reference for numerical methods in engineering.

Special Features:

  • In derivations and developments, steps needed for continuity of understanding have been included to aid the reader at the introductory level.
  • A variety of engineering applications are presented. More than 800 problems are included.
  • Review questions are given to help students in reviewing and testing their understanding of the text material. These include multiple choice questions, questions with brief answers, true(false questions, questions involving matching of related descriptions, and fill-in-the-blank type questions.
  • Several open-ended project- and design-type problems are included at the end of each chapter.
  • Examples and problems based on MATLAB, Maple, and Mathcad are included in each chapter.
  • Representative Fortran 90 and C programs are given in the book and several additional programs can be found at the course website.
  • Helpful appendices describing the basics of Fortran 90, C Language, MATLAB, Maple, Mathcad, and matrix algebra are included.
  • Brief biographical information and photographs of scientists and mathematicians who contributed to the development of numerical methods are given in the book.

Excerpt. © Reprinted by permission. All rights reserved.

The use of numerical methods for the analysis, simulation, and design of engineering processes and systems has been increasing at a rapid rate in recent years. The availability of cheap high-speed computing power makes the numerical solution of even complex engineering problems economically feasible. In the face of ever increasing demands on engineering profession to perform better, the students who learn numerical methods in preparing to face the challenges of 21st century should learn not only the theory behind the methods, but also acquire skills to implement the methods for computer solution. In addition, the students should be aware of the many commercial software systems available and their use in the solution of engineering problems. Although a student may not learn all the numerical methods described in this book and use all the software systems available in any one course, he or she should be in a position to intelligently select and use suitable numerical methods and software systems as the need arises in practice.

The use of numerical methods in engineering can be considered partly science and partly art. Thus, a cookbook-type procedure will not be effective in learning the methods. A student should solve a problem using different approaches and a variety of software systems and experiment with the various parameters of the problem. The different results obtained through this process will form an experience base for selecting a suitable method and interpreting the results for a new problem. It is always desirable to compare and verify the results with other available solutions based on engineering judgment and intuition.

This book is intended for courses on numerical methods at the junior and senior level as well as at the beginning graduate level. The book also serves as a reference for numerical methods in engineering. Fortran and C programs, along with illustrative examples, are given in each chapter to implement many of the numerical methods discussed in that chapter. The use of commercial numerical softwares—MATLAB, MAPLE and MATHCAD—in the solution of practical problems is demonstrated in every chapter. Even when a program from a software package is used, we need to understand the basic principles, purpose, and limitations of the program. Often, in many engineering applications, an available standard program cannot be used directly; we need to adapt and modify it. This invariably requires a sound knowledge of the numerical method as well as some computational experience with the method. The book is aimed at presenting numerical methods along with their practical applications in a manner that helps students achieve the goals just outlined.

Organization

Applied Numerical Methods for Engineers is organized into 13 chapters and 6 appendices. Chapter 1 presents an overview of numerical methods, iterative- processes, numerical errors, software available for numerical methods, programming languages, and the various aspects of computer program development. The methods of solving nonlinear equations are given in Chapter 2. The solution of sets of linear algebraic equations is presented in Chapter 3. Both direct and iterative methods are considered. The matrix eigenvalue problem is the topic of Chapter 4. Chapter 5 deals with the methods of curve fitting and interpolation. The probabilistic and statistical methods are considered in Chapter 6. The numerical differentiation and numerical integration are the topics of Chapters 7 and 8, respectively. The numerical solution of ordinary differential equations is considered in Chapters 9 and 10. While Chapter 9 presents the methods of solving initial-value problems, Chapter 10 deals with the solution of boundary-value problems. The numerical solution of partial differential equations is considered in Chapter 11. The optimization and the finite-element methods are presented in Chapters 12 and 13, respectively. Appendices A and B provide the basics of Fortran and C languages while Appendices C, D, and E summarize the basics of MAPLE, MATLAB, and MATHCAD, respectively. A review of matrix algebra is given in Appendix F. Finally, Appendix G presents tables of statistical distributions.

The material of the book provides flexible options for different types of numerical methods courses. A junior and senior level course may cover the basic techniques of Chapters 1, 2, 3, and 5 to 9. A first-level graduate course can cover Chapters 4, 10, 11, 12, and 13 as well. The prerequisites for using the text are elementary calculus, basic concepts of linear algebra, and an introduction to differential equations.

Each topic for Applied Numerical Methods for Engineers is self-contained. In derivations and developments, steps needed for continuity of understanding have been included to aid the reader at the introductory level. Representative engineering applications are given at the beginning of each chapter so that the reader can appreciate the practical use and application of the numerical methods presented in that chapter. Many sample problems are solved by using several methods, and the results are compared, discussed, and general conclusions are drawn. Most of the algorithms described in the book are implemented in the form of Fortran and C codes and are made available at the Web site of the book. The use of different commercial software systems, as well as the programs available at the Web site of the book, is illustrated in each chapter.

Features

The specific features of the book include

  1. A variety of engineering applications at the beginning of each chapter to illustrate the practicality of the methods considered in that chapter.
  2. The presentation of the material in a simple and user-friendly form. Illustrative examples follow the presentation of the topics.
  3. A discussion of convergence rate, error, relative performance, and recommendations for the numerical methods.
  4. Review questions to help students in reviewing and testing their understanding of the text material. These include multiple choice questions, questions with brief answers, true-false questions, questions involving matching of related descriptions, and fill-in-the-blank type questions. Answers to review questions can be found at the Web site of the book.
  5. A summary of important algorithms in the instructor's manual.
  6. Over 700 problems, with solutions in the instructor's manual.
  7. The inclusion of several open ended, project type and design problems at the end of chapters.
  8. Fortran and C programs for many of the methods presented in the book can be found at the Web site of the book.
  9. The inclusion of examples and problems based on the use of MATLAB, MAPLE, and MATHCAD in every chapter.
  10. References to lead the reader to specialized and advanced literature.
  11. Brief biographical information and photographs of scientists and mathematicians who contributed to the development of numerical methods, found at the Web site of the book.

Web site of the book

The Fortran and C programs used in the book, answers to problems, solutions to review questions, and brief biographical information of scientists can be found at the web site of the book: http://www.prenhall.com/rao . Note that the programs and techniques presented in the book and at the web site are intended for use by students in learning the material. Although the material has been tested, no warranty is implied as to their accuracy. I would appreciate receiving any errors found in the book.

"About this title" may belong to another edition of this title.

  • PublisherPearson
  • Publication date2001
  • ISBN 10 013089480X
  • ISBN 13 9780130894809
  • BindingPaperback
  • LanguageEnglish
  • Edition number1
  • Number of pages1080
  • Rating
    • 3.95 out of 5 stars
      19 ratings by Goodreads

Search results for Applied Numerical Methods for Engineers and Scientists

Stock Image

Rao, Singiresu
Published by Pearson, 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used paperback

Seller: Orion Tech, Kingwood, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

paperback. Condition: Good. Seller Inventory # 013089480X-3-33648540

Contact seller

Buy Used

US$ 31.54
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Rao, Singiresu
Published by Pearson (edition 1), 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used Paperback

Seller: BooksRun, Philadelphia, PA, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: Good. 1. Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported. Seller Inventory # 013089480X-11-1

Contact seller

Buy Used

US$ 31.55
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 3 available

Add to basket

Seller Image

Rao, Singiresu
Published by Pearson, 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used Softcover

Seller: ZBK Books, Carlstadt, NJ, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: acceptable. Used book - May contain writing, notes, highlighting, bends or folds. Text is readable, book is clean, and pages and cover mostly intact. May show normal wear and tear. Item may be missing CD. May include library marks. Fast Shipping. Seller Inventory # ZWM.J4XU

Contact seller

Buy Used

US$ 34.10
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Rao, Singiresu
Published by Pearson, 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used Softcover

Seller: Shakespeare Book House, Rockford, IL, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: Acceptable. Item in acceptable condition including possible liquid damage. As well answers may be filled in. May be missing DVDs, CDs, Access code, etc. 100%Money-Back Guarantee! Ship within 24 hours!! Seller Inventory # 570TQW000KGJ_ns

Contact seller

Buy Used

US$ 30.95
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Rao, Singiresu
Published by Pearson Education, 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used Softcover

Seller: Better World Books, Mishawaka, IN, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. Used book that is in clean, average condition without any missing pages. Seller Inventory # 8293347-6

Contact seller

Buy Used

US$ 38.39
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Rao, Singiresu
Published by Pearson, 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used Paperback

Seller: Grumpys Fine Books, Tijeras, NM, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Paperback. Condition: very good. little wear and tear. Seller Inventory # Grumpy013089480X

Contact seller

Buy Used

US$ 59.54
Convert currency
Shipping: US$ 4.25
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Rao, Singiresu
Published by Pearson, 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used paperback First Edition

Seller: Textbooks_Source, Columbia, MO, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

paperback. Condition: Good. 1st Edition. Ships same day or next business day! UPS shipping available (Priority Mail for AK/HI/APO/PO Boxes). Used sticker and some writing and/or highlighting. Used books may not include working access code. Used books will not include dust jackets. Seller Inventory # 000521126U

Contact seller

Buy Used

US$ 77.50
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 11 available

Add to basket

Stock Image

Dave Ellis
ISBN 10: 013089480X ISBN 13: 9780130894809
Used Softcover

Seller: booksdeck, Westlake Village, CA, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Softcover. Condition: Good. Item Condition: Good. Absolutely no markings or writing anywhere in the book. Binding of the book is perfect. Free tracking with same day shipping! Seller Inventory # ECI-1131|9780130894809

Contact seller

Buy Used

US$ 85.66
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Singiresu S. Rao, Singiresu S Rao
Published by Pearson, 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used Hardcover

Seller: BookHolders, Towson, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Very Good. [ No Hassle 30 Day Returns ][ Ships Daily ] [ Underlining/Highlighting: NONE ] [ Writing: NONE ] [ Edition: first ] Publisher: Prentice Hall Pub Date: 1/15/2002 Binding: Hardcover Pages: 880 first edition. Seller Inventory # 6878838

Contact seller

Buy Used

US$ 105.42
Convert currency
Shipping: US$ 4.25
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Rao, Singiresu
Published by Pearson, 2001
ISBN 10: 013089480X ISBN 13: 9780130894809
Used Soft cover First Edition

Seller: California Books Inc., Fullerton, CA, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Soft cover. Condition: Very Good. 1st Edition. EXCELLENT CONDITION!!! No markings. No highlighting. No missing pages. No worn-out pages. Seller Inventory # ABE-1676928305371

Contact seller

Buy Used

US$ 119.99
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

There are 5 more copies of this book

View all search results for this book