Numerical computing with MATLAB:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Philadelphia
Soc. for Industrial and Applied Mathematics
2004
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Includes bibliographical references and index |
Beschreibung: | XI, 336 S. Ill., graph. Darst. |
ISBN: | 0898715601 9780898715606 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV019417751 | ||
003 | DE-604 | ||
005 | 20091013 | ||
007 | t | ||
008 | 041011s2004 xxuad|| |||| 00||| eng d | ||
010 | |a 2004045360 | ||
020 | |a 0898715601 |c pbk. |9 0-89871-560-1 | ||
020 | |a 9780898715606 |9 978-0-898715-60-6 | ||
035 | |a (OCoLC)1405666088 | ||
035 | |a (DE-599)BVBBV019417751 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-20 |a DE-91G |a DE-19 |a DE-29T |a DE-M347 |a DE-898 |a DE-634 |a DE-188 | ||
050 | 0 | |a QA297 | |
082 | 0 | |a 518/.0285 |2 22 | |
082 | 0 | |a 518.0285 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a ST 620 |0 (DE-625)143684: |2 rvk | ||
084 | |a DAT 306f |2 stub | ||
100 | 1 | |a Moler, Cleve B. |d 1939- |e Verfasser |0 (DE-588)107887975 |4 aut | |
245 | 1 | 0 | |a Numerical computing with MATLAB |c Cleve B. Moler |
264 | 1 | |a Philadelphia |b Soc. for Industrial and Applied Mathematics |c 2004 | |
300 | |a XI, 336 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes bibliographical references and index | ||
630 | 0 | 4 | |a MATLAB |
650 | 7 | |a Data-analyse |2 gtt | |
650 | 7 | |a MATLAB |2 gtt | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Numerical analysis |x Data processing | |
650 | 0 | 7 | |a MATLAB |0 (DE-588)4329066-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m HEBIS Datenaustausch Darmstadt |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012879502&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-012879502 |
Datensatz im Suchindex
_version_ | 1804132880347037696 |
---|---|
adam_text | NUMERICAL COMPUTING WITH MATLAB CLEVE B. MOLER THE MATHWORKS, INC.
SOCIETY FOR INDUSTRIAL AND APPLIED MATHEMATICS PHILADELPHIA CONTENTS
PREFACE IX 1 INTRODUCTION TO MATLAB 1 1.1 THE GOLDEN RATIO 1 1.2
FIBONACCI NUMBERS 7 1.3 FRACTAL FERN 13 1.4 MAGIC SQUARES 18 1.5
CRYPTOGRAPHY 26 1.6 THE 3N + 1 SEQUENCE 31 1.7 FLOATING-POINT ARITHMETIC
33 1.8 FURTHER READING 41 EXERCISES 41 2 LINEAR EQUATIONS 53 2.1 SOLVING
LINEAR SYSTEMS 53 2.2 THE MATLAB BACKSLASH OPERATOR 54 2.3 A 3-BY-3
EXAMPLE 54 2.4 PERMUTATION AND TRIANGULAR MATRICES 56 2.5 LU
FACTORIZATION 57 2.6 WHY IS PIVOTING NECESSARY? 58 2.7 LUTX, BSLASHTX,
LUGUI 60 2.8 EFFECT OF ROUNDOFF ERRORS 63 2.9 NORMS AND CONDITION
NUMBERS 66 2.10 SPARSE MATRICES AND BAND MATRICES 72 2.11 PAGERANK AND
MARKOV CHAINS 74 2.12 FURTHER READING 81 EXERCISES 82 3 INTERPOLATION 93
3.1 THE INTERPOLATING POLYNOMIAL 93 3.2 PIECEWISE LINEAR INTERPOLATION
98 3.3 PIECEWISE CUBIC HERMITE INTERPOLATION 99 3.4 SHAPE-PRESERVING
PIECEWISE CUBIC 100 3.5 CUBIC SPLINE 102 VI CONTENTS 3.6 PCHIPTX,
SPLINETX 105 3.7 INTERPGUI 108 EXERCISES 110 4 ZEROS AND ROOTS 117 4.1
BISECTION 117 4.2 NEWTON S METHOD 119 4.3 A PERVERSE EXAMPLE 121 4.4
SECANT METHOD 122 4.5 INVERSE QUADRATIC INTERPOLATION 123 4.6 ZEROIN 124
4.7 FZEROTX, FEVAL 124 4.8 FZEROGUI 129 4.9 VALUE FINDING AND REVERSE
INTERPOLATION 132 4.10 OPTIMIZATION AND FMINTX 132 EXERCISES 135 5 LEAST
SQUARES 141 5.1 MODELS AND CURVE FITTING 141 5.2 NORMS 143 5.3 CENSUSGUI
144 5.4 HOUSEHOLDER REFLECTIONS 145 5.5 THE QR FACTORIZATION 147 5.6
PSEUDOINVERSE 152 5.7 RANK DEFICIENCY 154 5.8 SEPARABLE LEAST SQUARES
156 5.9 FURTHER READING 159 EXERCISES 159 6 QUADRATURE 167 6.1 ADAPTIVE
QUADRATURE 167 6.2 BASIC QUADRATURE RULES 168 6.3 QUADTX, QUADGUI 170
6.4 SPECIFYING INTEGRANDS 173 6.5 PERFORMANCE 175 6.6 INTEGRATING
DISCRETE DATA 177 6.7 FURTHER READING 179 EXERCISES 179 7 ORDINARY
DIFFERENTIAL EQUATIONS 187 7.1 INTEGRATING DIFFERENTIAL EQUATIONS 187
7.2 SYSTEMS OF EQUATIONS 188 7.3 LINEARIZED DIFFERENTIAL EQUATIONS 189
7.4 SINGLE-STEP METHODS 191 7.5 THE BS23 ALGORITHM 194 7.6 ODE23TX 196
7.7 EXAMPLES 199 CONTENTS VII 7.8 LORENZ ATTRACTOR 202 7.9 STIFFNESS 204
7.10 EVENTS 208 7.11 MULTISTEP METHODS 212 7.12 THE MATLAB ODE SOLVERS
212 7.13 ERRORS 213 7.14 PERFORMANCE 217 7.15 FURTHER READING 219
EXERCISES 219 8 FOURIER ANALYSIS 237 8.1 TOUCH-TONE DIALING 237 8.2
FINITE FOURIER TRANSFORM 241 8.3 F F TGUI 242 8.4 SUNSPOTS 244 8.5
PERIODIC TIME SERIES 248 8.6 FAST FINITE FOURIER TRANSFORM 249 8.7 F F
TTX 250 8.8 F F TMATRIX 251 8.9 OTHER FOURIER TRANSFORMS AND SERIES 252
8.10 FURTHER READING 254 EXERCISES 254 9 RANDOM NUMBERS 257 9.1
PSEUDORANDOM NUMBERS 257 9.2 UNIFORM DISTRIBUTION 257 9.3 NORMAL
DISTRIBUTION 260 9.4 RANDTX, RANDNTX 263 EXERCISES 265 10 EIGENVALUES
AND SINGULAR VALUES 269 10.1 EIGENVALUE AND SINGULAR VALUE
DECOMPOSITIONS 269 10.2 A SMALL EXAMPLE 272 10.3 EIGSHOW 273 10.4
CHARACTERISTIC POLYNOMIAL *. 275 10.5 SYMMETRIC AND HERMITIAN MATRICES
276 10.6 EIGENVALUE SENSITIVITY AND ACCURACY 277 10.7 SINGULAR VALUE
SENSITIVITY AND ACCURACY 283 10.8 JORDAN AND SCHUR FORMS 284 10.9 THE QR
ALGORITHM 285 10.10 EIGSVDGUI 287 10.11 PRINCIPAL COMPONENTS 289 10.12
CIRCLE GENERATOR 293 10.13 FURTHER READING 298 EXERCISES 298 VIII
CONTENTS 11 PARTIAL DIFFERENTIAL EQUATIONS 307 11.1 MODEL PROBLEMS 307
11.2 FINITE DIFFERENCE METHODS 308 11.3 MATRIX REPRESENTATION 310 11.4
NUMERICAL STABILITY 312 11.5 THE L-SHAPED MEMBRANE 314 EXERCISES 319
BIBLIOGRAPHY 327 INDEX 332
|
any_adam_object | 1 |
author | Moler, Cleve B. 1939- |
author_GND | (DE-588)107887975 |
author_facet | Moler, Cleve B. 1939- |
author_role | aut |
author_sort | Moler, Cleve B. 1939- |
author_variant | c b m cb cbm |
building | Verbundindex |
bvnumber | BV019417751 |
callnumber-first | Q - Science |
callnumber-label | QA297 |
callnumber-raw | QA297 |
callnumber-search | QA297 |
callnumber-sort | QA 3297 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 601 ST 620 |
classification_tum | DAT 306f |
ctrlnum | (OCoLC)1405666088 (DE-599)BVBBV019417751 |
dewey-full | 518/.0285 518.0285 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 518 - Numerical analysis |
dewey-raw | 518/.0285 518.0285 |
dewey-search | 518/.0285 518.0285 |
dewey-sort | 3518 3285 |
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>01741nam a2200481zc 4500</leader><controlfield tag="001">BV019417751</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20091013 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">041011s2004 xxuad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2004045360</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0898715601</subfield><subfield code="c">pbk.</subfield><subfield code="9">0-89871-560-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780898715606</subfield><subfield code="9">978-0-898715-60-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1405666088</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV019417751</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-898</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA297</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">518/.0285</subfield><subfield code="2">22</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">518.0285</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">ST 620</subfield><subfield code="0">(DE-625)143684:</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="100" ind1="1" ind2=" "><subfield code="a">Moler, Cleve B.</subfield><subfield code="d">1939-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)107887975</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Numerical computing with MATLAB</subfield><subfield code="c">Cleve B. Moler</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Philadelphia</subfield><subfield code="b">Soc. for Industrial and Applied Mathematics</subfield><subfield code="c">2004</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 336 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="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">MATLAB</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data-analyse</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">MATLAB</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Numerical analysis</subfield><subfield code="x">Data processing</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="689" ind1="0" ind2="0"><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="856" ind1="4" ind2="2"><subfield code="m">HEBIS Datenaustausch Darmstadt</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=012879502&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-012879502</subfield></datafield></record></collection> |
id | DE-604.BV019417751 |
illustrated | Illustrated |
indexdate | 2024-07-09T19:59:51Z |
institution | BVB |
isbn | 0898715601 9780898715606 |
language | English |
lccn | 2004045360 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-012879502 |
oclc_num | 1405666088 |
open_access_boolean | |
owner | DE-20 DE-91G DE-BY-TUM DE-19 DE-BY-UBM DE-29T DE-M347 DE-898 DE-BY-UBR DE-634 DE-188 |
owner_facet | DE-20 DE-91G DE-BY-TUM DE-19 DE-BY-UBM DE-29T DE-M347 DE-898 DE-BY-UBR DE-634 DE-188 |
physical | XI, 336 S. Ill., graph. Darst. |
publishDate | 2004 |
publishDateSearch | 2004 |
publishDateSort | 2004 |
publisher | Soc. for Industrial and Applied Mathematics |
record_format | marc |
spelling | Moler, Cleve B. 1939- Verfasser (DE-588)107887975 aut Numerical computing with MATLAB Cleve B. Moler Philadelphia Soc. for Industrial and Applied Mathematics 2004 XI, 336 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Includes bibliographical references and index MATLAB Data-analyse gtt MATLAB gtt Datenverarbeitung Numerical analysis Data processing MATLAB (DE-588)4329066-8 gnd rswk-swf MATLAB (DE-588)4329066-8 s DE-604 HEBIS Datenaustausch Darmstadt application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012879502&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Moler, Cleve B. 1939- Numerical computing with MATLAB MATLAB Data-analyse gtt MATLAB gtt Datenverarbeitung Numerical analysis Data processing MATLAB (DE-588)4329066-8 gnd |
subject_GND | (DE-588)4329066-8 |
title | Numerical computing with MATLAB |
title_auth | Numerical computing with MATLAB |
title_exact_search | Numerical computing with MATLAB |
title_full | Numerical computing with MATLAB Cleve B. Moler |
title_fullStr | Numerical computing with MATLAB Cleve B. Moler |
title_full_unstemmed | Numerical computing with MATLAB Cleve B. Moler |
title_short | Numerical computing with MATLAB |
title_sort | numerical computing with matlab |
topic | MATLAB Data-analyse gtt MATLAB gtt Datenverarbeitung Numerical analysis Data processing MATLAB (DE-588)4329066-8 gnd |
topic_facet | MATLAB Data-analyse Datenverarbeitung Numerical analysis Data processing |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012879502&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT molercleveb numericalcomputingwithmatlab |