Introductory computational physics:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Cambridge
Cambridge University Press
2006
|
Ausgabe: | 1. publ. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | First paperback printing 2010 |
Beschreibung: | X, 137 Seiten Illustrationen, Diagramme |
ISBN: | 0521828627 9780521828628 9780521535625 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV020039687 | ||
003 | DE-604 | ||
005 | 20210915 | ||
007 | t | ||
008 | 050921s2006 a||| |||| 00||| eng d | ||
020 | |a 0521828627 |9 0-521-82862-7 | ||
020 | |a 9780521828628 |c hbk |9 978-0-521-82862-8 | ||
020 | |a 9780521535625 |c pbk |9 978-0-521-53562-5 | ||
035 | |a (OCoLC)61129361 | ||
035 | |a (DE-599)BVBBV020039687 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-20 |a DE-703 |a DE-634 |a DE-11 | ||
050 | 0 | |a QC20.7.E4 | |
082 | 0 | |a 530.150285 |2 22 | |
084 | |a SK 955 |0 (DE-625)143274: |2 rvk | ||
084 | |a ST 630 |0 (DE-625)143685: |2 rvk | ||
100 | 1 | |a Klein, Andi |e Verfasser |0 (DE-588)143179853 |4 aut | |
245 | 1 | 0 | |a Introductory computational physics |c Andi Klein and Alexander Godunov |
250 | |a 1. publ. | ||
264 | 1 | |a Cambridge |b Cambridge University Press |c 2006 | |
300 | |a X, 137 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a First paperback printing 2010 | ||
650 | 4 | |a Physique mathématique - Informatique | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Mathematische Physik | |
650 | 4 | |a Mathematical physics |x Data processing | |
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 | |
700 | 1 | |a Godunov, Alexander |e Verfasser |0 (DE-588)143179934 |4 aut | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013360786&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-013360786 |
Datensatz im Suchindex
_version_ | 1804133610867916800 |
---|---|
adam_text | INTRODUCTORY COMPUTATIONAL PHYSICS ANDI KLEIN AND ALEXANDER GODUNOV LOS
ALAMOS NATIONAL LABORATORY AND OLD DOMINION UNIVERSITY I CAMBRIDGE 1
UNIVERSITY PRESS CONTENTS PREFACE 1 INTRODUCTION 1.1 THE NEED FOR
COMPUTERS IN SCIENCE 1.2 WHAT IS COMPUTATIONAL PHYSICS? 1.3 LINUX AND
C++ 2 BASICS 2.1 BASIC COMPUTER HARDWARE 2.2 SOFTWARE 2.3 HOW DOES IT
WORK? 3 SHORT INTRODUCTION TO LINUX 3.1 GETTING STARTED AND LOGGING IN
3.2 GETTING HELP 3.3 THE FILESYSTEM, OR WHERE IS EVERYTHING? 3.4 MOVING
AROUND IN YOUR SYSTEM 3.5 LISTING YOUR DIRECTORY 3.6 CREATING YOUR OWN
FILES 3.7 DOING SOME WORK 3.8 GOOD PROGRAMMING 3.9 MACHINE
REPRESENTATION AND PRECISION 3.10 EXERCISES 4 INTERPOLATION 4.1 LAGRANGE
INTERPOLATION 4.2 NEVILLE S ALGORITHM 4.3 LINEAR INTERPOLATION 4.4
POLYNOMIAL INTERPOLATION CONTENTS 4.5 CUBIC SPLINE 33 4.6 RATIONAL
FUNCTION INTERPOLATION 34 4.7 EXERCISES 35 5 TAKING DERIVATIVES 37 5.1
GENERAL DISCUSSION OF DERIVATIVES WITH COMPUTERS 37 5.2 FORWARD
DIFFERENCE 38 5.3 CENTRAL DIFFERENCE AND HIGHER ORDER METHODS 38 5.4
HIGHER ORDER DERIVATIVES 40 5.5 EXERCISES 40 6 NUMERICAL INTEGRATION 41
6.1 INTRODUCTION TO NUMERICAL INTEGRATION 41 6.2 THE SIMPLEST
INTEGRATION METHODS 42 6.3 MORE ADVANCED INTEGRATION 44 6.4 EXERCISES 49
7 SOLUTION OF NONLINEAR EQUATIONS 51 7.1 BISECTION METHOD 51 7.2
NEWTON S METHOD 52 7.3 METHOD OF SECANTS 52 7.4 BRUETE FORCE METHOD 53
7.5 EXERCISES 53 8 DIFFERENTIAL EQUATIONS 55 8.1 INTRODUCTION 55 8.2 A
BRUSH UP ON DIFFERENTIAL EQUATIONS 55 8.3 INTRODUCTION TO THE SIMPLE AND
MODIFIED EULER METHODS 57 8.4 THE SIMPLE EULER METHOD 58 8.5 THE
MODIFIED EULER METHOD 62 8.6 RUNGE-KUTTA METHOD 65 8.7 ADAPTIVE STEP
SIZE RUNGE-KUTTA 70 8.8 THE DAMPED OSCILLATOR 72 8.9 EXERCISES 81 9
MATRICES 83 9.1 LINEAR SYSTEMS OF EQUATIONS 83 9.2 GAUSSIAN ELIMINATION
84 9.3 STANDARD LIBRARIES 86 CONTENTS VI 9.4 EIGENVALUE PROBLEM 86 9.5
EXERCISES 88 10 RANDOM PROCESSES AND MONTE CARLO SIMULATION 89 10.1
RANDOM PROCESSES IN SCIENCE 89 10.2 RANDOM NUMBER GENERATORS 90 10.3 THE
RANDOM WALK 92 10.4 RANDOM NUMBERS FOR NONUNIFORM DISTRIBUTIONS 97 10.5
MONTE CARLO INTEGRATION 101 10.6 EXERCISES 103 REFERENCES 105 APPENDIX A
THE ROOT SYSTEM 107 A.L WHATISROOT 107 A.2 THE ROOT BASICS 107 A.3 THE
FIRST STEPS 108 A.4 LAB ROOT 113 A.5 EXERCISES 115 APPENDIX B FREE
SCIENTIFIC LIBRARIES 117 B.L LAPACK 117 B.2 SLATEC 118 B.3 WHERE TO
OBTAIN ROOT 118 APPENDIXC FORTRAN AND C++ 119 C.L CALLING FORTRAN FROM
C++ 120 APPENDIX D PROGRAM LISTINGS 121 D.L SIMPLE EULER 121 D.2
RUNGE-KUTTA PROGRAM 123 D.3 RANDOM WALK IN TWO DIMENSIONS 131 D.4
ACCEPTANCE AND REJECTION METHOD WITH SIN(X) DISTRIBUTION 134 INDEX 137
|
any_adam_object | 1 |
author | Klein, Andi Godunov, Alexander |
author_GND | (DE-588)143179853 (DE-588)143179934 |
author_facet | Klein, Andi Godunov, Alexander |
author_role | aut aut |
author_sort | Klein, Andi |
author_variant | a k ak a g ag |
building | Verbundindex |
bvnumber | BV020039687 |
callnumber-first | Q - Science |
callnumber-label | QC20 |
callnumber-raw | QC20.7.E4 |
callnumber-search | QC20.7.E4 |
callnumber-sort | QC 220.7 E4 |
callnumber-subject | QC - Physics |
classification_rvk | SK 955 ST 630 |
ctrlnum | (OCoLC)61129361 (DE-599)BVBBV020039687 |
dewey-full | 530.150285 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 530 - Physics |
dewey-raw | 530.150285 |
dewey-search | 530.150285 |
dewey-sort | 3530.150285 |
dewey-tens | 530 - Physics |
discipline | Physik Informatik Mathematik |
edition | 1. publ. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01748nam a2200457 c 4500</leader><controlfield tag="001">BV020039687</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210915 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">050921s2006 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0521828627</subfield><subfield code="9">0-521-82862-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780521828628</subfield><subfield code="c">hbk</subfield><subfield code="9">978-0-521-82862-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780521535625</subfield><subfield code="c">pbk</subfield><subfield code="9">978-0-521-53562-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)61129361</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV020039687</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-20</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QC20.7.E4</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">530.150285</subfield><subfield code="2">22</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="100" ind1="1" ind2=" "><subfield code="a">Klein, Andi</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)143179853</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Introductory computational physics</subfield><subfield code="c">Andi Klein and Alexander Godunov</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. publ.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Cambridge</subfield><subfield code="b">Cambridge University Press</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 137 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</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="500" ind1=" " ind2=" "><subfield code="a">First paperback printing 2010</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Physique mathématique - Informatique</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><subfield code="x">Data processing</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="700" ind1="1" ind2=" "><subfield code="a">Godunov, Alexander</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)143179934</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV 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=013360786&sequence=000001&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-013360786</subfield></datafield></record></collection> |
id | DE-604.BV020039687 |
illustrated | Illustrated |
indexdate | 2024-07-09T20:11:28Z |
institution | BVB |
isbn | 0521828627 9780521828628 9780521535625 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-013360786 |
oclc_num | 61129361 |
open_access_boolean | |
owner | DE-20 DE-703 DE-634 DE-11 |
owner_facet | DE-20 DE-703 DE-634 DE-11 |
physical | X, 137 Seiten Illustrationen, Diagramme |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Cambridge University Press |
record_format | marc |
spelling | Klein, Andi Verfasser (DE-588)143179853 aut Introductory computational physics Andi Klein and Alexander Godunov 1. publ. Cambridge Cambridge University Press 2006 X, 137 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier First paperback printing 2010 Physique mathématique - Informatique Datenverarbeitung Mathematische Physik Mathematical physics Data processing Computerphysik (DE-588)4273564-6 gnd rswk-swf Computerphysik (DE-588)4273564-6 s DE-604 Godunov, Alexander Verfasser (DE-588)143179934 aut GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013360786&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Klein, Andi Godunov, Alexander Introductory computational physics Physique mathématique - Informatique Datenverarbeitung Mathematische Physik Mathematical physics Data processing Computerphysik (DE-588)4273564-6 gnd |
subject_GND | (DE-588)4273564-6 |
title | Introductory computational physics |
title_auth | Introductory computational physics |
title_exact_search | Introductory computational physics |
title_full | Introductory computational physics Andi Klein and Alexander Godunov |
title_fullStr | Introductory computational physics Andi Klein and Alexander Godunov |
title_full_unstemmed | Introductory computational physics Andi Klein and Alexander Godunov |
title_short | Introductory computational physics |
title_sort | introductory computational physics |
topic | Physique mathématique - Informatique Datenverarbeitung Mathematische Physik Mathematical physics Data processing Computerphysik (DE-588)4273564-6 gnd |
topic_facet | Physique mathématique - Informatique Datenverarbeitung Mathematische Physik Mathematical physics Data processing Computerphysik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013360786&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT kleinandi introductorycomputationalphysics AT godunovalexander introductorycomputationalphysics |