Numerical methods for chemical engineering: applications in MATLAB
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Cambridge [u.a.]
Cambridge Univ. Press
2007
|
Ausgabe: | 1. publ. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XI, 474 S. Ill., graph. Darst. |
ISBN: | 0521859719 9780521859714 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV021829311 | ||
003 | DE-604 | ||
005 | 20221115 | ||
007 | t | ||
008 | 061127s2007 ad|| |||| 00||| eng d | ||
020 | |a 0521859719 |9 0-521-85971-9 | ||
020 | |a 9780521859714 |9 978-0-521-85971-4 | ||
035 | |a (OCoLC)71238870 | ||
035 | |a (DE-599)BVBBV021829311 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-29T |a DE-703 |a DE-83 |a DE-1043 |a DE-91 | ||
050 | 0 | |a TP155.2.M36 | |
082 | 0 | |a 660.0151 |2 22 | |
084 | |a VN 7030 |0 (DE-625)147599:253 |2 rvk | ||
084 | |a MAT 650 |2 stub | ||
084 | |a MAT 600 |2 stub | ||
084 | |a MAT 620 |2 stub | ||
084 | |a DAT 702 |2 stub | ||
084 | |a CHE 020 |2 stub | ||
100 | 1 | |a Beers, Kenneth J. |e Verfasser |0 (DE-588)140903984 |4 aut | |
245 | 1 | 0 | |a Numerical methods for chemical engineering |b applications in MATLAB |c Kenneth J. Beers |
250 | |a 1. publ. | ||
264 | 1 | |a Cambridge [u.a.] |b Cambridge Univ. Press |c 2007 | |
300 | |a XI, 474 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
630 | 0 | 4 | |a MATLAB |
650 | 4 | |a Ingeniería química - Matemáticas | |
650 | 4 | |a Mathematik | |
650 | 4 | |a Chemical engineering |x Mathematics | |
650 | 0 | 7 | |a Chemische Verfahrenstechnik |0 (DE-588)4069941-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a MATLAB |0 (DE-588)4329066-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Numerisches Verfahren |0 (DE-588)4128130-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Chemische Verfahrenstechnik |0 (DE-588)4069941-9 |D s |
689 | 0 | 1 | |a Numerisches Verfahren |0 (DE-588)4128130-5 |D s |
689 | 0 | 2 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015041325&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015041325 |
Datensatz im Suchindex
_version_ | 1804135758579105792 |
---|---|
adam_text | Contents
Preface page ix
1 Linear algebra 1
Linear systems of algebraic equations 1
Review of scalar, vector, and matrix operations 3
Elimination methods for solving linear systems 10
Existence and uniqueness of solutions 23
The determinant 32
Matrix inversion 36
Matrix factorization 38
Matrix norm and rank 44
Submatrices and matrix partitions 44
Example. Modeling a separation system 45
Sparse and banded matrices 46
MATLAB summary 56
Problems 57
2 Nonlinear algebraic systems 61
Existence and uniqueness of solutions to a nonlinear algebraic equation 61
Iterative methods and the use of Taylor series 62
Newton s method for a single equation 63
The secant method 69
Bracketing and bisection methods 70
Finding complex solutions 70
Systems of multiple nonlinear algebraic equations 71
Newton s method for multiple nonlinear equations 72
Estimating the Jacobian and quasi-Newton methods 77
Robust reduced-step Newton method 79
The trust-region Newton method 81
Solving nonlinear algebraic systems in MATLAB 83
Example. 1 -D laminar flow of a shear-thinning polymer melt 85
Homotopy 88
Example. Steady-state modeling of a condensation
polymerization reactor 89
v
Bifurcation analysis 94
MATLAB summary 98
Problems 99
3 Matrix eigenvalue analysis 104
Orthogonal matrices 104
A specific example of an orthogonal matrix 105
Eigenvalues and eigenvectors defined 106
Eigenvalues/eigenvectors of a 2 x 2 real matrix 107
Multiplicity and formulas for the trace and determinant 109
Eigenvalues and the existence/uniqueness properties of linear
systems 110
Estimating eigenvalues; Gershgorin s theorem 111
Applying Gershgorin s theorem to study the convergence of iterative
linear solvers 114
Eigenvector matrix decomposition and basis sets 117
Numerical calculation of eigenvalues and eigenvectors in MATLAB 123
Computing extremal eigenvalues 126
The QR method for computing all eigenvalues 129
Normal mode analysis 134
Relaxing the assumption of equal masses 136
Eigenvalue problems in quantum mechanics 137
Single value decomposition SVD 141
Computing the roots of a polynomial 148
MATLAB summary 149
Problems 149
4 Initial value problems 154
Initial value problems of ordinary differential equations
(ODE-IVPs) 155
Polynomial interpolation 156
Newton-Cotes integration 162
Gaussian quadrature 163
Multidimensional integrals 167
Linear ODE systems and dynamic stability 169
Overview of ODE-IVP solvers in MATLAB 176
Accuracy and stability of single-step methods 185
Stiff stability of BDF methods 192
Symplectic methods for classical mechanics 194
Differential-algebraic equation (DAE) systems 195
Parametric continuation 203
MATLAB summary 207
Problems 208
5 Numerical optimization 212
Local methods for unconstrained optimization problems 212
The simplex method 213
Gradient methods 213
Newton line search methods 223
Trust-region Newton method 225
Newton methods for large problems 227
Unconstrained minimizer fminunc in MATLAB 228
Example. Fitting a kinetic rate law to time-dependent data 230
Lagrangian methods for constrained optimization 231
Constrained minimizer fmincon in MATLAB 242
Optimal control 246
MATLAB summary 252
Problems 252
6 Boundary value problems 258
BVPs from conservation principles 258
Real-space vs. function-space BVP methods 260
The finite difference method applied to a 2-D BVP 260
Extending the finite difference method 264
Chemical reaction and diffusion in a spherical catalyst pellet 265
Finite differences for a convection/diffusion equation 270
Modeling a tubular chemical reactor with dispersion; treating
multiple fields 279
Numerical issues for discretized PDEs with more than two
spatial dimensions 282
The MATLAB 1-D parabolic and elliptic solver pdepe 294
Finite differences in complex geometries 294
The finite volume method 297
The finite element method (FEM) 299
FEM in MATLAB 309
Further study in the numerical solution of BVPs 311
MATLAB summary 311
Problems 312
7 Probability theory and stochastic simulation 317
The theory of probability 317
Important probability distributions 325
Random vectors and multivariate distributions 336
Brownian dynamics and stochastic differential equations
(SDEs) 338
Markov chains and processes; Monte Carlo methods 353
Genetic programming 362
MATLAB summary 364
Problems 365
8 Bayesian statistics and parameter estimation 372
General problem formulation 372
Example. Fitting kinetic parameters of a chemical reaction 373
Single-response linear regression 377
Linear least-squares regression 378
The Bayesian view of statistical inference 381
The least-squares method reconsidered 388
Selecting a prior for single-response data 389
Confidence intervals from the approximate posterior density 395
MCMC techniques in Bayesian analysis 403
MCMC computation of posterior predictions 404
Applying eigenvalue analysis to experimental design 412
Bayesian multi response regression 414
Analysis of composite data sets 421
Bayesian testing and model criticism 426
Further reading 431
MATLAB summary 431
Problems 432
9 Fourier analysis 436
Fourier series and transforms in one dimension 436
1 -D Fourier transforms in MATLAB 445
Convolution and correlation 447
Fourier transforms in multiple dimensions 450
Scattering theory 452
MATLAB summary 459
Problems 459
References 461
Index 464
|
adam_txt |
Contents
Preface page ix
1 Linear algebra 1
Linear systems of algebraic equations 1
Review of scalar, vector, and matrix operations 3
Elimination methods for solving linear systems 10
Existence and uniqueness of solutions 23
The determinant 32
Matrix inversion 36
Matrix factorization 38
Matrix norm and rank 44
Submatrices and matrix partitions 44
Example. Modeling a separation system 45
Sparse and banded matrices 46
MATLAB summary 56
Problems 57
2 Nonlinear algebraic systems 61
Existence and uniqueness of solutions to a nonlinear algebraic equation 61
Iterative methods and the use of Taylor series 62
Newton's method for a single equation 63
The secant method 69
Bracketing and bisection methods 70
Finding complex solutions 70
Systems of multiple nonlinear algebraic equations 71
Newton's method for multiple nonlinear equations 72
Estimating the Jacobian and quasi-Newton methods 77
Robust reduced-step Newton method 79
The trust-region Newton method 81
Solving nonlinear algebraic systems in MATLAB 83
Example. 1 -D laminar flow of a shear-thinning polymer melt 85
Homotopy 88
Example. Steady-state modeling of a condensation
polymerization reactor 89
v
Bifurcation analysis 94
MATLAB summary 98
Problems 99
3 Matrix eigenvalue analysis 104
Orthogonal matrices 104
A specific example of an orthogonal matrix 105
Eigenvalues and eigenvectors defined 106
Eigenvalues/eigenvectors of a 2 x 2 real matrix 107
Multiplicity and formulas for the trace and determinant 109
Eigenvalues and the existence/uniqueness properties of linear
systems 110
Estimating eigenvalues; Gershgorin's theorem 111
Applying Gershgorin's theorem to study the convergence of iterative
linear solvers 114
Eigenvector matrix decomposition and basis sets 117
Numerical calculation of eigenvalues and eigenvectors in MATLAB 123
Computing extremal eigenvalues 126
The QR method for computing all eigenvalues 129
Normal mode analysis 134
Relaxing the assumption of equal masses 136
Eigenvalue problems in quantum mechanics 137
Single value decomposition SVD 141
Computing the roots of a polynomial 148
MATLAB summary 149
Problems 149
4 Initial value problems 154
Initial value problems of ordinary differential equations
(ODE-IVPs) 155
Polynomial interpolation 156
Newton-Cotes integration 162
Gaussian quadrature 163
Multidimensional integrals 167
Linear ODE systems and dynamic stability 169
Overview of ODE-IVP solvers in MATLAB 176
Accuracy and stability of single-step methods 185
Stiff stability of BDF methods 192
Symplectic methods for classical mechanics 194
Differential-algebraic equation (DAE) systems 195
Parametric continuation 203
MATLAB summary 207
Problems 208
5 Numerical optimization 212
Local methods for unconstrained optimization problems 212
The simplex method 213
Gradient methods 213
Newton line search methods 223
Trust-region Newton method 225
Newton methods for large problems 227
Unconstrained minimizer fminunc in MATLAB 228
Example. Fitting a kinetic rate law to time-dependent data 230
Lagrangian methods for constrained optimization 231
Constrained minimizer fmincon in MATLAB 242
Optimal control 246
MATLAB summary 252
Problems 252
6 Boundary value problems 258
BVPs from conservation principles 258
Real-space vs. function-space BVP methods 260
The finite difference method applied to a 2-D BVP 260
Extending the finite difference method 264
Chemical reaction and diffusion in a spherical catalyst pellet 265
Finite differences for a convection/diffusion equation 270
Modeling a tubular chemical reactor with dispersion; treating
multiple fields 279
Numerical issues for discretized PDEs with more than two
spatial dimensions 282
The MATLAB 1-D parabolic and elliptic solver pdepe 294
Finite differences in complex geometries 294
The finite volume method 297
The finite element method (FEM) 299
FEM in MATLAB 309
Further study in the numerical solution of BVPs 311
MATLAB summary 311
Problems 312
7 Probability theory and stochastic simulation 317
The theory of probability 317
Important probability distributions 325
Random vectors and multivariate distributions 336
Brownian dynamics and stochastic differential equations
(SDEs) 338
Markov chains and processes; Monte Carlo methods 353
Genetic programming 362
MATLAB summary 364
Problems 365
8 Bayesian statistics and parameter estimation 372
General problem formulation 372
Example. Fitting kinetic parameters of a chemical reaction 373
Single-response linear regression 377
Linear least-squares regression 378
The Bayesian view of statistical inference 381
The least-squares method reconsidered 388
Selecting a prior for single-response data 389
Confidence intervals from the approximate posterior density 395
MCMC techniques in Bayesian analysis 403
MCMC computation of posterior predictions 404
Applying eigenvalue analysis to experimental design 412
Bayesian multi response regression 414
Analysis of composite data sets 421
Bayesian testing and model criticism 426
Further reading 431
MATLAB summary 431
Problems 432
9 Fourier analysis 436
Fourier series and transforms in one dimension 436
1 -D Fourier transforms in MATLAB 445
Convolution and correlation 447
Fourier transforms in multiple dimensions 450
Scattering theory 452
MATLAB summary 459
Problems 459
References 461
Index 464 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Beers, Kenneth J. |
author_GND | (DE-588)140903984 |
author_facet | Beers, Kenneth J. |
author_role | aut |
author_sort | Beers, Kenneth J. |
author_variant | k j b kj kjb |
building | Verbundindex |
bvnumber | BV021829311 |
callnumber-first | T - Technology |
callnumber-label | TP155 |
callnumber-raw | TP155.2.M36 |
callnumber-search | TP155.2.M36 |
callnumber-sort | TP 3155.2 M36 |
callnumber-subject | TP - Chemical Technology |
classification_rvk | VN 7030 |
classification_tum | MAT 650 MAT 600 MAT 620 DAT 702 CHE 020 |
ctrlnum | (OCoLC)71238870 (DE-599)BVBBV021829311 |
dewey-full | 660.0151 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 660 - Chemical engineering |
dewey-raw | 660.0151 |
dewey-search | 660.0151 |
dewey-sort | 3660.0151 |
dewey-tens | 660 - Chemical engineering |
discipline | Chemie / Pharmazie Informatik Chemie Mathematik |
discipline_str_mv | Chemie / Pharmazie Informatik Chemie Mathematik |
edition | 1. publ. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01939nam a2200517 c 4500</leader><controlfield tag="001">BV021829311</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20221115 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">061127s2007 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0521859719</subfield><subfield code="9">0-521-85971-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780521859714</subfield><subfield code="9">978-0-521-85971-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)71238870</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV021829311</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-1043</subfield><subfield code="a">DE-91</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TP155.2.M36</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">660.0151</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">VN 7030</subfield><subfield code="0">(DE-625)147599:253</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 650</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 600</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 620</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 702</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">CHE 020</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Beers, Kenneth J.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)140903984</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Numerical methods for chemical engineering</subfield><subfield code="b">applications in MATLAB</subfield><subfield code="c">Kenneth J. Beers</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. publ.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Cambridge [u.a.]</subfield><subfield code="b">Cambridge Univ. Press</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 474 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">MATLAB</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Ingeniería química - Matemáticas</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Chemical engineering</subfield><subfield code="x">Mathematics</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Chemische Verfahrenstechnik</subfield><subfield code="0">(DE-588)4069941-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Numerisches Verfahren</subfield><subfield code="0">(DE-588)4128130-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Chemische Verfahrenstechnik</subfield><subfield code="0">(DE-588)4069941-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Numerisches Verfahren</subfield><subfield code="0">(DE-588)4128130-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015041325&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015041325</subfield></datafield></record></collection> |
id | DE-604.BV021829311 |
illustrated | Illustrated |
index_date | 2024-07-02T15:56:46Z |
indexdate | 2024-07-09T20:45:36Z |
institution | BVB |
isbn | 0521859719 9780521859714 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015041325 |
oclc_num | 71238870 |
open_access_boolean | |
owner | DE-29T DE-703 DE-83 DE-1043 DE-91 DE-BY-TUM |
owner_facet | DE-29T DE-703 DE-83 DE-1043 DE-91 DE-BY-TUM |
physical | XI, 474 S. Ill., graph. Darst. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Cambridge Univ. Press |
record_format | marc |
spelling | Beers, Kenneth J. Verfasser (DE-588)140903984 aut Numerical methods for chemical engineering applications in MATLAB Kenneth J. Beers 1. publ. Cambridge [u.a.] Cambridge Univ. Press 2007 XI, 474 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier MATLAB Ingeniería química - Matemáticas Mathematik Chemical engineering Mathematics Chemische Verfahrenstechnik (DE-588)4069941-9 gnd rswk-swf MATLAB (DE-588)4329066-8 gnd rswk-swf Numerisches Verfahren (DE-588)4128130-5 gnd rswk-swf Chemische Verfahrenstechnik (DE-588)4069941-9 s Numerisches Verfahren (DE-588)4128130-5 s MATLAB (DE-588)4329066-8 s DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015041325&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Beers, Kenneth J. Numerical methods for chemical engineering applications in MATLAB MATLAB Ingeniería química - Matemáticas Mathematik Chemical engineering Mathematics Chemische Verfahrenstechnik (DE-588)4069941-9 gnd MATLAB (DE-588)4329066-8 gnd Numerisches Verfahren (DE-588)4128130-5 gnd |
subject_GND | (DE-588)4069941-9 (DE-588)4329066-8 (DE-588)4128130-5 |
title | Numerical methods for chemical engineering applications in MATLAB |
title_auth | Numerical methods for chemical engineering applications in MATLAB |
title_exact_search | Numerical methods for chemical engineering applications in MATLAB |
title_exact_search_txtP | Numerical methods for chemical engineering applications in MATLAB |
title_full | Numerical methods for chemical engineering applications in MATLAB Kenneth J. Beers |
title_fullStr | Numerical methods for chemical engineering applications in MATLAB Kenneth J. Beers |
title_full_unstemmed | Numerical methods for chemical engineering applications in MATLAB Kenneth J. Beers |
title_short | Numerical methods for chemical engineering |
title_sort | numerical methods for chemical engineering applications in matlab |
title_sub | applications in MATLAB |
topic | MATLAB Ingeniería química - Matemáticas Mathematik Chemical engineering Mathematics Chemische Verfahrenstechnik (DE-588)4069941-9 gnd MATLAB (DE-588)4329066-8 gnd Numerisches Verfahren (DE-588)4128130-5 gnd |
topic_facet | MATLAB Ingeniería química - Matemáticas Mathematik Chemical engineering Mathematics Chemische Verfahrenstechnik Numerisches Verfahren |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015041325&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT beerskennethj numericalmethodsforchemicalengineeringapplicationsinmatlab |