Cargando…

Nonlinear systems and optimization for the chemical engineer : solving numerical problems /

This third in a suite of four practical guides is an engineer's companion to using numerical methods for the solution of complex mathematical problems. It explains the theory behind current numerical methods and shows in a step-by-step fashion how to use them. The volume focuses on optimization...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Buzzi-Ferraris, G. (Guido) (Autor), Manenti, Flavio (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Weinheim : Wiley-VCH, 2013.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn864676863
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 131204s2013 gw ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d IDEBK  |d EBLCP  |d OCLCO  |d DG1  |d CDX  |d MEAUC  |d COO  |d DEBSZ  |d OCLCQ  |d OCLCF  |d E7B  |d RECBK  |d YDXCP  |d S4S  |d ADU  |d SI#  |d DG1  |d OCLCQ  |d DG1  |d COCUF  |d OCLCQ  |d MOR  |d LIP  |d PIFBY  |d ZCU  |d MERUC  |d OCLCQ  |d ICG  |d OCLCQ  |d U3W  |d OCLCQ  |d UKMGB  |d DKC  |d OCLCQ  |d AZN  |d OCLCQ  |d TUHNV  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL  |d OCLCQ 
015 |a GBB903193  |2 bnb 
016 7 |a 019195037  |2 Uk 
019 |a 863673262  |a 868914467  |a 875999354  |a 911065884  |a 913500460  |a 921234795  |a 961593319  |a 962709212  |a 974977323  |a 975032817  |a 988522024  |a 991961855 
020 |a 9783527667147  |q (electronic bk.) 
020 |a 3527667148  |q (electronic bk.) 
020 |a 9783527667178  |q (electronic bk.) 
020 |a 3527667172  |q (electronic bk.) 
020 |a 1306140714  |q (ebk) 
020 |a 9781306140713  |q (ebk) 
020 |a 9783527667161 
020 |a 3527667164 
020 |z 9783527332748 
020 |z 352733274X 
029 1 |a AU@  |b 000052839772 
029 1 |a CHNEW  |b 000942583 
029 1 |a CHVBK  |b 480228752 
029 1 |a DEBBG  |b BV044064717 
029 1 |a DEBSZ  |b 405523459 
029 1 |a DEBSZ  |b 449398234 
029 1 |a DEBSZ  |b 485043904 
029 1 |a NZ1  |b 15340081 
029 1 |a NZ1  |b 16062181 
029 1 |a UKMGB  |b 019195037 
035 |a (OCoLC)864676863  |z (OCoLC)863673262  |z (OCoLC)868914467  |z (OCoLC)875999354  |z (OCoLC)911065884  |z (OCoLC)913500460  |z (OCoLC)921234795  |z (OCoLC)961593319  |z (OCoLC)962709212  |z (OCoLC)974977323  |z (OCoLC)975032817  |z (OCoLC)988522024  |z (OCoLC)991961855 
037 |a 545322  |b MIL 
050 4 |a QA297 
072 7 |a MAT  |x 041000  |2 bisacsh 
082 0 4 |a 518  |2 23 
049 |a UAMI 
100 1 |a Buzzi-Ferraris, G.  |q (Guido),  |e author.  |1 https://id.oclc.org/worldcat/entity/E39PCjrT9FtpKyRHWP9GP63CwC 
245 1 0 |a Nonlinear systems and optimization for the chemical engineer :  |b solving numerical problems /  |c Guido Buzzi-Ferraris, Flavio Manenti. 
264 1 |a Weinheim :  |b Wiley-VCH,  |c 2013. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Nonlinear Systems and Optimization for the Chemical Engineer: Solving Numerical Problems; Contents; Preface; 1 Function Root-Finding; 1.1 Introduction; 1.2 Substitution Algorithms; 1.3 Bolzano's Algorithm; 1.4 Function Approximation; 1.4.1 Newton's Method; 1.4.2 The Secant Method; 1.4.3 Regula Falsi Method; 1.4.4 Muller's Method or Parabolic Interpolation; 1.4.5 Hyperbolic Interpolation Method; 1.4.6 Inverse Polynomial Interpolation Method; 1.4.7 Inverse Rational Interpolation Method; 1.5 Use of a Multiprocessor Machine with a Known Interval of Uncertainty. 
505 8 |a 1.6 Search for an Interval of Uncertainty1.7 Stop Criteria; 1.8 Classes for Function Root-Finding; 1.9 Case Studies; 1.9.1 Calculation of the Volume of a Nonideal Gas; 1.9.2 Calculation of the Bubble Point of Vapor-Liquid Equilibrium; 1.9.3 Zero-Crossing Problem; 1.9.4 Stationary Condition in a Gravity-Flow Tank; 1.10 Tests for BzzFunctionRoot and BzzFunctionRootMP Classes; 1.11 Some Caveats; 2 One-Dimensional Optimization; 2.1 Introduction; 2.2 Measuring the Efficiency of the Search for the Minimum; 2.3 Comparison Methods; 2.4 Parabolic Interpolation; 2.5 Cubic Interpolation. 
505 8 |a 2.6 Gradient-Based Methods2.7 Combination of Algorithms in a General Program; 2.8 Parallel Computations; 2.9 Search for the Interval of Uncertainty; 2.10 Stop Criteria; 2.11 Classes for One-Dimensional Minimization; 2.12 Case Studies; 2.12.1 Optimization of Unimodal Functions; 2.12.2 Optimization of a Batch Reactor; 2.12.3 Maximum Level in a Gravity-Flow Tank in Transient Conditions; 2.13 Tests; 3 Unconstrained Optimization; 3.1 Introduction; 3.1.1 Necessary and Sufficient Conditions; 3.1.2 Quadratic Functions; 3.1.3 Directions of Function Decrease. 
505 8 |a 3.1.4 Comparison with the One-Dimensional Case3.1.5 Classification of Methods; 3.2 Heuristic Methods; 3.2.1 Modified Hooke-Jeeves Method; 3.2.2 The Rosenbrock Method; 3.2.3 The Nelder-Mead Simplex Method; 3.2.4 Robust Optnov Method Combined with the Simplex Method; 3.3 Gradient-Based Methods; 3.4 Conjugate Direction Methods; 3.5 Newton's Method; 3.6 Modified Newton Methods; 3.6.1 Singular or Nonpositive Definite Hessian Matrix; 3.6.2 Convergence Problems; 3.6.3 One-Dimensional Search; 3.6.4 Trust Region Methods; 3.6.5 Use of Alternative Methods; 3.7 Quasi-Newton Methods. 
505 8 |a 3.8 Narrow Valley Effect3.9 Stop Criteria; 3.10 BzzMath Classes for Unconstrained Multidimensional Minimization; 3.11 Case Study; 3.11.1 Optimization of a Batch Reactor; 3.11.2 Optimal Adiabatic Bed Reactors for Sulfur Dioxide with Cold Shot Cooling; 3.11.3 Global Optimization; 3.12 Tests; 4 Large-Scale Unconstrained Optimization; 4.1 Introduction; 4.2 Collecting a Sparse Symmetric Matrix; 4.3 Ordering the Hessian Rows and Columns; 4.4 Quadratic Functions; 4.5 Hessian Evaluation; 4.6 Newton's Method; 4.7 Inexact Newton Methods; 4.8 Practical Preconditioners; 4.9 openMP Parallelization. 
520 |a This third in a suite of four practical guides is an engineer's companion to using numerical methods for the solution of complex mathematical problems. It explains the theory behind current numerical methods and shows in a step-by-step fashion how to use them. The volume focuses on optimization from experimental to large-scale processes, detailing the algorithms needed to solve real-life problems. It describes the methods, innovative techniques and strategies that are all implemented in a well-established, freeware mathematical toolbox called BzzMath, which is developed and maintained by the au. 
504 |a Includes bibliographical references and index. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Numerical analysis. 
650 0 |a Mathematical optimization. 
650 0 |a Nonlinear systems. 
650 6 |a Analyse numérique. 
650 6 |a Optimisation mathématique. 
650 6 |a Systèmes non linéaires. 
650 7 |a MATHEMATICS  |x Numerical Analysis.  |2 bisacsh 
650 7 |a Mathematical optimization  |2 fast 
650 7 |a Nonlinear systems  |2 fast 
650 7 |a Numerical analysis  |2 fast 
700 1 |a Manenti, Flavio,  |e author. 
758 |i has work:  |a Nonlinear systems and optimization for the chemical engineer (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCFtVyvBC3KdkFwRDVqpRqP  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Buzzi-Ferraris, G. (Guido).  |t Nonlinear systems and optimization for the chemical engineer  |z 9783527332748  |w (OCoLC)859187381 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1561075  |z Texto completo 
938 |a Coutts Information Services  |b COUT  |n 26780957 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1561075 
938 |a ebrary  |b EBRY  |n ebr10802867 
938 |a EBSCOhost  |b EBSC  |n 662826 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26780957 
938 |a Recorded Books, LLC  |b RECE  |n rbeEB00224888 
938 |a YBP Library Services  |b YANK  |n 10706477 
938 |a YBP Library Services  |b YANK  |n 11352666 
994 |a 92  |b IZTAP