Programming for Chemical Engineers Using C C and MATLAB

Programming for Chemical Engineers Using C  C    and MATLAB
Author: Raul Raymond Kapuno
Publsiher: Jones & Bartlett Publishers
Total Pages: 470
Release: 2008
Genre: Computers
ISBN: 9781934015094

Download Programming for Chemical Engineers Using C C and MATLAB Book in PDF, Epub and Kindle

Designed for chemical engineering students and industry professionals, this book shows how to write reusable computer programs. Written in the three languages (C, C++, and MATLAB), it is accompanied by a CD-ROM featuring source code, executables, figures, and simulations. It also explains each program in detail.

Programming for Chemical Engineers Using C C and MATLAB

Programming for Chemical Engineers Using C  C    and MATLAB
Author: Jr. Raul Raymond A. Kapuno
Publsiher: Laxmi Publications, Ltd.
Total Pages: 476
Release: 2010-12
Genre: C (Computer program language)
ISBN: 938029820X

Download Programming for Chemical Engineers Using C C and MATLAB Book in PDF, Epub and Kindle

NUMERICAL SYMBOLIC AND STATISTICAL COMPUTING FOR CHEMICAL ENGINEERS USING MATLAB

NUMERICAL  SYMBOLIC AND STATISTICAL COMPUTING FOR CHEMICAL ENGINEERS USING MATLAB
Author: Ghosh, Pallab
Publsiher: PHI Learning Pvt. Ltd.
Total Pages: 416
Release: 2018-09-01
Genre: Electronic Book
ISBN: 9789387472525

Download NUMERICAL SYMBOLIC AND STATISTICAL COMPUTING FOR CHEMICAL ENGINEERS USING MATLAB Book in PDF, Epub and Kindle

Numerical, analytical and statistical computations are routine affairs for chemical engineers. They usually prefer a single software to solve their computational problems, and at present, MATLAB has emerged as a powerful computational language, which is preferably used for this purpose, due to its built-in functions and toolboxes. Considering the needs and convenience of the students, the author has made an attempt to write this book, which explains the various concepts of MATLAB in a systematic way and makes its readers proficient in using MATLAB for computing. It mainly focuses on the applications of MATLAB, rather than its use in programming basic numerical algorithms. Commencing with the introduction to MATLAB, the text covers vector and matrix computations, solution of linear and non-linear equations, differentiation and integration, and solution of ordinary and partial differential equations. Next, analytical computations using the Symbolic Math Toolbox and statistical computations using the Statistics and Machine Learning Toolbox are explained. Finally, the book describes various curve fitting techniques using the Curve Fitting Toolbox. Inclusion of all these advanced-level topics in the book stands it out from the rest. KEY FEATURES  Numerous worked-out examples to enable the readers understand the steps involved in solving the chemical engineering problems  MATLAB codes to explain the computational techniques  Several snapshots to help the readers understand the step-by-step procedures of using the toolboxes  Chapter-end exercises, including short-answer questions and numerical problems  Appendix comprising the definitions of some important and special matrices  Supplemented with Solutions Manual containing complete detailed solutions to the unsolved analytical problems  Accessibility of selected colour figures (including screenshots and results/outputs of the programs) cited in the text at www.phindia.com/Pallab_Ghosh. TARGET AUDIENCE • BE/B.Tech (Chemical Engineering) • ME/M.Tech (Chemical Engineering)

Numerical Methods for Chemical Engineering

Numerical Methods for Chemical Engineering
Author: Kenneth J. Beers
Publsiher: Cambridge University Press
Total Pages: 496
Release: 2007
Genre: Computers
ISBN: 0521859719

Download Numerical Methods for Chemical Engineering Book in PDF, Epub and Kindle

Applications of numerical mathematics and scientific computing to chemical engineering.

Numerical Symbolic and Statistical Computing for Chemical E

Numerical  Symbolic and Statistical Computing for Chemical E
Author: Pallab Ghosh
Publsiher: Unknown
Total Pages: 135
Release: 2018-10-30
Genre: Electronic Book
ISBN: 9387472515

Download Numerical Symbolic and Statistical Computing for Chemical E Book in PDF, Epub and Kindle

Introduction to Matlab for Chemical Petroleum Engineering

Introduction to Matlab for Chemical   Petroleum Engineering
Author: Sam Toan,Hertanto Adidharma,Bahareh Nojabaei
Publsiher: Createspace Independent Publishing Platform
Total Pages: 264
Release: 2017-07-30
Genre: Chemical engineering
ISBN: 1548004871

Download Introduction to Matlab for Chemical Petroleum Engineering Book in PDF, Epub and Kindle

For engineers today, the importance of mastering computer-aided calculations is becoming increasingly evident. Universities around the world recognize the discipline as essential to success as an engineer and, in turn, offer an array of courses to help engineering students become comfortable using computational methods. The purpose of this book is to serve as a useful reference and guide as students-specifically chemical and petroleum engineering majors-learn computational programming using MATLAB. MATLAB is a very robust program with various built-in analytical functions and easy-to-use plotting tools. MATLAB's capabilities, features, and intuitive design make it an exceptional computational tool for undergraduate-level engineering students. The chapters contained in this book cover most of the topics in required chemical and petroleum engineering courses. In Chapters 1 through 5, we introduce the reader to the basics of programing and plotting in MATLAB. In Chapter 6, students learn how to use MATLAB to solve linear and non-linear equations, and systems of equations. We cover curve fitting and interpolation in Chapter 7. The focus of the final chapters shifts to differentiation, integration, and solving ordinary and partial differential equations. We provide chemical and petroleum engineering related examples in each chapter. Along the way, we also discuss various numerical methods that can be applied at both the undergraduate and graduate levels. We, the authors, hope that this book will be helpful to engineering students and instructors alike.

Chemical Engineering Computation with MATLAB

Chemical Engineering Computation with MATLAB
Author: Yeong Koo Yeo
Publsiher: CRC Press
Total Pages: 657
Release: 2020-12-16
Genre: Technology & Engineering
ISBN: 9781000284928

Download Chemical Engineering Computation with MATLAB Book in PDF, Epub and Kindle

Chemical Engineering Computation with MATLAB®, Second Edition continues to present basic to advanced levels of problem-solving techniques using MATLAB as the computation environment. The Second Edition provides even more examples and problems extracted from core chemical engineering subject areas and all code is updated to MATLAB version 2020. It also includes a new chapter on computational intelligence and: Offers exercises and extensive problem-solving instruction and solutions for various problems Features solutions developed using fundamental principles to construct mathematical models and an equation-oriented approach to generate numerical results Delivers a wealth of examples to demonstrate the implementation of various problem-solving approaches and methodologies for problem formulation, problem solving, analysis, and presentation, as well as visualization and documentation of results Includes an appendix offering an introduction to MATLAB for readers unfamiliar with the program, which will allow them to write their own MATLAB programs and follow the examples in the book Provides aid with advanced problems that are often encountered in graduate research and industrial operations, such as nonlinear regression, parameter estimation in differential systems, two-point boundary value problems and partial differential equations and optimization This essential textbook readies engineering students, researchers, and professionals to be proficient in the use of MATLAB to solve sophisticated real-world problems within the interdisciplinary field of chemical engineering. The text features a solutions manual, lecture slides, and MATLAB program files._

MATLAB Applications in Chemical Engineering

MATLAB Applications in Chemical Engineering
Author: Chyi-Tsong Chen
Publsiher: Chyi-Tsong Chen
Total Pages: 576
Release: 2022-05-20
Genre: Computers
ISBN: 9786260101060

Download MATLAB Applications in Chemical Engineering Book in PDF, Epub and Kindle

This book addresses the applications of MATLAB® and Simulink in the solution of chemical engineering problems. By classifying the problems into seven different categories, the author organizes this book as follows: Chapter One - Solution of a System of Linear Equations Chapter Two - Solution of Nonlinear Equations Chapter Three - Interpolation, Differentiation and Integration Chapter Four- Numerical Solution of Ordinary Differential Equations Chapter Five - Numerical solution of Partial Differential Equations Chapter Six - Process Optimization Chapter Seven - Parameter Estimation Each chapter is arranged in four major parts. In the first part, the basic problem patterns that can be solved with MATLAB® are presented. The second part describes how to apply MAT-LAB® commands to solve the formulated problems in the field of chemical engineering. In the third and the fourth parts, exercises and summary of MATLAB® instructions are provided, respectively. The description of the chemical engineering example follows the sequence of problem formulation, model analysis, MATLAB® program design, execution results, and discussion. In this way, learners are first aware of the basic problem patterns and the underlying chemical engineering principles, followed by further familiarizing themselves with the relevant MATLAB® instructions and programming skills. Readers are encouraged to do exercises to practice their problem-solving skills and deepen the fundamental knowledge of chemical engineering and relevant application problems. The table of contents is listed below: Chapter 1: Solution of a System of Linear Equations 1 1.1 Properties of linear equation systems and the relevant MATLAB commands 1 1.2 Chemical engineering examples 10 1.3 Exercises 43 1.4 Summary of the MATLAB commands related to this chapter 48 Chapter 2: Solution of Nonlinear Equations 51 2.1 Relevant MATLAB commands and the Simulink solution interface 51 2.2 Chemical engineering examples 70 2.3 Exercises 103 2.4 Summary of MATLAB commands related to this chapter 122 Chapter 3: Interpolation, Differentiation, and Integration 125 3.1 Interpolation commands in MATLAB 125 3.2 Numerical differentiation 131 3.3 Numerical integration 153 3.4 Chemical engineering examples 157 3.5 Exercises 183 3.6 Summary of the MATLAB commands related to this chapter 195 Chapter 4: Numerical Solution of Ordinary Differential Equations 197 4.1 Initial value problems for ordinary differential equations 197 4.2 Higher-order ordinary differential equations 222 4.3 Stiff differential equations 227 4.4 Differential-algebraic equation system 232 4.5 Boundary-valued ordinary differential equations 236 4.6 Chemical engineering examples 254 4.7 Exercises 285 4.8 Summary of the MATLAB commands related to this chapter 308 Chapter 5: Numerical Solution of Partial Differential Equations 311 5.1 Classifications of PDEs 311 5.2 The MATLAB PDE toolbox 316 5.3 Chemical engineering examples 341 5.4 Exercises 388 5.5 Summary of the MATLAB commands related to this chapter 397 Chapter 6: Process Optimization 399 6.1 The optimization problem and the relevant MATLAB commands 399 6.2 Chemical engineering examples 448 6.3 Exercises 481 6.4 Summary of the MATLAB commands related to this chapter 501 Chapter 7: Parameter Estimation 503 7.1 Parameter estimation using the least-squares method 503 7.2 Chemical engineering examples 517 7.3 Exercises 549 7.4 Summary of the MATLAB commands related to this chapter 560 References 563 Index 569