Scientific computing with MATLAB and Octave:
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berlin [u.a.]
Springer
2014
|
Ausgabe: | 4. ed. |
Schriftenreihe: | Texts in computational science and engineering
2 |
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | XVIII, 442 S. graph. Darst. |
ISBN: | 9783642453663 |
Internformat
MARC
LEADER | 00000nam a22000008cb4500 | ||
---|---|---|---|
001 | BV041551808 | ||
003 | DE-604 | ||
005 | 20150708 | ||
007 | t | ||
008 | 140110s2014 gw d||| |||| 00||| eng d | ||
015 | |a 13,N50 |2 dnb | ||
016 | 7 | |a 1044795212 |2 DE-101 | |
020 | |a 9783642453663 |c Print |9 978-3-642-45366-3 | ||
024 | 3 | |a 9783642453663 | |
028 | 5 | 2 | |a Best.-Nr.: 86353260 |
035 | |a (OCoLC)865147291 | ||
035 | |a (DE-599)DNB1044795212 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c XA-DE-BE | ||
049 | |a DE-91G |a DE-11 |a DE-29T |a DE-573 |a DE-384 |a DE-92 |a DE-1102 |a DE-188 |a DE-83 | ||
082 | 0 | |a 518 |2 22/ger | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a DAT 306f |2 stub | ||
084 | |a 68N15 |2 msc | ||
084 | |a 004 |2 sdnb | ||
084 | |a MAT 650f |2 stub | ||
084 | |a 68U01 |2 msc | ||
084 | |a 68W30 |2 msc | ||
100 | 1 | |a Quarteroni, Alfio |d 1952- |e Verfasser |0 (DE-588)120370158 |4 aut | |
245 | 1 | 0 | |a Scientific computing with MATLAB and Octave |c Alfio Quarteroni ; Fausto Saleri ; Paola Gervasio |
250 | |a 4. ed. | ||
264 | 1 | |a Berlin [u.a.] |b Springer |c 2014 | |
300 | |a XVIII, 442 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Texts in computational science and engineering |v 2 | |
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 |
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 | |5 DE-604 | |
689 | 1 | 0 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |D s |
689 | 1 | 1 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
700 | 1 | |a Saleri, Fausto |d 1965-2007 |e Verfasser |0 (DE-588)120434571 |4 aut | |
700 | 1 | |a Gervasio, Paola |e Verfasser |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-3-642-45367-0 |
830 | 0 | |a Texts in computational science and engineering |v 2 |w (DE-604)BV016971315 |9 2 | |
856 | 4 | 2 | |m X:MVB |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=4528688&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=026997532&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-026997532 |
Datensatz im Suchindex
_version_ | 1806326731013881856 |
---|---|
adam_text |
1 WHAT CAN'T BE IGNORED 1
1.1 THE MATLAB AND OCTAVE ENVIRONMENTS 1
1.2 REAL NUMBERS 3
1.2.1 HOW WE REPRESENT THEM 3
1.2.2 HOW WE OPERATE WITH FLOATING-POINT NUMBERS 6
1.3 COMPLEX NUMBERS 8
1.4 MATRICES 10
1.4.1 VECTORS 14
1.5 REAL FUNCTIONS 16
1.5.1 THE ZEROS 19
1.5.2 POLYNOMIALS 20
1.5.3 INTEGRATION AND DIFFERENTIATION 22
1.6 TO ERR IS NOT ONLY HUMAN 25
1.6.1 TALKING ABOUT COSTS 28
1.7 THE MATLAB LANGUAGE 30
1.7.1 MATLAB STATEMENTS 32
1.7.2 PROGRAMMING IN MATLAB *. 34
1.7.3 EXAMPLES OF DIFFERENCES BETWEEN MATLAB
AND OCTAVE LANGUAGES 38
1.8 WHAT WE HAVEN'T TOLD YOU 38
1.9 EXERCISES 39
2 NONLINEAR EQUATIONS 41
2.1 SOME REPRESENTATIVE PROBLEMS 41
2.2 THE BISECTION METHOD 43
2.3 THE NEWTON METHOD 47
2.3.1 HOW TO TERMINATE NEWTON'S ITERATIONS 50
2.4 THE SECANT METHOD 51
2.5 SYSTEMS OF NONLINEAR EQUATIONS 52
XI
HTTP://D-NB.INFO/1044795212
XII CONTENTS
2.6 FIXED POINT ITERATIONS 56
2.6.1 HOW TO TERMINATE FIXED POINT ITERATIONS 62
2.7 ACCELERATION USING AITKEN METHOD 63
2.8 ALGEBRAIC POLYNOMIALS 67
2.8.1 HORNER'S ALGORITHM 68
2.8.2 THE NEWTON-HORNER METHOD 70
2.9 WHAT WE HAVEN'T TOLD YOU 72
2.10 EXERCISES 74
3 APPROXIMATION OF FUNCTIONS AND DATA 77
3.1 SOME REPRESENTATIVE PROBLEMS 77
3.2 APPROXIMATION BY TAYLOR'S POLYNOMIALS 79
3.3 INTERPOLATION 80
3.3.1 LAGRANGIAN POLYNOMIAL INTERPOLATION 81
3.3.2 STABILITY OF POLYNOMIAL INTERPOLATION 86
3.3.3 INTERPOLATION AT CHEBYSHEV NODES 87
3.3.4 BARYCENTRIC INTERPOLATION FORMULA 90
3.3.5 TRIGONOMETRIC INTERPOLATION AND FFT 93
3.4 PIECEWISE LINEAR INTERPOLATION 98
3.5 APPROXIMATION BY SPLINE FUNCTIONS 100
3.6 THE LEAST-SQUARES METHOD 104
3.7 WHAT WE HAVEN'T TOLD YOU 108
3.8 EXERCISES 110
4 NUMERICAL DIFFERENTIATION AND INTEGRATION 113
4.1 SOME REPRESENTATIVE PROBLEMS 113
4.2 APPROXIMATION OF FUNCTION DERIVATIVES 115
4.3 NUMERICAL INTEGRATION 117
4.3.1 MIDPOINT FORMULA 118
4.3.2 TRAPEZOIDAL FORMULA 120
4.3.3 SIMPSON FORMULA 121
4.4 INTERPOLATORY QUADRATURES 123
4.5 SIMPSON ADAPTIVE FORMULA 127
4.6 MONTE CARLO METHODS FOR NUMERICAL INTEGRATION 131
4.7 WHAT WE HAVEN'T TOLD YOU 133
4.8 EXERCISES 134
5 LINEAR SYSTEMS 137
5.1 SOME REPRESENTATIVE PROBLEMS 137
5.2 LINEAR SYSTEM AND COMPLEXITY 142
5.3 THE LU FACTORIZATION METHOD 143
5.4 THE PIVOTING TECHNIQUE 154
5.4.1 THE
FILL-IN
OF A MATRIX 157
5.5 HOW ACCURATE IS THE SOLUTION OF A LINEAR SYSTEM? 158
5.6 HOW TO SOLVE A TRIDIAGONAL SYSTEM 162
CONTENTS XIII
5.7 OVERDETERMINED SYSTEMS 163
5.8 WHAT IS HIDDEN BEHIND THE MATLAB COMMAND \ 166
5.9 ITERATIVE METHODS 168
5.9.1 HOW TO CONSTRUCT AN ITERATIVE METHOD 169
5.10 RICHARDSON AND GRADIENT METHODS 174
5.11 THE CONJUGATE GRADIENT METHOD 177
5.12 WHEN SHOULD AN ITERATIVE METHOD BE STOPPED? 180
5.13 TO WRAP-UP: DIRECT OR ITERATIVE? 182
5.14 WHAT WE HAVEN'T TOLD YOU 188
5.15 EXERCISES 188
6 EIGENVALUES AND EIGENVECTORS 193
6.1 SOME REPRESENTATIVE PROBLEMS 194
6.2 THE POWER METHOD 196
6.2.1 CONVERGENCE ANALYSIS 199
6.3 GENERALIZATION OF THE POWER METHOD 201
6.4 HOW TO COMPUTE THE SHIFT 203
6.5 COMPUTATION OF ALL THE EIGENVALUES 206
6.6 WHAT WE HAVEN'T TOLD YOU 209
6.7 EXERCISES 210
7 NUMERICAL OPTIMIZATION 213
7.1 SOME REPRESENTATIVE PROBLEMS 214
7.2 UNCONSTRAINED OPTIMIZATION 217
7.3 DERIVATIVE FREE METHODS 219
7.3.1 GOLDEN SECTION AND QUADRATIC INTERPOLATION
METHODS 219
7.3.2 NELDER AND MEAD METHOD 223
7.4 THE NEWTON METHOD 227
7.5 DESCENT (OR LINE SEARCH) METHODS 228
7.5.1 DESCENT DIRECTIONS 229
7.5.2 STRATEGIES FOR CHOOSING THE STEPLENGTH AK 231
7.5.3 THE DESCENT METHOD WITH NEWTON'S DIRECTIONS 237
7.5.4 DESCENT METHODS WITH QUASI-NEWTON DIRECTIONS . 238
7.5.5 GRADIENT AND CONJUGATE GRADIENT
DESCENT METHODS 240
7.6 TRUST REGION METHODS 242
7.7 THE NONLINEAR LEAST SQUARES METHOD 248
7.7.1 GAUSS-NEWTON METHOD 249
7.7.2 LEVENBERG-MARQUARDT'S METHOD 252
7.8 CONSTRAINED OPTIMIZATION 253
7.8.1 THE PENALTY METHOD 259
7.8.2 THE AUGMENTED LAGRANGIAN METHOD 264
7.9 WHAT WE HAVEN'T TOLD YOU 267
7.10 EXERCISES 268
XIV CONTENTS
8 ORDINARY DIFFERENTIAL EQUATIONS 271
8.1 SOME REPRESENTATIVE PROBLEMS 271
8.2 THE CAUCHY PROBLEM 274
8.3 EULER METHODS 275
8.3.1 CONVERGENCE ANALYSIS 278
8.4 THE CRANK-NICOLSON METHOD 282
8.5 ZERO-STABILITY 284
8.6 STABILITY ON UNBOUNDED INTERVALS 286
8.6.1 THE REGION OF ABSOLUTE STABILITY 289
8.6.2 ABSOLUTE STABILITY CONTROLS PERTURBATIONS 290
8.6.3 STEPSIZE ADAPTIVITY FOR THE FORWARD EULER
METHOD 297
8.7 HIGH ORDER METHODS 300
8.8 THE PREDICTOR-CORRECTOR METHODS 305
8.9 SYSTEMS OF DIFFERENTIAL EQUATIONS 307
8.10 SOME EXAMPLES 313
8.10.1 THE SPHERICAL PENDULUM 313
8.10.2 THE THREE-BODY PROBLEM 317
8.10.3 SOME STIFF PROBLEMS 319
8.11 WHAT WE HAVEN'T TOLD YOU 325
8.12 EXERCISES 326
9 NUMERICAL APPROXIMATION OF BOUNDARY-VALUE
PROBLEMS 329
9.1 SOME REPRESENTATIVE PROBLEMS 330
9.2 APPROXIMATION OF BOUNDARY-VALUE PROBLEMS 332
9.2.1 FINITE DIFFERENCE APPROXIMATION OF THE
ONE-DIMENSIONAL POISSON PROBLEM 333
9.2.2 FINITE DIFFERENCE APPROXIMATION OF A
CONVECTION-DOMINATED PROBLEM 336
9.2.3 FINITE ELEMENT APPROXIMATION OF THE
ONE-DIMENSIONAL POISSON PROBLEM 337
9.2.4 FINITE DIFFERENCE APPROXIMATION OF THE
TWO-DIMENSIONAL POISSON PROBLEM 341
9.2.5 CONSISTENCY AND CONVERGENCE OF FINITE DIFFERENCE
DISCRETIZATION OF THE POISSON PROBLEM 347
9.2.6 FINITE DIFFERENCE APPROXIMATION OF THE
ONE-DIMENSIONAL HEAT EQUATION 348
9.2.7 FINITE ELEMENT APPROXIMATION OF THE
ONE-DIMENSIONAL HEAT EQUATION 352
9.3 HYPERBOLIC EQUATIONS: A SCALAR PURE ADVECTION
PROBLEM 355
9.3.1 FINITE DIFFERENCE DISCRETIZATION OF THE SCALAR
TRANSPORT EQUATION 357
CONTENTS
XV
9.3.2 FINITE DIFFERENCE ANALYSIS FOR THE SCALAR TRANSPORT
EQUATION 359
9.3.3 FINITE ELEMENT SPACE DISCRETIZATION OF THE SCALAR
ADVECTION EQUATION 366
9.4 THE WAVE EQUATION 367
9.4.1 FINITE DIFFERENCE APPROXIMATION OF THE WAVE
EQUATION 369
9.5 WHAT WE HAVEN'T TOLD YOU 373
9.6 EXERCISES 374
10 SOLUTIONS OF THE EXERCISES 377
10.1 CHAPTER 1 377
10.2 CHAPTER 2 380
10.3 CHAPTER 3 385
10.4 CHAPTER 4 389
10.5 CHAPTER 5 394
10.6 CHAPTER 6 401
10.7 CHAPTER 7 404
10.8 CHAPTER 8 411
10.9 CHAPTER 9 422
REFERENCES 429
INDEX 435 |
any_adam_object | 1 |
author | Quarteroni, Alfio 1952- Saleri, Fausto 1965-2007 Gervasio, Paola |
author_GND | (DE-588)120370158 (DE-588)120434571 |
author_facet | Quarteroni, Alfio 1952- Saleri, Fausto 1965-2007 Gervasio, Paola |
author_role | aut aut aut |
author_sort | Quarteroni, Alfio 1952- |
author_variant | a q aq f s fs p g pg |
building | Verbundindex |
bvnumber | BV041551808 |
classification_rvk | ST 601 |
classification_tum | DAT 306f MAT 650f |
ctrlnum | (OCoLC)865147291 (DE-599)DNB1044795212 |
dewey-full | 518 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 518 - Numerical analysis |
dewey-raw | 518 |
dewey-search | 518 |
dewey-sort | 3518 |
dewey-tens | 510 - Mathematics |
discipline | Informatik Mathematik |
edition | 4. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a22000008cb4500</leader><controlfield tag="001">BV041551808</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20150708</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">140110s2014 gw d||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">13,N50</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1044795212</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783642453663</subfield><subfield code="c">Print</subfield><subfield code="9">978-3-642-45366-3</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783642453663</subfield></datafield><datafield tag="028" ind1="5" ind2="2"><subfield code="a">Best.-Nr.: 86353260</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)865147291</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1044795212</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-91G</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-1102</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">518</subfield><subfield code="2">22/ger</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">DAT 306f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">68N15</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 650f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">68U01</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">68W30</subfield><subfield code="2">msc</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Quarteroni, Alfio</subfield><subfield code="d">1952-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)120370158</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Scientific computing with MATLAB and Octave</subfield><subfield code="c">Alfio Quarteroni ; Fausto Saleri ; Paola Gervasio</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">4. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2014</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVIII, 442 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="1" ind2=" "><subfield code="a">Texts in computational science and engineering</subfield><subfield code="v">2</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="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=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" 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="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Saleri, Fausto</subfield><subfield code="d">1965-2007</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)120434571</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Gervasio, Paola</subfield><subfield code="e">Verfasser</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</subfield><subfield code="z">978-3-642-45367-0</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Texts in computational science and engineering</subfield><subfield code="v">2</subfield><subfield code="w">(DE-604)BV016971315</subfield><subfield code="9">2</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=4528688&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=026997532&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</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><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-026997532</subfield></datafield></record></collection> |
id | DE-604.BV041551808 |
illustrated | Illustrated |
indexdate | 2024-08-03T01:10:10Z |
institution | BVB |
isbn | 9783642453663 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-026997532 |
oclc_num | 865147291 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-11 DE-29T DE-573 DE-384 DE-92 DE-1102 DE-188 DE-83 |
owner_facet | DE-91G DE-BY-TUM DE-11 DE-29T DE-573 DE-384 DE-92 DE-1102 DE-188 DE-83 |
physical | XVIII, 442 S. graph. Darst. |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Springer |
record_format | marc |
series | Texts in computational science and engineering |
series2 | Texts in computational science and engineering |
spelling | Quarteroni, Alfio 1952- Verfasser (DE-588)120370158 aut Scientific computing with MATLAB and Octave Alfio Quarteroni ; Fausto Saleri ; Paola Gervasio 4. ed. Berlin [u.a.] Springer 2014 XVIII, 442 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Texts in computational science and engineering 2 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 Numerische Mathematik (DE-588)4042805-9 s MATLAB (DE-588)4329066-8 s DE-604 Wissenschaftliches Rechnen (DE-588)4338507-2 s 1\p DE-604 Saleri, Fausto 1965-2007 Verfasser (DE-588)120434571 aut Gervasio, Paola Verfasser aut Erscheint auch als Online-Ausgabe 978-3-642-45367-0 Texts in computational science and engineering 2 (DE-604)BV016971315 2 X:MVB text/html http://deposit.dnb.de/cgi-bin/dokserv?id=4528688&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=026997532&sequence=000001&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 | Quarteroni, Alfio 1952- Saleri, Fausto 1965-2007 Gervasio, Paola Scientific computing with MATLAB and Octave Texts in computational science and engineering 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 |
title | Scientific computing with MATLAB and Octave |
title_auth | Scientific computing with MATLAB and Octave |
title_exact_search | Scientific computing with MATLAB and Octave |
title_full | Scientific computing with MATLAB and Octave Alfio Quarteroni ; Fausto Saleri ; Paola Gervasio |
title_fullStr | Scientific computing with MATLAB and Octave Alfio Quarteroni ; Fausto Saleri ; Paola Gervasio |
title_full_unstemmed | Scientific computing with MATLAB and Octave Alfio Quarteroni ; Fausto Saleri ; Paola Gervasio |
title_short | Scientific computing with MATLAB and Octave |
title_sort | scientific computing with matlab and octave |
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 |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=4528688&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=026997532&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV016971315 |
work_keys_str_mv | AT quarteronialfio scientificcomputingwithmatlabandoctave AT salerifausto scientificcomputingwithmatlabandoctave AT gervasiopaola scientificcomputingwithmatlabandoctave |