An introduction to computational physics:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Cambridge [u.a.]
Cambridge Univ. Press
2008
|
Ausgabe: | 2. ed., repr. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XV, 385 S. graph. Darst. |
ISBN: | 0521825695 9780521825696 9780521532761 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035147431 | ||
003 | DE-604 | ||
005 | 20140919 | ||
007 | t | ||
008 | 081107s2008 d||| |||| 00||| eng d | ||
020 | |a 0521825695 |9 0-521-82569-5 | ||
020 | |a 9780521825696 |9 978-0-521-82569-6 | ||
020 | |a 9780521532761 |9 978-0-521-53276-1 | ||
035 | |a (OCoLC)263425749 | ||
035 | |a (DE-599)BVBBV035147431 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-703 |a DE-355 |a DE-91G |a DE-188 |a DE-11 |a DE-29T |a DE-19 | ||
050 | 0 | |a QC | |
082 | 0 | |a 530.0285 | |
084 | |a SK 955 |0 (DE-625)143274: |2 rvk | ||
084 | |a ST 630 |0 (DE-625)143685: |2 rvk | ||
084 | |a PHY 016f |2 stub | ||
100 | 1 | |a Pang, Tao |e Verfasser |4 aut | |
245 | 1 | 0 | |a An introduction to computational physics |c Tao Pang |
250 | |a 2. ed., repr. | ||
264 | 1 | |a Cambridge [u.a.] |b Cambridge Univ. Press |c 2008 | |
300 | |a XV, 385 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Computerphysik - Lehrbuch | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Mathematische Physik | |
650 | 4 | |a Mathematical physics | |
650 | 4 | |a Numerical calculations | |
650 | 4 | |a Physics |x Data processing | |
650 | 4 | |a Physics |x Methodology | |
650 | 0 | 7 | |a Computer |0 (DE-588)4070083-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Physik |0 (DE-588)4045956-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computerphysik |0 (DE-588)4273564-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Computerphysik |0 (DE-588)4273564-6 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Physik |0 (DE-588)4045956-1 |D s |
689 | 1 | 1 | |a Computer |0 (DE-588)4070083-5 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016814721&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016814721 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804138135172415488 |
---|---|
adam_text | Contents
Preface
to first edition
xi
Preface
xiii
Acknowledgments
xv
1
Introduction
1
1.1
Computation and science
1
1.2
The emergence of modern computers
4
1.3
Computer algorithms and languages
7
Exercises
14
2
Approximation of a function
16
2.1
Interpolation
16
2.2
Least-squares approximation
24
2.3
The Millikan experiment
27
2.4
Spline approximation
30
2.5
Random-number generators
37
Exercises
44
3
Numerical calculus
49
3.1
Numerical differentiation
49
3.2
Numerical integration
56
3.3
Roots of an equation
62
3.4
Extremes of a function
66
3.5
Classical scattering
70
Exercises
76
4
Ordinary differential equations
80
4.1
Initial-value problems
81
4.2
The
Euler
and
Picard
methods
81
4.3
Predictor-corrector methods
83
4.4
The Runge-Kutta method
88
4.5
Chaotic dynamics of a driven pendulum
90
4.6
Boundary-value and eigenvalue problems
94
VII
viii
Contents
4.7
The shooting method
96
4.8
Linear equations and the Sturm-Liouville problem
99
4.9
The one-dimensional
Schrödinger
equation
105
Exercises
115
5
Numerical methods for matrices
119
5.1
Matrices in physics
119
5.2
Basic matrix operations
123
5.3
Linear equation systems
125
5.4
Zeros and extremes of
multivariable
functions
133
5.5
Eigenvalue problems
138
5.6
The Faddeev-Leverrier method
147
5.7
Complex zeros of a polynomial
149
5.8
Electronic structures of atoms
153
5.9
The Lanczos algorithm and the many-body problem
156
5.10
Random matrices
158
Exercises
160
6
Spectral analysis
164
6.1
Fourier analysis and orthogonal functions
165
6.2
Discrete Fourier transform
166
6.3
Fast Fourier transform
169
6.4
Power spectrum of a driven pendulum
173
6.5
Fourier transform in higher dimensions
174
6.6
Wavelet analysis
175
6.7
Discrete wavelet transform
180
6.8
Special functions
187
6.9
Gaussian quadratures
191
Exercises
193
7
Partial differential equations
197
7.1
Partial differential equations in physics
197
7.2
Separation of variables
198
7.3
Discretization of the equation
204
7.4
The matrix method for difference equations
206
7.5
The relaxation method
209
7.6
Groundwater dynamics
213
7.7
Initial-value problems
216
7.8
Temperature field of a nuclear waste rod
219
Exercises
222
8
Molecular dynamics simulations
226
8.1
General behavior of a classical system
226
Contents ¡x
8.2 Basic
methods for many-body systems
228
8.3
The
Verlet
algorithm
232
8.4
Structure of atomic clusters
236
8.5
The Gear predictor-corrector method
239
8.6
Constant pressure, temperature, and bond length
241
8.7
Structure and dynamics of real materials
246
8.8 Ab initio
molecular dynamics
250
Exercises
254
9
Modeling continuous systems
256
9.1
Hydrodynamic equations
256
9.2
The basic finite element method
258
9.3
The
Ritz
variational method
262
9.4
Higher-dimensional systems
266
9.5
The finite element method for nonlinear equations
269
9.6
The particle-in-cell method
271
9.7
Hydrodynamics and magnetohydrodynamics
276
9.8
The lattice Boltzmann method
279
Exercises
282
10
Monte Carlo simulations
285
10.1
Sampling and integration
285
10.2
The Metropolis algorithm
287
10.3
Applications in statistical physics
292
10.4
Critical slowing down and block algorithms
297
10.5
Variational quantum Monte Carlo simulations
299
10.6
Green s function Monte Carlo simulations
303
10.7
Two-dimensional electron gas
307
10.8
Path-integral Monte Carlo simulations
313
10.9
Quantum lattice models
315
Exercises
320
11
Genetic algorithm and programming
323
11.1
Basic elements of a genetic algorithm
324
11.2
The Thomson problem
332
11.3
Continuous genetic algorithm
335
11.4
Other applications
338
11.5
Genetic programming
342
Exercises
345
12
Numerical renormalization
347
12.1
The scaling concept
347
12.2
Renormalization transform
350
Contents
12.3
Critical phenomena: the Ising model
352
12.4
Renormalization with Monte Carlo simulation
355
12.5
Crossover: the Kondo problem
357
12.6
Quantum lattice renormalization
360
12.7
Density matrix renormalization
364
Exercises
367
References
369
Index
381
|
adam_txt |
Contents
Preface
to first edition
xi
Preface
xiii
Acknowledgments
xv
1
Introduction
1
1.1
Computation and science
1
1.2
The emergence of modern computers
4
1.3
Computer algorithms and languages
7
Exercises
14
2
Approximation of a function
16
2.1
Interpolation
16
2.2
Least-squares approximation
24
2.3
The Millikan experiment
27
2.4
Spline approximation
30
2.5
Random-number generators
37
Exercises
44
3
Numerical calculus
49
3.1
Numerical differentiation
49
3.2
Numerical integration
56
3.3
Roots of an equation
62
3.4
Extremes of a function
66
3.5
Classical scattering
70
Exercises
76
4
Ordinary differential equations
80
4.1
Initial-value problems
81
4.2
The
Euler
and
Picard
methods
81
4.3
Predictor-corrector methods
83
4.4
The Runge-Kutta method
88
4.5
Chaotic dynamics of a driven pendulum
90
4.6
Boundary-value and eigenvalue problems
94
VII
viii
Contents
4.7
The shooting method
96
4.8
Linear equations and the Sturm-Liouville problem
99
4.9
The one-dimensional
Schrödinger
equation
105
Exercises
115
5
Numerical methods for matrices
119
5.1
Matrices in physics
119
5.2
Basic matrix operations
123
5.3
Linear equation systems
125
5.4
Zeros and extremes of
multivariable
functions
133
5.5
Eigenvalue problems
138
5.6
The Faddeev-Leverrier method
147
5.7
Complex zeros of a polynomial
149
5.8
Electronic structures of atoms
153
5.9
The Lanczos algorithm and the many-body problem
156
5.10
Random matrices
158
Exercises
160
6
Spectral analysis
164
6.1
Fourier analysis and orthogonal functions
165
6.2
Discrete Fourier transform
166
6.3
Fast Fourier transform
169
6.4
Power spectrum of a driven pendulum
173
6.5
Fourier transform in higher dimensions
174
6.6
Wavelet analysis
175
6.7
Discrete wavelet transform
180
6.8
Special functions
187
6.9
Gaussian quadratures
191
Exercises
193
7
Partial differential equations
197
7.1
Partial differential equations in physics
197
7.2
Separation of variables
198
7.3
Discretization of the equation
204
7.4
The matrix method for difference equations
206
7.5
The relaxation method
209
7.6
Groundwater dynamics
213
7.7
Initial-value problems
216
7.8
Temperature field of a nuclear waste rod
219
Exercises
222
8
Molecular dynamics simulations
226
8.1
General behavior of a classical system
226
Contents ¡x
8.2 Basic
methods for many-body systems
228
8.3
The
Verlet
algorithm
232
8.4
Structure of atomic clusters
236
8.5
The Gear predictor-corrector method
239
8.6
Constant pressure, temperature, and bond length
241
8.7
Structure and dynamics of real materials
246
8.8 Ab initio
molecular dynamics
250
Exercises
254
9
Modeling continuous systems
256
9.1
Hydrodynamic equations
256
9.2
The basic finite element method
258
9.3
The
Ritz
variational method
262
9.4
Higher-dimensional systems
266
9.5
The finite element method for nonlinear equations
269
9.6
The particle-in-cell method
271
9.7
Hydrodynamics and magnetohydrodynamics
276
9.8
The lattice Boltzmann method
279
Exercises
282
10
Monte Carlo simulations
285
10.1
Sampling and integration
285
10.2
The Metropolis algorithm
287
10.3
Applications in statistical physics
292
10.4
Critical slowing down and block algorithms
297
10.5
Variational quantum Monte Carlo simulations
299
10.6
Green's function Monte Carlo simulations
303
10.7
Two-dimensional electron gas
307
10.8
Path-integral Monte Carlo simulations
313
10.9
Quantum lattice models
315
Exercises
320
11
Genetic algorithm and programming
323
11.1
Basic elements of a genetic algorithm
324
11.2
The Thomson problem
332
11.3
Continuous genetic algorithm
335
11.4
Other applications
338
11.5
Genetic programming
342
Exercises
345
12
Numerical renormalization
347
12.1
The scaling concept
347
12.2
Renormalization transform
350
Contents
12.3
Critical phenomena: the Ising model
352
12.4
Renormalization with Monte Carlo simulation
355
12.5
Crossover: the Kondo problem
357
12.6
Quantum lattice renormalization
360
12.7
Density matrix renormalization
364
Exercises
367
References
369
Index
381 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Pang, Tao |
author_facet | Pang, Tao |
author_role | aut |
author_sort | Pang, Tao |
author_variant | t p tp |
building | Verbundindex |
bvnumber | BV035147431 |
callnumber-first | Q - Science |
callnumber-label | QC |
callnumber-raw | QC |
callnumber-search | QC |
callnumber-sort | QC |
callnumber-subject | QC - Physics |
classification_rvk | SK 955 ST 630 |
classification_tum | PHY 016f |
ctrlnum | (OCoLC)263425749 (DE-599)BVBBV035147431 |
dewey-full | 530.0285 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 530 - Physics |
dewey-raw | 530.0285 |
dewey-search | 530.0285 |
dewey-sort | 3530.0285 |
dewey-tens | 530 - Physics |
discipline | Physik Informatik Mathematik |
discipline_str_mv | Physik Informatik Mathematik |
edition | 2. ed., repr. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02042nam a2200553 c 4500</leader><controlfield tag="001">BV035147431</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20140919 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">081107s2008 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0521825695</subfield><subfield code="9">0-521-82569-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780521825696</subfield><subfield code="9">978-0-521-82569-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780521532761</subfield><subfield code="9">978-0-521-53276-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)263425749</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV035147431</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-355</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-19</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QC</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">530.0285</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 955</subfield><subfield code="0">(DE-625)143274:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 630</subfield><subfield code="0">(DE-625)143685:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">PHY 016f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Pang, Tao</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">An introduction to computational physics</subfield><subfield code="c">Tao Pang</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed., repr.</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">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 385 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=" " ind2="4"><subfield code="a">Computerphysik - Lehrbuch</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematische Physik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematical physics</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Numerical calculations</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Physics</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Physics</subfield><subfield code="x">Methodology</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computer</subfield><subfield code="0">(DE-588)4070083-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Physik</subfield><subfield code="0">(DE-588)4045956-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computerphysik</subfield><subfield code="0">(DE-588)4273564-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Computerphysik</subfield><subfield code="0">(DE-588)4273564-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Physik</subfield><subfield code="0">(DE-588)4045956-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Computer</subfield><subfield code="0">(DE-588)4070083-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</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=016814721&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-016814721</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV035147431 |
illustrated | Illustrated |
index_date | 2024-07-02T22:29:22Z |
indexdate | 2024-07-09T21:23:22Z |
institution | BVB |
isbn | 0521825695 9780521825696 9780521532761 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016814721 |
oclc_num | 263425749 |
open_access_boolean | |
owner | DE-703 DE-355 DE-BY-UBR DE-91G DE-BY-TUM DE-188 DE-11 DE-29T DE-19 DE-BY-UBM |
owner_facet | DE-703 DE-355 DE-BY-UBR DE-91G DE-BY-TUM DE-188 DE-11 DE-29T DE-19 DE-BY-UBM |
physical | XV, 385 S. graph. Darst. |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Cambridge Univ. Press |
record_format | marc |
spelling | Pang, Tao Verfasser aut An introduction to computational physics Tao Pang 2. ed., repr. Cambridge [u.a.] Cambridge Univ. Press 2008 XV, 385 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Computerphysik - Lehrbuch Datenverarbeitung Mathematische Physik Mathematical physics Numerical calculations Physics Data processing Physics Methodology Computer (DE-588)4070083-5 gnd rswk-swf Physik (DE-588)4045956-1 gnd rswk-swf Computerphysik (DE-588)4273564-6 gnd rswk-swf Computerphysik (DE-588)4273564-6 s DE-604 Physik (DE-588)4045956-1 s Computer (DE-588)4070083-5 s 1\p DE-604 Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016814721&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Pang, Tao An introduction to computational physics Computerphysik - Lehrbuch Datenverarbeitung Mathematische Physik Mathematical physics Numerical calculations Physics Data processing Physics Methodology Computer (DE-588)4070083-5 gnd Physik (DE-588)4045956-1 gnd Computerphysik (DE-588)4273564-6 gnd |
subject_GND | (DE-588)4070083-5 (DE-588)4045956-1 (DE-588)4273564-6 |
title | An introduction to computational physics |
title_auth | An introduction to computational physics |
title_exact_search | An introduction to computational physics |
title_exact_search_txtP | An introduction to computational physics |
title_full | An introduction to computational physics Tao Pang |
title_fullStr | An introduction to computational physics Tao Pang |
title_full_unstemmed | An introduction to computational physics Tao Pang |
title_short | An introduction to computational physics |
title_sort | an introduction to computational physics |
topic | Computerphysik - Lehrbuch Datenverarbeitung Mathematische Physik Mathematical physics Numerical calculations Physics Data processing Physics Methodology Computer (DE-588)4070083-5 gnd Physik (DE-588)4045956-1 gnd Computerphysik (DE-588)4273564-6 gnd |
topic_facet | Computerphysik - Lehrbuch Datenverarbeitung Mathematische Physik Mathematical physics Numerical calculations Physics Data processing Physics Methodology Computer Physik Computerphysik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016814721&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT pangtao anintroductiontocomputationalphysics |