Computer Methods for Engineering with MATLAB® Applications, Second Edition

Computer Methods for Engineering with MATLAB® Applications, Second Edition

Author: Yogesh Jaluria

Publisher: CRC Press

Published: 2011-09-08

Total Pages: 635

ISBN-13: 1591690366

DOWNLOAD EBOOK

Substantially revised and updated, Computer Methods for Engineering with MATLAB® Applications, Second Edition presents equations to describe engineering processes and systems. It includes computer methods for solving these equations and discusses the nature and validity of the numerical results for a variety of engineering problems. This edition now uses MATLAB in its discussions of computer solution. New to the Second Edition Recent advances in computational software and hardware A large number of MATLAB commands and programs for solving exercises and to encourage students to develop their own computer programs for specific problems Additional exercises and examples in all chapters New and updated references The text follows a systematic approach for obtaining physically realistic, valid, and accurate results through numerical modeling. It employs examples from many engineering areas to explain the elements involved in the numerical solution and make the presentation relevant and interesting. It also incorporates a wealth of solved exercises to supplement the discussion and illustrate the ideas and methods presented. The book shows how a computational approach can provide physical insight and obtain inputs for the analysis and design of practical engineering systems.


Computer Methods for Engineering

Computer Methods for Engineering

Author: Yogesh Jaluria

Publisher: Allyn & Bacon

Published: 1988

Total Pages: 552

ISBN-13:

DOWNLOAD EBOOK

This text is aimed at helping engineering students develop expertise in numerical methods and use them to solve problems of practical interest. It provides students with a treatment of numerical methods for important operations such as integration, differentiation and root solving.


Computational Mathematics

Computational Mathematics

Author: Robert E. White

Publisher: CRC Press

Published: 2003-09-17

Total Pages: 403

ISBN-13: 1135440328

DOWNLOAD EBOOK

Computational Mathematics: Models, Methods, and Analysis with MATLAB and MPI explores and illustrates this process. Each section of the first six chapters is motivated by a specific application. The author applies a model, selects a numerical method, implements computer simulations, and assesses the ensuing results. These chapters include an abundance of MATLAB code. By studying the code instead of using it as a "black box, " you take the first step toward more sophisticated numerical modeling. The last four chapters focus on multiprocessing algorithms implemented using message passing interface (MPI). These chapters include Fortran 9x codes that illustrate the basic MPI subroutines and revisit the applications of the previous chapters from a parallel implementation perspective. All of the codes are available for download from www4.ncsu.edu./~white. This book is not just about math, not just about computing, and not just about applications, but about all three--in other words, computational science. Whether used as an undergraduate textbook, for self-study, or for reference, it builds the foundation you need to make numerical modeling and simulation integral parts of your investigational toolbox.


Applied Numerical Methods for Engineers Using MATLAB and C

Applied Numerical Methods for Engineers Using MATLAB and C

Author: Robert Joseph Schilling

Publisher: Brooks/Cole Publishing Company

Published: 2000

Total Pages: 715

ISBN-13: 9780534370145

DOWNLOAD EBOOK

This book provides a comprehensive discussion of numerical computing techniques with an emphasis on practical applications in the fields of civil, chemical, electrical, and mechanical engineering. It features two software libraries that implement the algorithms developed in the text - a MATLAB® toolbox, and an ANSI C library. This book is intended for undergraduate students. Each chapter includes detailed case study examples from the four engineering fields with complete solutions provided in MATLAB® and C, detailed objectives, numerous worked-out examples and illustrations, and summaries comparing the numerical techniques. Chapter problems are divided into separate analysis and computation sections. Documentation for the software is provided in text appendixes that also include a helpful review of vectors and matrices. The Instructor's Manual includes a disk with software documentation and complete solutions to both problems and examples in the book.


Numerical Methods for Chemical Engineers with MATLAB Applications

Numerical Methods for Chemical Engineers with MATLAB Applications

Author: A. Constantinides

Publisher: Prentice Hall

Published: 1999

Total Pages: 602

ISBN-13:

DOWNLOAD EBOOK

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


Numerical Techniques in MATLAB

Numerical Techniques in MATLAB

Author: Taimoor Salahuddin

Publisher: CRC Press

Published: 2023-09-27

Total Pages: 268

ISBN-13: 1000953815

DOWNLOAD EBOOK

In this book, various numerical methods are discussed in a comprehensive way. It delivers a mixture of theory, examples and MATLAB® practicing exercises to help the students in improving their skills. To understand the MATLAB programming in a friendly style, the examples are solved. The MATLAB codes are mentioned in the end of each topic. Throughout the text, a balance between theory, examples and programming is maintained. Key Features Methods are explained with examples and codes System of equations has given full consideration Use of MATLAB is learnt for every method This book is suitable for graduate students in mathematics, computer science and engineering.


Numerical Methods for Engineering

Numerical Methods for Engineering

Author: Karl F. Warnick

Publisher: SciTech Publishing

Published: 2020-09-26

Total Pages: 376

ISBN-13: 9781839530739

DOWNLOAD EBOOK

The revised and updated second edition of this textbook teaches students to create computer codes used to engineer antennas, microwave circuits, and other critical technologies for wireless communications and other applications of electromagnetic fields and waves. Worked code examples are provided for MATLAB technical computing software.


Computer Methods for Engineering with MATLAB Applications

Computer Methods for Engineering with MATLAB Applications

Author: Yogesh Jaluria

Publisher: Taylor & Francis

Published: 2011-09-08

Total Pages: 632

ISBN-13: 1439897271

DOWNLOAD EBOOK

Substantially revised and updated, Computer Methods for Engineering with MATLAB Applications, Second Edition presents equations to describe engineering processes and systems. It includes computer methods for solving these equations and discusses the nature and validity of the numerical results for a variety of engineering problems. This edition now


Applied Mathematical Methods for Chemical Engineers, Second Edition

Applied Mathematical Methods for Chemical Engineers, Second Edition

Author: Norman W. Loney

Publisher: CRC Press

Published: 2006-09-22

Total Pages: 482

ISBN-13: 9780849397783

DOWNLOAD EBOOK

Focusing on the application of mathematics to chemical engineering, Applied Mathematical Methods for Chemical Engineers, Second Edition addresses the setup and verification of mathematical models using experimental or other independently derived data. An expanded and updated version of its well-respected predecessor, this book uses worked examples to illustrate several mathematical methods that are essential in successfully solving process engineering problems. The book first provides an introduction to differential equations that are common to chemical engineering, followed by examples of first-order and linear second-order ordinary differential equations (ODEs). Later chapters examine Sturm–Liouville problems, Fourier series, integrals, linear partial differential equations (PDEs), and regular perturbation. The author also focuses on examples of PDE applications as they relate to the various conservation laws practiced in chemical engineering. The book concludes with discussions of dimensional analysis and the scaling of boundary value problems and presents selected numerical methods and available software packages. New to the Second Edition · Two popular approaches to model development: shell balance and conservation law balance · One-dimensional rod model and a planar model of heat conduction in one direction · Systems of first-order ODEs · Numerical method of lines, using MATLAB® and Mathematica where appropriate This invaluable resource provides a crucial introduction to mathematical methods for engineering and helps in choosing a suitable software package for computer-based algebraic applications.


An Introduction to Scientific Computing

An Introduction to Scientific Computing

Author: Ionut Danaila

Publisher: Springer Science & Business Media

Published: 2007-12-03

Total Pages: 303

ISBN-13: 0387491597

DOWNLOAD EBOOK

This book demonstrates scientific computing by presenting twelve computational projects in several disciplines including Fluid Mechanics, Thermal Science, Computer Aided Design, Signal Processing and more. Each follows typical steps of scientific computing, from physical and mathematical description, to numerical formulation and programming and critical discussion of results. The text teaches practical methods not usually available in basic textbooks: numerical checking of accuracy, choice of boundary conditions, effective solving of linear systems, comparison to exact solutions and more. The final section of each project contains the solutions to proposed exercises and guides the reader in using the MATLAB scripts available online.