Numerical computation in science and engineering:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York [u.a.]
Oxford Univ. Press
1998
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XI, 627 S. graph. Darst. |
ISBN: | 0195112539 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV012080670 | ||
003 | DE-604 | ||
005 | 20110524 | ||
007 | t | ||
008 | 980730s1998 d||| |||| 00||| eng d | ||
020 | |a 0195112539 |9 0-19-511253-9 | ||
035 | |a (OCoLC)833322002 | ||
035 | |a (DE-599)BVBBV012080670 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-703 |a DE-634 | ||
082 | 0 | |a 519.4 | |
082 | 0 | |a 620.00151 | |
084 | |a SK 900 |0 (DE-625)143268: |2 rvk | ||
100 | 1 | |a Pozrikidis, Constantine |d 1958- |e Verfasser |0 (DE-588)13868796X |4 aut | |
245 | 1 | 0 | |a Numerical computation in science and engineering |c C. Pozrikidis |
264 | 1 | |a New York [u.a.] |b Oxford Univ. Press |c 1998 | |
300 | |a XI, 627 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Numerische Mathematik |0 (DE-588)4042805-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Numerische Mathematik |0 (DE-588)4042805-9 |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=008179246&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-008179246 |
Datensatz im Suchindex
_version_ | 1804126682951450624 |
---|---|
adam_text | Contents
Preface ix
Pseudocode Language Commands xi
1 Numerical Computation 1
1.1 Analytical and numerical computation 1
1.2 Hardware and software 4
1.3 Computer arithmetic and round off error 11
1.4 Algorithms 19
1.5 Computer simulation 31
1.6 Systematic error and its reduction 42
1.7 Iterations, numerical sequences, and their convergence 47
References 50
2 Numerical Matrix Algebra and Matrix Calculus 52
2.1 Matrix algebra 52
2.2 Square matrices 63
2.3 Inverse of a matrix, cofactors, and the determinant 71
2.4 Computation of the determinant 79
2.5 Computation of the inverse 83
2.6 LUand LDUdecompositions 86
2.7 QR decomposition 93
2.8 Systems of linear algebraic equations 98
2.9 Eigenvalues and eigenvectors 101
2.10 Wielandts deflation 112
2.11 Successive linear mappings 115
2.12 Functions of matrices 118
References 120
3 Linear Algebraic Equations 122
3.1 Significance and applications 122
v
vi Contents
3.2 Diagonal and triangular systems 130
3.3 General procedures and overview 133
3.4 Tridiagonal, pentadiagonal, and sparse systems 141
3.5 Gauss elimination and related methods 151
3.6 Iterative methods 159
3.7 Jacobi, Gauss—Seidel, and the SOR method 163
3.8 Acceleration of iterative methods by deflation 168
3.9 Minimization and conjugate gradients methods 172
3.10 Overdetermined systems 178
References 178
4 Nonlinear Algebraic Equations 179
4.1 Mathematical and physical context 179
4.2 Bracketing methods 186
4.3 One point iterations 188
4.4 Newton s and higher order methods for one equation 197
4.5 Newton s method for a system of equations 204
4.6 Modified Newton methods 207
4.7 Zeros of polynomials 213
4.8 Estimating the location of a root 219
4.9 Difficult problems, continuation, and embedding 221
References 223
5 Eigenvalues of Matrices 224
5.1 Mathematical and physical context 224
5.2 Complex matrices, generalized, and nonlinear eigenvalue problems 230
5.3 Analytical results for diagonal, triangular, and tridiagonal matrices; circulants 235
5.4 Computing the roots of the characteristic polynomial 240
5.5 The power method 243
5.6 Methods for computing all eigenvalues by similarity transformations 250
5.7 Transforming a symmetric matrix to a simpler one 252
5.8 Transforming an arbitrary matrix to a tridiagonal or Hessenberg matrix 258
References 261
6 Function Interpolation and Differentiation 262
6.1 Interpolation and extrapolation 262
6.2 The interpolating polynomial and its computation 264
Contents vii
6.3 Error and convergence of polynomial interpolation 275
6.4 Optimal positioning of data points 279
6.5 Selection of the interpolating variable 284
6.6 Piecewise polynomial interpolation and splines 285
6.7 Hermite interpolation 291
6.8 Parametric description of lines 296
6.9 Interpolation of a function of two variables 301
6.10 Parametric description of surfaces 308
6.11 Numerical differentiation of a function of one variable 312
6.12 Numerical differentiation of a function of two variables 321
References 326
7 Numerical Integration 327
7.1 Computation of one dimensional integrals 327
7.2 Integration by local polynomial interpolation: Newton—Cotes rules 333
7.3 Optimal distribution of base points, and the Gauss Legendre quadrature 345
7.4 Singular integrands 351
7.5 Integrals over infinite domains 363
7.6 Rapidly varying and oscillatory integrands 368
7.7 Area, surface, and multidimensional integrals 370
7.8 Numerical solution of Fredholm integral equations 378
References 388
8 Approximation of Functions, Lines, and Surfaces 390
8.1 Problem statement and significance 390
8.2 Polynomial function approximation 391
8.3 Bezier representation of lines and surfaces 400
8.4 5 spline approximation and representation of lines and surfaces 403
8.5 Pade approximation 412
8.6 Trigonometric approximation and interpolation 415
8.7 Fast Fourier transform 425
8.8 Trigonometric approximation of a function of two variables 432
References 435
9 Ordinary Differential Equations;
Initial Value Problems 436
9.1 Problem formulation and physical context 436
viii Contents
9.2 Lnear autonomous systems 448
9.3 Explicit and implicit methods for nonlinear systems 458
9.4 Predictor—corrector methods 466
9.5 Error estimate and adaptive step size control 475
9.6 Stiff problems 479
References 481
10 Ordinary Differential Equations; Boundary Value,
Eigenvalue, and Free Boundary Problems 482
10.1 Two point boundary value problems 482
10.2 The shooting method 487
10.3 Finite difference and finite volume methods 494
10.4 Finite element methods 498
10.5 Weighted residual methods 507
10.6 Eigenvalue problems 515
10.7 Free boundary problems 522
References 524
11 Finite Difference Methods for
Partial Differential Equations 526
11.1 Introduction and procedures 526
11.2 One dimensional unsteady diffusion 534
11.3 Unsteady diffusion in two and three dimensions 545
11.4 Poisson and Laplace equations 550
11.5 One dimensional convection 555
11.6 Convection in two and three dimensions 567
11.7 Convection—diffusion in one dimension 569
11.8 Convection diffusion in two and three dimensions 577
References 579
Appendix A: Calculus Refresher 581
Appendix B: Orthogonal Polynomials 586
Appendix C: unix Primer 604
Appendix D: Fortran Primer 611
Appendix E: Fortran Programs 615
Index 619
|
any_adam_object | 1 |
author | Pozrikidis, Constantine 1958- |
author_GND | (DE-588)13868796X |
author_facet | Pozrikidis, Constantine 1958- |
author_role | aut |
author_sort | Pozrikidis, Constantine 1958- |
author_variant | c p cp |
building | Verbundindex |
bvnumber | BV012080670 |
classification_rvk | SK 900 |
ctrlnum | (OCoLC)833322002 (DE-599)BVBBV012080670 |
dewey-full | 519.4 620.00151 |
dewey-hundreds | 500 - Natural sciences and mathematics 600 - Technology (Applied sciences) |
dewey-ones | 519 - Probabilities and applied mathematics 620 - Engineering and allied operations |
dewey-raw | 519.4 620.00151 |
dewey-search | 519.4 620.00151 |
dewey-sort | 3519.4 |
dewey-tens | 510 - Mathematics 620 - Engineering and allied operations |
discipline | Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01265nam a2200337 c 4500</leader><controlfield tag="001">BV012080670</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20110524 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">980730s1998 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0195112539</subfield><subfield code="9">0-19-511253-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)833322002</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV012080670</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-703</subfield><subfield code="a">DE-634</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">519.4</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">620.00151</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 900</subfield><subfield code="0">(DE-625)143268:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Pozrikidis, Constantine</subfield><subfield code="d">1958-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)13868796X</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Numerical computation in science and engineering</subfield><subfield code="c">C. Pozrikidis</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York [u.a.]</subfield><subfield code="b">Oxford Univ. Press</subfield><subfield code="c">1998</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 627 S.</subfield><subfield code="b">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="650" ind1="0" ind2="7"><subfield code="a">Numerische Mathematik</subfield><subfield code="0">(DE-588)4042805-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Numerische Mathematik</subfield><subfield code="0">(DE-588)4042805-9</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=008179246&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-008179246</subfield></datafield></record></collection> |
id | DE-604.BV012080670 |
illustrated | Illustrated |
indexdate | 2024-07-09T18:21:21Z |
institution | BVB |
isbn | 0195112539 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-008179246 |
oclc_num | 833322002 |
open_access_boolean | |
owner | DE-703 DE-634 |
owner_facet | DE-703 DE-634 |
physical | XI, 627 S. graph. Darst. |
publishDate | 1998 |
publishDateSearch | 1998 |
publishDateSort | 1998 |
publisher | Oxford Univ. Press |
record_format | marc |
spelling | Pozrikidis, Constantine 1958- Verfasser (DE-588)13868796X aut Numerical computation in science and engineering C. Pozrikidis New York [u.a.] Oxford Univ. Press 1998 XI, 627 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Numerische Mathematik (DE-588)4042805-9 gnd rswk-swf Numerische Mathematik (DE-588)4042805-9 s DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008179246&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Pozrikidis, Constantine 1958- Numerical computation in science and engineering Numerische Mathematik (DE-588)4042805-9 gnd |
subject_GND | (DE-588)4042805-9 |
title | Numerical computation in science and engineering |
title_auth | Numerical computation in science and engineering |
title_exact_search | Numerical computation in science and engineering |
title_full | Numerical computation in science and engineering C. Pozrikidis |
title_fullStr | Numerical computation in science and engineering C. Pozrikidis |
title_full_unstemmed | Numerical computation in science and engineering C. Pozrikidis |
title_short | Numerical computation in science and engineering |
title_sort | numerical computation in science and engineering |
topic | Numerische Mathematik (DE-588)4042805-9 gnd |
topic_facet | Numerische Mathematik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008179246&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT pozrikidisconstantine numericalcomputationinscienceandengineering |