Introduction to scientific computing: for scientists and engineers
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berlin [u.a.]
De Gruyter
2015
|
Schriftenreihe: | De Gruyter Textbook
|
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | XI, 138 S. graph. Darst. |
ISBN: | 3110359405 9783110359404 |
Internformat
MARC
LEADER | 00000nam a22000008c 4500 | ||
---|---|---|---|
001 | BV042387779 | ||
003 | DE-604 | ||
005 | 20150818 | ||
007 | t | ||
008 | 150303s2015 gw d||| |||| 00||| eng d | ||
015 | |a 15,N05 |2 dnb | ||
016 | 7 | |a 106519157X |2 DE-101 | |
020 | |a 3110359405 |9 3-11-035940-5 | ||
020 | |a 9783110359404 |c Print |9 978-3-11-035940-4 | ||
024 | 3 | |a 9783110359404 | |
035 | |a (OCoLC)901518831 | ||
035 | |a (DE-599)DNB106519157X | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c XA-DE-BE | ||
049 | |a DE-706 |a DE-83 |a DE-19 |a DE-634 |a DE-92 |a DE-11 |a DE-739 |a DE-824 |a DE-20 | ||
082 | 0 | |a 510 | |
082 | 0 | |a 518.0285 |2 22/ger | |
084 | |a SK 900 |0 (DE-625)143268: |2 rvk | ||
084 | |a ST 600 |0 (DE-625)143681: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a 510 |2 sdnb | ||
084 | |a 65Y04 |2 msc | ||
084 | |a 00A06 |2 msc | ||
100 | 1 | |a Heister, Timo |e Verfasser |4 aut | |
245 | 1 | 0 | |a Introduction to scientific computing |b for scientists and engineers |c Timo Heister ; Leo G. Rebholz |
246 | 1 | 3 | |a Scientific computing |
264 | 1 | |a Berlin [u.a.] |b De Gruyter |c 2015 | |
300 | |a XI, 138 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a De Gruyter Textbook | |
650 | 0 | 7 | |a Numerische Mathematik |0 (DE-588)4042805-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 Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Numerische Mathematik |0 (DE-588)4042805-9 |D s |
689 | 0 | 1 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | 2 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Rebholz, Leo G. |e Verfasser |0 (DE-588)1020166274 |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe, EPUB |z 978-3-11-038680-6 |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe, PDF |z 978-3-11-035942-8 |
856 | 4 | 2 | |m X:MVB |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=5130763&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027823734&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-027823734 |
Datensatz im Suchindex
_version_ | 1806330638732623872 |
---|---|
adam_text |
CONTENTS
PREFACE VII
1 INTRODUCTION 1
1.1 WHY STUDY NUMERICAL METHODS? 1
1.2 TERMINOLOGY 2
1.3 CONVERGENCE TERMINOLOGY 4
1.4 EXERCISES 5
2 COMPUTER REPRESENTATION OF NUMBERS AND ROUNDOFF
ERROR 7
2.1 EXAMPLES OF THE EFFECTS OF ROUNDOFF ERROR 7
2.2 BINARY NUMBERS 10
2.3 64 BIT FLOATING POINT NUMBERS 12
2.3.1 AVOID ADDING LARGE AND SMALL NUMBERS 14
2.3.2 SUBTRACTING TWO NEARLY EQUAL NUMBERS IS BAD 14
2.4 EXERCISES 16
3 SOLVING
LINEAR SYSTEMS OF EQUATIONS 17
3.1 LINEAR SYSTEMS OF EQUATIONS AND SOLVABILITY 17
3.2 SOLVING TRIANGULAR SYSTEMS 19
3.3 GAUSSIAN ELIMINATION 21
3.4 THE BACKSLASH OPERATOR 25
3.5 LU DECOMPOSITION 25
3.6 EXERCISES 26
4 FINITE DIFFERENCE METHODS 28
4.1 APPROXIMATING THE FIRST DERIVATIVE 29
4.1.1 FORWARD AND BACKWARD DIFFERENCES 29
4.1.2 CENTERED DIFFERENCE 32
4.1.3 THREE POINT DIFFERENCE FORMULAS 35
4.1.4 FURTHER NOTES 36
4.2 APPROXIMATING THE SECOND DERIVATIVE 36
4.3 APPLICATION: INITIAL VALUE ODE'S USING
THE FORWARD EULER METHOD
4.4 APPLICATION: BOUNDARY VALUE ODE'S 40
4.5 EXERCISES 45
5 SOLVING NONLINEAR
EQUATIONS 46
5.1 THE BISECTION METHOD 47
5.2 NEWTON'S METHOD 51
5.3 SECANT METHOD 54
HTTP://D-NB.INFO/106519157X
X * CONTENTS
5.4 COMPARING BISECTION, NEWTON, SECANT METHOD 54
5.5 COMBINING SECANT AND BISECTION AND THE FZERO COMMAND 55
5.6 EQUATION SOLVING IN HIGHER DIMENSIONS 57
5.7 EXERCISES 59
6 ACCURACY IN SOLVING
LINEAR SYSTEMS 61
6.1 GAUSS-JORDAN ELIMINATION AND FINDING MATRIX INVERSES 61
6.2 MATRIX AND VECTOR NORMS AND CONDITION NUMBER 64
6.3 SENSITIVITY IN LINEAR SYSTEM SOLVING 66
6.4 EXERCISES 68
7 EIGENVALUES AND EIGENVECTORS 69
7.1 MATHEMATICAL DEFINITION 69
7.2 POWER METHOD 71
7.3 APPLICATION: POPULATION DYNAMICS 74
7.4 EXERCISES 75
8 FITTING
CURVES TO DATA 77
8.1 INTERPOLATION 77
8.1.1 INTERPOLATION BY A SINGLE POLYNOMIAL
8.1.2 PIECEWISE POLYNOMIAL INTERPOLATION -
8.2 CURVE FITTING 83
8.2.1 LINE OF BEST FIT 83
8.2.2 CURVE OF BEST FIT 86
8.3 EXERCISES 89
9 NUMERICAL
INTEGRATION 91
9.1 NEWTON-COTES METHODS 91
9.2 COMPOSITE RULES 95
9.3 MATLAB'S INTEGRAL FUNCTION 99
9.4 GAUSS QUADRATURE 99
9.5 EXERCISES 102
10 INITIAL VALUE ODES 104
10.1 REDUCTION OF HIGHER ORDER ODES TO FIRST ORDER 104
10.2 COMMON METHODS AND DERIVATION FROM INTEGRATION RULES 106
10.2.1 BACKWARD EULER 107
10.2.2 CRANK-NICOLSON 108
10.2.3 RUNGE-KUTTA4 108
10.3 COMPARISON OF SPEED OF IMPLICIT VERSUS EXPLICIT SOLVERS 109
10.4 STABILITY OF ODE SOLVERS 111
10.4.1 STABILITY OF FORWARD EULER 111
CONTENTS
* XI
10.4.2 STABILITY OF BACKWARD EULER 112
10.4.3 STABILITY OF CRANK-NICOLSON 114
10.4.4 STABILITY OF RUNGE-KUTTA 4 115
10.5 ACCURACY OF ODE SOLVERS 115
10.5.1 FORWARD EULER 115
10.5.2 BACKWARD EULER 116
10.5.3 CRANK-NICOLSON 117
10.5.4 RUNGE-KUTTA 4 118
10.6 SUMMARY, GENERAL STRATEGY, AND MATLAB ODE SOLVERS 119
10.7 EXERCISES 121
A GETTING STARTED
WITH OCTAVE AND
MATLAB 123
A.L BASIC OPERATIONS 123
A. 2 ARRAYS 126
A.3 OPERATING ON ARRAYS 129
A.4 SCRIPT FILES 131
A.5 FUNCTION FILES 132
A.5.1 INLINE FUNCTIONS 132
A.5.2 PASSING FUNCTIONS TO OTHER FUNCTIONS 133
A.6 OUTPUTTING INFORMATION 133
A.7 PROGRAMMING IN MATLAB 134
A.8 PLOTTING 135
A.9 EXERCISES 136 |
any_adam_object | 1 |
author | Heister, Timo Rebholz, Leo G. |
author_GND | (DE-588)1020166274 |
author_facet | Heister, Timo Rebholz, Leo G. |
author_role | aut aut |
author_sort | Heister, Timo |
author_variant | t h th l g r lg lgr |
building | Verbundindex |
bvnumber | BV042387779 |
classification_rvk | SK 900 ST 600 ST 601 |
ctrlnum | (OCoLC)901518831 (DE-599)DNB106519157X |
dewey-full | 510 518.0285 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 510 - Mathematics 518 - Numerical analysis |
dewey-raw | 510 518.0285 |
dewey-search | 510 518.0285 |
dewey-sort | 3510 |
dewey-tens | 510 - Mathematics |
discipline | Informatik Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a22000008c 4500</leader><controlfield tag="001">BV042387779</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20150818</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">150303s2015 gw d||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">15,N05</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">106519157X</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3110359405</subfield><subfield code="9">3-11-035940-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783110359404</subfield><subfield code="c">Print</subfield><subfield code="9">978-3-11-035940-4</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783110359404</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)901518831</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB106519157X</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="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-706</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-20</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">510</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">518.0285</subfield><subfield code="2">22/ger</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="084" ind1=" " ind2=" "><subfield code="a">ST 600</subfield><subfield code="0">(DE-625)143681:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">510</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">65Y04</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">00A06</subfield><subfield code="2">msc</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Heister, Timo</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Introduction to scientific computing</subfield><subfield code="b">for scientists and engineers</subfield><subfield code="c">Timo Heister ; Leo G. Rebholz</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Scientific computing</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin [u.a.]</subfield><subfield code="b">De Gruyter</subfield><subfield code="c">2015</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 138 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="490" ind1="0" ind2=" "><subfield code="a">De Gruyter Textbook</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="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">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</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="1"><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="2"><subfield code="a">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</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">Rebholz, Leo G.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1020166274</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, EPUB</subfield><subfield code="z">978-3-11-038680-6</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, PDF</subfield><subfield code="z">978-3-11-035942-8</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">X:MVB</subfield><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=5130763&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB 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=027823734&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-027823734</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV042387779 |
illustrated | Illustrated |
indexdate | 2024-08-03T02:12:16Z |
institution | BVB |
isbn | 3110359405 9783110359404 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-027823734 |
oclc_num | 901518831 |
open_access_boolean | |
owner | DE-706 DE-83 DE-19 DE-BY-UBM DE-634 DE-92 DE-11 DE-739 DE-824 DE-20 |
owner_facet | DE-706 DE-83 DE-19 DE-BY-UBM DE-634 DE-92 DE-11 DE-739 DE-824 DE-20 |
physical | XI, 138 S. graph. Darst. |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | De Gruyter |
record_format | marc |
series2 | De Gruyter Textbook |
spelling | Heister, Timo Verfasser aut Introduction to scientific computing for scientists and engineers Timo Heister ; Leo G. Rebholz Scientific computing Berlin [u.a.] De Gruyter 2015 XI, 138 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier De Gruyter Textbook Numerische Mathematik (DE-588)4042805-9 gnd rswk-swf MATLAB (DE-588)4329066-8 gnd rswk-swf Wissenschaftliches Rechnen (DE-588)4338507-2 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Numerische Mathematik (DE-588)4042805-9 s MATLAB (DE-588)4329066-8 s Wissenschaftliches Rechnen (DE-588)4338507-2 s DE-604 Rebholz, Leo G. Verfasser (DE-588)1020166274 aut Erscheint auch als Online-Ausgabe, EPUB 978-3-11-038680-6 Erscheint auch als Online-Ausgabe, PDF 978-3-11-035942-8 X:MVB text/html http://deposit.dnb.de/cgi-bin/dokserv?id=5130763&prov=M&dok_var=1&dok_ext=htm Inhaltstext DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027823734&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Heister, Timo Rebholz, Leo G. Introduction to scientific computing for scientists and engineers Numerische Mathematik (DE-588)4042805-9 gnd MATLAB (DE-588)4329066-8 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd |
subject_GND | (DE-588)4042805-9 (DE-588)4329066-8 (DE-588)4338507-2 (DE-588)4123623-3 |
title | Introduction to scientific computing for scientists and engineers |
title_alt | Scientific computing |
title_auth | Introduction to scientific computing for scientists and engineers |
title_exact_search | Introduction to scientific computing for scientists and engineers |
title_full | Introduction to scientific computing for scientists and engineers Timo Heister ; Leo G. Rebholz |
title_fullStr | Introduction to scientific computing for scientists and engineers Timo Heister ; Leo G. Rebholz |
title_full_unstemmed | Introduction to scientific computing for scientists and engineers Timo Heister ; Leo G. Rebholz |
title_short | Introduction to scientific computing |
title_sort | introduction to scientific computing for scientists and engineers |
title_sub | for scientists and engineers |
topic | Numerische Mathematik (DE-588)4042805-9 gnd MATLAB (DE-588)4329066-8 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd |
topic_facet | Numerische Mathematik MATLAB Wissenschaftliches Rechnen Lehrbuch |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=5130763&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027823734&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT heistertimo introductiontoscientificcomputingforscientistsandengineers AT rebholzleog introductiontoscientificcomputingforscientistsandengineers AT heistertimo scientificcomputing AT rebholzleog scientificcomputing |