Numerical Methods for Chemical Engineers Using Excel VBA and MATLAB

Numerical Methods for Chemical Engineers Using Excel  VBA  and MATLAB
Author: Victor J. Law
Publsiher: CRC Press
Total Pages: 247
Release: 2013-04-08
Genre: Mathematics
ISBN: 9781482201598

Download Numerical Methods for Chemical Engineers Using Excel VBA and MATLAB Book in PDF, Epub and Kindle

While teaching the Numerical Methods for Engineers course over the last 15 years, the author found a need for a new textbook, one that was less elementary, provided applications and problems better suited for chemical engineers, and contained instruction in Visual Basic® for Applications (VBA). This led to six years of developing teaching notes that have been enhanced to create the current textbook, Numerical Methods for Chemical Engineers Using Excel®, VBA, and MATLAB®. Focusing on Excel gives the advantage of it being generally available, since it is present on every computer—PC and Mac—that has Microsoft Office installed. The VBA programming environment comes with Excel and greatly enhances the capabilities of Excel spreadsheets. While there is no perfect programming system, teaching this combination offers knowledge in a widely available program that is commonly used (Excel) as well as a popular academic software package (MATLAB). Chapters cover nonlinear equations, Visual Basic, linear algebra, ordinary differential equations, regression analysis, partial differential equations, and mathematical programming methods. Each chapter contains examples that show in detail how a particular numerical method or programming methodology can be implemented in Excel and/or VBA (or MATLAB in chapter 10). Most of the examples and problems presented in the text are related to chemical and biomolecular engineering and cover a broad range of application areas including thermodynamics, fluid flow, heat transfer, mass transfer, reaction kinetics, reactor design, process design, and process control. The chapters feature "Did You Know" boxes, used to remind readers of Excel features. They also contain end-of-chapter exercises, with solutions provided.

Numerical Methods for Chemical Engineers Using Excel VBA and MATLAB

Numerical Methods for Chemical Engineers Using Excel  VBA  and MATLAB
Author: Victor J. Law
Publsiher: CRC Press
Total Pages: 247
Release: 2013-03-05
Genre: Mathematics
ISBN: 9781466575356

Download Numerical Methods for Chemical Engineers Using Excel VBA and MATLAB Book in PDF, Epub and Kindle

While teaching the Numerical Methods for Engineers course over the last 15 years, the author found a need for a new textbook, one that was less elementary, provided applications and problems better suited for chemical engineers, and contained instruction in Visual Basic for Applications (VBA). This led to six years of developing teaching notes that

Practical Numerical Methods for Chemical Engineers

Practical Numerical Methods for Chemical Engineers
Author: Richard A Davis
Publsiher: Unknown
Total Pages: 684
Release: 2018-11-15
Genre: Electronic Book
ISBN: 1979473382

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

This latest edition expands Practical Numerical Methods (PNM) with more VBA to boost Excel's power for modeling and analysis using the same numerical techniques found in specialized math software. Visit the companion web site for more details and additional content: www.d.umn.edu/ rdavis/PNM Download the book's Excel and VBA files and learn how to customize your own Excel workbooks: Get the PNMSuite A refined macro-enabled Excel workbook with a suite of over 200 VBA user-defined functions, macros, and user-forms for learning VBA and implementing advanced numerical methods in Excel. Work through the hundreds of examples, illustrations, and animations from the book available in downloadable Excel files that demonstrate applied numerical methods in Excel. Customize the example Excel worksheets and VBA code to tackle your own problems. Try the practice problems for a self-guided study to sharpen your Excel and VBA skills. The first chapter sets up the background for practical problem solving using numerical methods. The next two chapters cover frequently overlooked features of Excel and VBA for implementing numerical methods in Excel and documenting results. The remaining chapters present powerful numerical techniques using Excel and VBA to find roots to individual and systems of linear and nonlinear equations, evaluate derivatives, perform optimization, model data by regression and interpolation, assess model fidelity, analyze risk and uncertainty, perform integration, and solve ordinary and partial differential equations. This new edition builds on the success of previous editions with 20% new content and updated features in the latest editions of Excel!

Numerical Methods for Chemical Engineers with MATLAB Applications

Numerical Methods for Chemical Engineers with MATLAB Applications
Author: A. Constantinides,Navid Mostoufi
Publsiher: Prentice Hall
Total Pages: 602
Release: 1999
Genre: Computers
ISBN: STANFORD:36105021939348

Download Numerical Methods for Chemical Engineers with MATLAB Applications Book in PDF, Epub and Kindle

Master numerical methods using MATLAB, today's leading software for problem solving. This complete guide to numerical methods in chemical engineering is the first to take full advantage of MATLAB's powerful calculation environment. Every chapter contains several examples using general MATLAB functions that implement the method and can also be applied to many other problems in the same category. The authors begin by introducing the solution of nonlinear equations using several standard approaches, including methods of successive substitution and linear interpolation; the Wegstein method, the Newton-Raphson method; the Eigenvalue method; and synthetic division algorithms. With these fundamentals in hand, they move on to simultaneous linear algebraic equations, covering matrix and vector operations; Cramer's rule; Gauss methods; the Jacobi method; and the characteristic-value problem. Additional coverage includes: Finite difference methods, and interpolation of equally and unequally spaced points Numerical differentiation and integration, including differentiation by backward, forward, and central finite differences; Newton-Cotes formulas; and the Gauss Quadrature Two detailed chapters on ordinary and partial differential equations Linear and nonlinear regression analyses, including least squares, estimated vector of parameters, method of steepest descent, Gauss-Newton method, Marquardt Method, Newton Method, and multiple nonlinear regression The numerical methods covered here represent virtually all of those commonly used by practicing chemical engineers. The focus on MATLAB enables readers to accomplish more, with less complexity, than was possible with traditional FORTRAN. For those unfamiliar with MATLAB, a brief introduction is provided as an Appendix. Over 60+ MATLAB examples, methods, and function scripts are covered, and all of them are included on the book's CD

Practical Numerical Methods for Chemical Engineers

Practical Numerical Methods for Chemical Engineers
Author: Richard A. Davis
Publsiher: CreateSpace
Total Pages: 600
Release: 2014-09-24
Genre: Technology & Engineering
ISBN: 1495409651

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

This latest 3rd edition expands the breadth of Practical Numerical Methods with over 100 VBA macros for extending Excel's power for engineering and scientific analysis. Engineers and scientists will find the enhanced coverage of computational tools applicable to a variety of problems in their own disciplines. ** The selection of software reflects Excel's status as the de facto computational tool used by practicing engineers. Engineers & scientists should become proficient at extending Excel's capabilities with VBA programming to boost their worksheets with time saving enhancements and powerful numerical techniques. ** Topics include an introduction to modeling, documentation, Excel & VBA, root-finding for linear & nonlinear systems of equations, multivariate optimization, experimental uncertainty propagation & analysis, least-squares regression & model validation, interpolation, integration, and ordinary & partial differential equations. ** A companion web site has links to digital files for downloading up to 200 illustrations & examples & the refined PNM3Suite workbook with VBA user-defined functions, macros, & user forms for advanced numerical techniques. Practice problems are also available from the web site (https: //www.d.umn.edu/ rdavis/PNM/PNMExcelVBA3/). Example files & macros are ready to be modified by users for their own needs. ** Chapter 1 includes a brief introduction to chemical reaction engineering that provides some background needed for problems involving mass & energy balances with reactions. ** The next two chapters introduce frequently overlooked features of Excel and VBA for engineering programming to apply numerical methods in Excel, as well as document results. The remaining chapters present powerful numerical techniques using Excel & VBA, including: ** General Methods: Sub & User-defined Function Procedures, Pseudo-random Number Generation, Sorting, Formula Graphing & Evaluation, Random Sampling, User forms ** Linear Equations: Gaussian Elimination with Maximum Column Pivoting, Error Correction, Crout Reduction, Thomas algorithm for tri-diagonal & Cholesky's method for symmetric matrices, Matrix functions, Jacobi & Gauss-Seidel Iteration, Wegstein & Steffenson's version of Aitkin's Delta Square methods, Power method for Eigenproblems ** Nonlinear Equations: Ordinary Fixed-Point Iteration, Bisection, Secant, Regula Falsi, Newton & Quasi-Newton, Continuation (homotopy), Goal Seek, Solver, Bairstow's method for polynomial roots ** Derivative Approximation: Finite Difference, Richardson's extrapolation, Jacobian, Sensitivity Analysis, Lagrange polynomials, splines ** Uncertainty Analysis: Jitter method for the Law of Propagation of Uncertainty, Monte Carlo with Latin-Hypercube sampling, Jack knife for regression parameter uncertainty ** Optimization: Graphical, Quadratic with acceleration, Powell, Golden Section, Luus-Jaakola, Solver (for linear and nonlinear programming), Parameter Scaling ** Least-squares Regression: multivariate linear models, Gauss-Newton, Levenberg-Marquardt, and Monte Carlo for nonlinear regression with parameter uncertainty, Rational Least Squares, Weighting ** Interpolation: Linear, Newton Divided Difference, Lagrange, Rational, Stineman, Cubic Spline, Constrained Splines, Bivariate 2-D, Data Smoothing ** Integration: Trapezoid, Improper, Midpoint, Romberg, Adaptive Gauss-Kronrod & Simpson, Splines, multiple integrals with Simpson, Kronrod, & Monte Carlo methods ** Initial-Value ODEs: Taylor Series, improved & modified Euler, implicit Trapezoidal for stiff problems, fixed & variable single step 4-5 order Runge-Kutta, Cash-Karp & Dormand-Prince, Adams-Bashforth-Moulton multi-step methods ** Boundary Value ODEs and PDEs: Shooting, Finite Difference, Collocation on Finite Elements, Quasilinearization, Method of Lines, semi-implicit Crank-Nicholson methods ** Tables for quick reference of Excel, VBA, and custom functions & macros for numerical m

Excel for Scientists and Engineers

Excel for Scientists and Engineers
Author: E. Joseph Billo
Publsiher: John Wiley & Sons
Total Pages: 485
Release: 2007-04-06
Genre: Computers
ISBN: 9780471387343

Download Excel for Scientists and Engineers Book in PDF, Epub and Kindle

Learn to fully harness the power of Microsoft Excel(r) to perform scientific and engineering calculations With this text as your guide, you can significantly enhance Microsoft Excel's(r) capabilities to execute the calculations needed to solve a variety of chemical, biochemical, physical, engineering, biological, and medicinal problems. The text begins with two chapters that introduce you to Excel's Visual Basic for Applications (VBA) programming language, which allows you to expand Excel's(r) capabilities, although you can still use the text without learning VBA. Following the author's step-by-step instructions, here are just a few of the calculations you learn to perform: * Use worksheet functions to work with matrices * Find roots of equations and solve systems of simultaneous equations * Solve ordinary differential equations and partial differential equations * Perform linear and non-linear regression * Use random numbers and the Monte Carlo method This text is loaded with examples ranging from very basic to highly sophisticated solutions. More than 100 end-of-chapter problems help you test and put your knowledge to practice solving real-world problems. Answers and explanatory notes for most of the problems are provided in an appendix. The CD-ROM that accompanies this text provides several useful features: * All the spreadsheets, charts, and VBA code needed to perform the examples from the text * Solutions to most of the end-of-chapter problems * An add-in workbook with more than twenty custom functions This text does not require any background in programming, so it is suitable for both undergraduate and graduate courses. Moreover, practitioners in science and engineering will find that this guide saves hours of time by enabling them to perform most of their calculations with one familiar spreadsheet package.

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.

Introduction to Chemical Engineering Computing

Introduction to Chemical Engineering Computing
Author: Bruce A. Finlayson
Publsiher: John Wiley & Sons
Total Pages: 402
Release: 2014-03-05
Genre: Technology & Engineering
ISBN: 9781118888377

Download Introduction to Chemical Engineering Computing Book in PDF, Epub and Kindle

Step-by-step instructions enable chemical engineers to masterkey software programs and solve complex problems Today, both students and professionals in chemical engineeringmust solve increasingly complex problems dealing with refineries,fuel cells, microreactors, and pharmaceutical plants, to name afew. With this book as their guide, readers learn to solve theseproblems using their computers and Excel, MATLAB, Aspen Plus, andCOMSOL Multiphysics. Moreover, they learn how to check theirsolutions and validate their results to make sure they have solvedthe problems correctly. Now in its Second Edition, Introduction to ChemicalEngineering Computing is based on the author’s firsthandteaching experience. As a result, the emphasis is on problemsolving. Simple introductions help readers become conversant witheach program and then tackle a broad range of problems in chemicalengineering, including: Equations of state Chemical reaction equilibria Mass balances with recycle streams Thermodynamics and simulation of mass transfer equipment Process simulation Fluid flow in two and three dimensions All the chapters contain clear instructions, figures, andexamples to guide readers through all the programs and types ofchemical engineering problems. Problems at the end of each chapter,ranging from simple to difficult, allow readers to gradually buildtheir skills, whether they solve the problems themselves or inteams. In addition, the book’s accompanying website lists thecore principles learned from each problem, both from a chemicalengineering and a computational perspective. Covering a broad range of disciplines and problems withinchemical engineering, Introduction to Chemical EngineeringComputing is recommended for both undergraduate and graduatestudents as well as practicing engineers who want to know how tochoose the right computer software program and tackle almost anychemical engineering problem.