Mathematical principles for scientific computing and visualization:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Wellesley, Mass.
Peters
2008
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIV, 280 S. Ill., graph. Darst. |
ISBN: | 9781568813219 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV025576164 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 100417s2008 ad|| |||| 00||| eng d | ||
020 | |a 9781568813219 |9 978-1-56881-321-9 | ||
024 | 3 | |a 9781568813219 | |
035 | |a (OCoLC)191024120 | ||
035 | |a (DE-599)BVBBV025576164 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-11 |a DE-92 | ||
082 | 0 | |a 502.85 |2 22 | |
084 | |a ST 320 |0 (DE-625)143657: |2 rvk | ||
100 | 1 | |a Farin, Gerald E. |d 1953- |e Verfasser |0 (DE-588)109438760 |4 aut | |
245 | 1 | 0 | |a Mathematical principles for scientific computing and visualization |c Gerald Farin ; Dianne Hansford |
264 | 1 | |a Wellesley, Mass. |b Peters |c 2008 | |
300 | |a XIV, 280 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Computervisualistik |0 (DE-588)7535806-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Interpolation |0 (DE-588)4162121-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Voronoi-Diagramm |0 (DE-588)4226013-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Computervisualistik |0 (DE-588)7535806-2 |D s |
689 | 0 | 1 | |a Interpolation |0 (DE-588)4162121-9 |D s |
689 | 0 | 2 | |a Voronoi-Diagramm |0 (DE-588)4226013-9 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Hansford, Dianne |e Verfasser |4 aut | |
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=020173975&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-020173975 |
Datensatz im Suchindex
_version_ | 1804142754595340288 |
---|---|
adam_text | Titel: Mathematical principles for scientific computing and visualization
Autor: Farin, Gerald E.
Jahr: 2008
Contents
Preface xi
1 Introduction 1
2 Computational Basics 5
2.1 Algorithms...................... 5
2.2 Floating-Point Numbers .............. 6
2.3 Errors......................... 7
2.4 Case Study: The 1991 Scud Attack........ 10
2.5 Problems and Experiments............. 11
3 Coordinate Systems 13
3.1 Cartesian Coordinate Systems........... 13
3.2 Polar, Spherical, and Cylindrical
Coordinate Systems................. 16
3.3 Case Study: UTM Coordinates .......... 19
3.4 Local and Global Coordinates........... 21
3.5 Homogeneous Coordinates............. 25
3.6 Problems and Experiments............. 26
4 Background: Numerical Linear Algebra 27
4.1 Linear Spaces and Vectors............. 27
4.2 Linear Independence and Subspaces........ 29
4.3 Linear Maps and Matrices............. 31
4.4 Lengths and Volumes................ 37
4.5 Summary of Matrix Rules ............. 40
4.6 Problems and Experiments............. 40
5 Solving Linear Systems 41
5.1 Case Study: Mixing Chemicals........... 41
5.2 Linear System Basics................ 42
5.3 Gauss Elimination.................. 43
5.4 Stability....................... 45
5.5 Vector Norms and Sequences............ 46
5.6 Iterative System Solvers .............. 48
5.7 Case Study: Fluid Flow............... 51
5.8 Overdetermined Systems.............. 53
5.9 Case Study: Femoral Head Reconstruction .... 54
5.10 Problems and Experiments............. 55
6 Eigen-Problems 57
6.1 Eigenvalues...................... 58
6.2 The Power Method................. 60
6.3 Case Study: PageRank............... 61
6.4 Jacobi Iteration................... 63
6.5 Eigenvalues and Determinants........... 66
6.6 Singular Value Decomposition........... 67
6.7 The Condition Number............... 70
6.8 The Pseudoinverse.................. 70
6.9 The Principal Components Analysis........ 72
6.10 Case Study: Eigenfaces............... 73
6.11 Singular Values, Volumes, and Determinants ... 75
6.12 Problems and Experiments............. 76
7 Background: Numerical Calculus 77
7.1 Functions....................... 77
7.2 Limits ........................ 80
7.3 Integrals....................... 81
7.4 Derivatives...................... 83
7.5 Function Spaces................... 86
7.6 Problems and Experiments ............. 88
8 Data Fitting 91
8.1 Taylor Approximation................ 91
8.2 Piecewise Linear Interpolation........... 92
8.3 Polynomial Interpolation.............. 92
8.4 Polynomial Least Squares Approximation..... 94
8.5 General Least Squares Approximation....... 98
8.6 B-Spline Interpolation................ 99
8.7 B-Spline Least Squares Approximation...... 104
8.8 Integrals and Derivatives.............. 105
8.9 Problems and Experiments............. 107
9 Computing Dynamic Processes 109
9.1 Background ..................... 109
9.2 Euler s Method................... Ill
9.3 Heun s Method ................... 113
9.4 Boundary Values .................. 115
9.5 ODEs and Dynamical Systems........... 117
9.6 Case Study: The Lorenz Attractor......... 120
9.7 Problems and Experiments............. 122
10 Finding Roots 123
10.1 The Piecewise Linear Approach.......... 123
10.2 The Newton-Raphson Method........... 125
10.3 Case Study: Computing the Square Root..... 127
10.4 Bisection....................... 128
10.5 Case Study: Wilkinson Polynomials........ 129
10.6 Problems and Experiments............. 129
11 Computing with Multivariate Functions 131
11.1 Bivariate Functions................. 131
11.2 Bilinear Interpolation................ 135
11.3 Quadratic Forms................... 137
11.4 Contouring...................... 138
11.5 The Newton-Raphson Method........... 140
11.6 Partial Differential Equations ........... 142
11.7 Trivariate Functions................. 145
11.8 Problems and Experiments............. 147
12 Visualizing Empirical Data 149
12.1 Scatter Plots, Correlations, and Regression . . . 149
12.2 PCA Revisited.................... 153
12.3 Histograms, Bar Charts, and Pie Charts..... 155
12.4 Box Plots....................... 159
12.5 Log Plots....................... 161
12.6 Problems and Experiments............. 163
13 Facets 165
13.1 Triangles....................... 165
13.2 Barycentric Coordinates.............. 167
13.3 Planes ........................ 169
13.4 Polygons and Polyhedra .............. 172
13.5 Triangle Meshes................ . . . 174
13.6 Case Study: 3D Archiving............ . 178
13.7 Analyzing Triangle Meshes............. 179
13.8 Delaunay Meshes and Voronoi Diagrams..... 181
13.9 Case Study: Bark Beetles.............. 184
13.10 Other Meshes.................... 184
13.11 Problems and Experiments............. 186
14 Visualizing Scalar Values over 2D Data 189
14.1 Height Maps..................... 192
14.2 Color Maps...................... 194
14.3 Contours....................... 197
14.4 Case Study: GIS................... 204
14.5 Image Segmentation................. 206
14.6 Problems and Experiments............. 208
15 Volume Visualization 209
15.1 Scalar Data over a Volume............. 209
15.2 Contouring...................... 215
15.3 Case Study: Health Care.............. 218
15.4 Direct Volume Rendering.............. 219
15.5 Transfer Functions.................. 222
15.6 Comparison of Contouring and DVR....... 224
15.7 Case Study: Visible Human Project........ 225
15.8 Data Cutting.................... 226
15.9 Vector Fields..................... 227
15.10 Tensor Fields..................... 229
15.11 Haptic Visualization................. 230
15.12 Problems and Experiments............. 231
16 Background: Computer Graphics 233
16.1 Color Models..................... 234
16.2 The Graphics Pipeline ............... 236
16.3 Illumination Models................. 252
16.4 Texture Mapping.................. 261
16.5 Sampling, Smoothing, Reduction ......... 263
16.6 Problems and Experiments............. 266
Bibliography 269
Index 271
|
any_adam_object | 1 |
author | Farin, Gerald E. 1953- Hansford, Dianne |
author_GND | (DE-588)109438760 |
author_facet | Farin, Gerald E. 1953- Hansford, Dianne |
author_role | aut aut |
author_sort | Farin, Gerald E. 1953- |
author_variant | g e f ge gef d h dh |
building | Verbundindex |
bvnumber | BV025576164 |
classification_rvk | ST 320 |
ctrlnum | (OCoLC)191024120 (DE-599)BVBBV025576164 |
dewey-full | 502.85 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 502 - Miscellany |
dewey-raw | 502.85 |
dewey-search | 502.85 |
dewey-sort | 3502.85 |
dewey-tens | 500 - Natural sciences and mathematics |
discipline | Allgemeine Naturwissenschaft Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01585nam a2200397 c 4500</leader><controlfield tag="001">BV025576164</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">100417s2008 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781568813219</subfield><subfield code="9">978-1-56881-321-9</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781568813219</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)191024120</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV025576164</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-11</subfield><subfield code="a">DE-92</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">502.85</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 320</subfield><subfield code="0">(DE-625)143657:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Farin, Gerald E.</subfield><subfield code="d">1953-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)109438760</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mathematical principles for scientific computing and visualization</subfield><subfield code="c">Gerald Farin ; Dianne Hansford</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Wellesley, Mass.</subfield><subfield code="b">Peters</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 280 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="650" ind1="0" ind2="7"><subfield code="a">Computervisualistik</subfield><subfield code="0">(DE-588)7535806-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Interpolation</subfield><subfield code="0">(DE-588)4162121-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Voronoi-Diagramm</subfield><subfield code="0">(DE-588)4226013-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Computervisualistik</subfield><subfield code="0">(DE-588)7535806-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Interpolation</subfield><subfield code="0">(DE-588)4162121-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Voronoi-Diagramm</subfield><subfield code="0">(DE-588)4226013-9</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">Hansford, Dianne</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</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=020173975&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-020173975</subfield></datafield></record></collection> |
id | DE-604.BV025576164 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:36:48Z |
institution | BVB |
isbn | 9781568813219 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-020173975 |
oclc_num | 191024120 |
open_access_boolean | |
owner | DE-11 DE-92 |
owner_facet | DE-11 DE-92 |
physical | XIV, 280 S. Ill., graph. Darst. |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Peters |
record_format | marc |
spelling | Farin, Gerald E. 1953- Verfasser (DE-588)109438760 aut Mathematical principles for scientific computing and visualization Gerald Farin ; Dianne Hansford Wellesley, Mass. Peters 2008 XIV, 280 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Computervisualistik (DE-588)7535806-2 gnd rswk-swf Interpolation (DE-588)4162121-9 gnd rswk-swf Voronoi-Diagramm (DE-588)4226013-9 gnd rswk-swf Computervisualistik (DE-588)7535806-2 s Interpolation (DE-588)4162121-9 s Voronoi-Diagramm (DE-588)4226013-9 s DE-604 Hansford, Dianne Verfasser aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020173975&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Farin, Gerald E. 1953- Hansford, Dianne Mathematical principles for scientific computing and visualization Computervisualistik (DE-588)7535806-2 gnd Interpolation (DE-588)4162121-9 gnd Voronoi-Diagramm (DE-588)4226013-9 gnd |
subject_GND | (DE-588)7535806-2 (DE-588)4162121-9 (DE-588)4226013-9 |
title | Mathematical principles for scientific computing and visualization |
title_auth | Mathematical principles for scientific computing and visualization |
title_exact_search | Mathematical principles for scientific computing and visualization |
title_full | Mathematical principles for scientific computing and visualization Gerald Farin ; Dianne Hansford |
title_fullStr | Mathematical principles for scientific computing and visualization Gerald Farin ; Dianne Hansford |
title_full_unstemmed | Mathematical principles for scientific computing and visualization Gerald Farin ; Dianne Hansford |
title_short | Mathematical principles for scientific computing and visualization |
title_sort | mathematical principles for scientific computing and visualization |
topic | Computervisualistik (DE-588)7535806-2 gnd Interpolation (DE-588)4162121-9 gnd Voronoi-Diagramm (DE-588)4226013-9 gnd |
topic_facet | Computervisualistik Interpolation Voronoi-Diagramm |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020173975&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT faringeralde mathematicalprinciplesforscientificcomputingandvisualization AT hansforddianne mathematicalprinciplesforscientificcomputingandvisualization |