[ Order This Book ]


More Info:
Preface

Summary

Table of Contents

Numerical Methods for Chemical Engineers with MATLAB Applications
Author: Constantinides, Alkis / Mostoufi, Navid

Cover: Hard cover
List Price: $80.00
Published by Prentice Hall
Date Published: 04/1999
ISBN: 0130138517


Preface

This book emphasizes the derivation of a variety of numerical methods and their application to the solution of engineering problems, with special attention to problems in the chemical engineering field. These algorithms encompass linear and nonlinear algebraic equations, eigenvalue problems, finite difference methods, interpolation, differentiation and integration, ordinary differential equations, boundary-value problems, partial differential equations, and linear and nonlinear regression analysis.

MATLAB 2 is adopted as the calculation environment throughout the book. MATLAB is a high-performance language for technical computing. It integrates computation, visualization, and programming in an easy-to-use environment. MATLAB is distinguished by its ability to perform all the calculations in matrix form, its large library of built-in functions, its strong structural language, and its rich graphical visualization tools. In addition, MATLAB is available on all three operating platforms: WINDOWS, Macintosh, and UNIX. The reader is expected to have a basic knowledge of using MATLAB. However, for those who are not familiar with MATLAB, it is recommended that they cover the subjects discussed in Appendix A: Introduction to MATLAB prior to studying the numerical methods. Several worked examples are given in each chapter to demonstrate the numerical techniques. Most of these examples require computer programs for their solution. These programs were written in the MATLAB language and are compatible with MATLAB 5.0 or higher. In all the examples, we tried to present a general MATLAB function that implements the method and that may be applied to the solution of other problems that fall in the same category of application as the worked example. The general algorithm for these programs is illustrated in the section entitled, "General Algorithm for the Software Developed in this Book." All the programs that appear in the text are included on the CD-ROM that accompanies this book. There are three versions of these programs on the CD-ROM, one for each of the major operating systems in which MATLAB exists: WINDOWS, Macintosh, and UNIX. Installation procedures, a complete list, and brief descriptions of all the programs are given in the section entitled "Programs on the CD-ROM" that immediately follows this Preface. In addition, the programs are described in detail in the text in order to provide the reader with a thorough background and understanding of how MATLAB is used to implement the numerical methods. It is important to mention that the main purpose of this book is to teach the student numerical methods and problem solving, rather than to be a MATLAB manual. In order to assure that the student develops a thorough understanding of the numerical methods and their implementation, new MATLAB functions have been written to demonstrate each of the numerical methods covered in this text. Admittedly, MATLAB already has its own built-in functions for some of the methods introduced in this book. We mention and discuss the built-in functions, whenever they exist. The material in this book has been used in undergraduate and graduate courses in the Department of Chemical and Biochemical Engineering at Rutgers University.

Basic and advanced numerical methods are covered in each chapter. Whenever feasible, the more advanced techniques are covered in the last few section s of each chapter. A one-semester graduate level course in applied numerical methods would cover all the material in this book. An undergraduate course (junior or senior level) would cover the more basic methods in each chapter. To facilitate the professor teaching the course, we have marked with an asterisk (*) in the Table of Contents those sections that may be omitted in an undergraduate course. Of course, this choice is left to the discretion of the professor. Future updates of the software, revisions of the text, and other news about this book will be listed on our web site at http://sol.rutgers.edu/~constant.

Prentice Hall and the authors would like to thank the reviewers of this book for their constructive comments and suggestions. NM is grateful to Professor Jamal Chaouki of Ecole Polytechnique de Montréal for his support and understanding.

Alkis Constantinides Navid Mostoufi

Programs on the CD-ROM

Brief Description
The programs contained on the CD-ROM that accompanies this book have been written in the MATLAB 5.0 language and will execute in the MATLAB command environment in all three operating systems (WINDOWS, Macintosh, and UNIX). There are 21 examples, 29 methods, and 13 other function scripts on this CD-ROM. A list of the programs is given later in this section. Complete discussions of all programs are given in the corresponding chapters of the text. MATLAB is a high-performance language for technical computing. It integrates computation,visualization, and programming in an easy-to-use environment. It is assumed that the user has access to MATLAB. If not, MATLAB may be purchased from:
The MathWorks, Inc.
24 Prime Park Way
Natick, MA 07160-1500
Tel: 508-647-7000
Fax: 508-647-7001
E-mail: info@mathworks.com
http://www.mathworks.com
The Student Edition of MATLAB may be obtained from:
Prentice Hall PTR, Inc.
One Lake Street
Upper Saddle River, NJ 07458
http://www.prenhall.com
An introduction to MATLAB fundamentals is given in Appendix A of this book.

Program Installation for WINDOWS.

To start the installation, do the following:
  1. Insert the CD-ROM in your CD-ROM drive (usually d: or e:)
  2. Choose Run from the WINDOWS Start menu, type d: (or e: ) and click OK.