Scientific computing with MATLAB:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English Italian |
Veröffentlicht: |
Berlin [u.a.]
Springer
2003
|
Schriftenreihe: | Texts in computational science and engineering
2 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Aus dem Ital. übers. |
Beschreibung: | IX, 257 S. graph. Darst. |
ISBN: | 3540443630 |
Internformat
MARC
LEADER | 00000nam a2200000zcb4500 | ||
---|---|---|---|
001 | BV017231587 | ||
003 | DE-604 | ||
005 | 20060210 | ||
007 | t | ||
008 | 030617s2003 xxud||| |||| 00||| eng d | ||
016 | 7 | |a 968041604 |2 DE-101 | |
020 | |a 3540443630 |9 3-540-44363-0 | ||
035 | |a (OCoLC)249316692 | ||
035 | |a (DE-599)BVBBV017231587 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 1 | |a eng |h ita | |
044 | |a xxu |c US | ||
049 | |a DE-703 |a DE-355 |a DE-20 |a DE-29T |a DE-Aug4 |a DE-91G |a DE-706 |a DE-521 |a DE-634 |a DE-19 |a DE-83 |a DE-11 | ||
050 | 0 | |a Q183.9.Q8313 2003 | |
082 | 0 | |a 502/.85/53 |2 21 | |
082 | 0 | |a 502/.85/53 21 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a 68N15 |2 msc | ||
084 | |a 28 |2 sdnb | ||
084 | |a DAT 306f |2 stub | ||
084 | |a 68W30 |2 msc | ||
084 | |a 68U01 |2 msc | ||
084 | |a 27 |2 sdnb | ||
084 | |a MAT 679f |2 stub | ||
100 | 1 | |a Quarteroni, Alfio |d 1952- |e Verfasser |0 (DE-588)120370158 |4 aut | |
240 | 1 | 0 | |a Introduzione al calcolo scientifico |
245 | 1 | 0 | |a Scientific computing with MATLAB |c Alfio Quarteroni ; Fausto Saleri |
264 | 1 | |a Berlin [u.a.] |b Springer |c 2003 | |
300 | |a IX, 257 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 | |
500 | |a Aus dem Ital. übers. | ||
630 | 0 | 4 | |a MATLAB. |
650 | 4 | |a Sciences - Informatique | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Naturwissenschaft | |
650 | 4 | |a Science -- Data processing | |
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 Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |D s |
689 | 0 | 1 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Numerische Mathematik |0 (DE-588)4042805-9 |D s |
689 | 1 | 1 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 1 | |5 DE-604 | |
700 | 1 | |a Saleri, Fausto |d 1965-2007 |e Verfasser |0 (DE-588)120434571 |4 aut | |
830 | 0 | |a Texts in computational science and engineering |v 2 |w (DE-604)BV016971315 |9 2 | |
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=010384046&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-010384046 |
Datensatz im Suchindex
_version_ | 1804130078693523456 |
---|---|
adam_text | ALFIO QUARTERONI FAUSTO SALERI SCIENTIFIC COMPUTING WITH MATLAB SPRINGER
CONTENTS 1. WHAT CAN T BE IGNORED 1 1.1 REAL NUMBERS 1 1.1.1 HOW DO WE
REPRESENT THEM 2 1.1.2 HOW DO WE OPERATE WITH FLOATING-POINT NUMBERS . 4
1.2 COMPLEX NUMBERS . 6 1.3 MATRICES 8 1.3.1 VECTORS 13 1.4 REAL
FUNCTIONS 14 1.4.1 THE ZEROS 16 1.4.2 POLYNOMIALS 17 1.4.3 INTEGRATION
AND DIFFERENTIATION 19 1.5 TO ERR IS NOT ONLY HUMAN 21 1.5.1 TALKING
ABOUT COSTS 24 1.6 A FEW MORE WORDS ABOUT MATLAB 26 1.6.1 MATLAB
STATEMENTS 29 1.6.2 PROGRAMMING IN MATLAB 30 1.7 WHAT WE HAVEN T TOLD
YOU 34 1.8 EXERCISES 34 2. NONLINEAR EQUATIONS 37 2.1 THE BISECTION
METHOD 38 2.2 THE NEWTON METHOD 42 VIII CONTENTS 2.3 FIXED POINT
ITERATIONS 47 2.3.1 HOW TO TERMINATE FIXED POINT ITERATIONS 50 2.4 WHAT
WE HAVEN T TOLD YOU 51 2.5 EXERCISES 53 3. APPROXIMATION OF FUNCTIONS
AND DATA 57 3.1 INTERPOLATION 59 3.1.1 LAGRANGIAN POLYNOMIAL
INTERPOLATION 60 3.1.2 CHEBYSHEV INTERPOLATION 66 3.1.3 TRIGONOMETRIC
INTERPOLATION AND FFT 67 3.2 PIECEWISE LINEAR INTERPOLATION 72 3.3
APPROXIMATION BY SPLINE FUNCTIONS 74 3.4 THE LEAST SQUARES METHOD 76 3.5
WHAT WE HAVEN T TOLD YOU 80 3.6 EXERCISES 81 4. NUMERICAL
DIFFERENTIATION AND INTEGRATION 83 4.1 APPROXIMATION OF FUNCTION
DERIVATIVES 84 4.2 NUMERICAL INTEGRATION 87 4.2.1 MIDPOINT FORMULA 87
4.2.2 TRAPEZOIDAL FORMULA 89 4.2.3 SIMPSON FORMULA 92 4.3 SIMPSON
ADAPTIVE FORMULA 95 4.4 WHAT WE HAVEN T TOLD YOU 99 4.5 EXERCISES 100 5.
LINEAR SYSTEMS 103 5.1 THE LU FACTORIZATION METHOD 106 5.2 THE TECHNIQUE
OF PIVOTING 113 5.3 HOW ACCURATE IS THE LU FACTORIZATION? 115 5.4 HOW TO
SOLVE A TRIDIAGONAL SYSTEM 120 5.5 ITERATIVE METHODS 122 5.5.1 HOW TO
CONSTRUCT AN ITERATIVE METHOD 123 5.6 WHEN SHOULD AN ITERATIVE METHOD BE
STOPPED? 128 5.7 RICHARDSON METHOD 130 5.8 WHAT WE HAVEN T TOLD YOU 134
5.9 EXERCISES 134 6. EIGENVALUES AND EIGENVECTORS 137 6.1 THE POWER
METHOD 140 6.1.1 CONVERGENCE ANALYSIS 142 6.2 GENERALIZATION OF THE
POWER METHOD 144 6.3 HOW TO COMPUTE THE SHIFT 146 CONTENTS IX 6.4
COMPUTATION OF ALL THE EIGENVALUES 148 6.5 WHAT WE HAVEN T TOLD YOU 149
6.6 EXERCISES 150 7. ORDINARY DIFFERENTIAL EQUATIONS 153 7.1 THE CAUCHY
PROBLEM 155 7.2 EULER METHODS 156 7.2.1 CONVERGENCE ANALYSIS 158 7.3 THE
CRANK-NICOLSON METHOD 162 7.4 ZERO-STABILITY 163 7.5 STABILITY ON
UNBOUNDED INTERVALS 165 7.5.1 ABSOLUTE STABILITY CONTROLS PERTURBATIONS
168 7.6 HIGH ORDER METHODS 174 7.7 THE PREDICTOR-CORRECTOR METHODS 176
7.8 SYSTEMS OF DIFFERENTIAL EQUATIONS 179 7.9 WHAT WE HAVEN T TOLD YOU
182 7.10 EXERCISES 184 8. NUMERICAL METHODS FOR BOUNDARY-VALUE PROBLEMS
187 8.1 APPROXIMATION OF BOUNDARY-VALUE PROBLEMS 190 8.1.1 APPROXIMATION
BY FINITE DIFFERENCES 190 8.1.2 APPROXIMATION BY FINITE ELEMENTS 192 8.2
FINITE DIFFERENCES IN 2 DIMENSIONS 195 8.2.1 CONSISTENCY AND CONVERGENCE
202 8.3 WHAT WE HAVEN T TOLD YOU 204 8.4 EXERCISES 205 9. SOLUTIONS OF
THE EXERCISES 207 9.1 CHAPTER 1 207 9.2 CHAPTER 2 209 9.3 CHAPTER 3 215
9.4 CHAPTER 4 219 9.5 CHAPTER 5 223 9.6 CHAPTER 6 228 9.7 CHAPTER 7 232
9.8 CHAPTER 8 241 BIBLIOGRAPHY 245 INDEX OF MATLAB PROGRAMS 249 INDEX
251
|
any_adam_object | 1 |
author | Quarteroni, Alfio 1952- Saleri, Fausto 1965-2007 |
author_GND | (DE-588)120370158 (DE-588)120434571 |
author_facet | Quarteroni, Alfio 1952- Saleri, Fausto 1965-2007 |
author_role | aut aut |
author_sort | Quarteroni, Alfio 1952- |
author_variant | a q aq f s fs |
building | Verbundindex |
bvnumber | BV017231587 |
callnumber-first | Q - Science |
callnumber-label | Q183 |
callnumber-raw | Q183.9.Q8313 2003 |
callnumber-search | Q183.9.Q8313 2003 |
callnumber-sort | Q 3183.9 Q8313 42003 |
callnumber-subject | Q - General Science |
classification_rvk | ST 601 |
classification_tum | DAT 306f MAT 679f |
ctrlnum | (OCoLC)249316692 (DE-599)BVBBV017231587 |
dewey-full | 502/.85/53 502/.85/5321 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 502 - Miscellany |
dewey-raw | 502/.85/53 502/.85/53 21 |
dewey-search | 502/.85/53 502/.85/53 21 |
dewey-sort | 3502 285 253 |
dewey-tens | 500 - Natural sciences and mathematics |
discipline | Allgemeine Naturwissenschaft Informatik Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02450nam a2200649zcb4500</leader><controlfield tag="001">BV017231587</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20060210 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">030617s2003 xxud||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">968041604</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540443630</subfield><subfield code="9">3-540-44363-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)249316692</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV017231587</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="1" ind2=" "><subfield code="a">eng</subfield><subfield code="h">ita</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-703</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-521</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">Q183.9.Q8313 2003</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">502/.85/53</subfield><subfield code="2">21</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">502/.85/53 21</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">68N15</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">28</subfield><subfield code="2">sdnb</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">68W30</subfield><subfield code="2">msc</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">27</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 679f</subfield><subfield code="2">stub</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="240" ind1="1" ind2="0"><subfield code="a">Introduzione al calcolo scientifico</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Scientific computing with MATLAB</subfield><subfield code="c">Alfio Quarteroni ; Fausto Saleri</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2003</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">IX, 257 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="500" ind1=" " ind2=" "><subfield code="a">Aus dem Ital. übers.</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">MATLAB.</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Sciences - Informatique</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Naturwissenschaft</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Science -- Data processing</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">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</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">Numerische Mathematik</subfield><subfield code="0">(DE-588)4042805-9</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="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="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">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=010384046&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-010384046</subfield></datafield></record></collection> |
id | DE-604.BV017231587 |
illustrated | Illustrated |
indexdate | 2024-07-09T19:15:19Z |
institution | BVB |
isbn | 3540443630 |
language | English Italian |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-010384046 |
oclc_num | 249316692 |
open_access_boolean | |
owner | DE-703 DE-355 DE-BY-UBR DE-20 DE-29T DE-Aug4 DE-91G DE-BY-TUM DE-706 DE-521 DE-634 DE-19 DE-BY-UBM DE-83 DE-11 |
owner_facet | DE-703 DE-355 DE-BY-UBR DE-20 DE-29T DE-Aug4 DE-91G DE-BY-TUM DE-706 DE-521 DE-634 DE-19 DE-BY-UBM DE-83 DE-11 |
physical | IX, 257 S. graph. Darst. |
publishDate | 2003 |
publishDateSearch | 2003 |
publishDateSort | 2003 |
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 Introduzione al calcolo scientifico Scientific computing with MATLAB Alfio Quarteroni ; Fausto Saleri Berlin [u.a.] Springer 2003 IX, 257 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Texts in computational science and engineering 2 Aus dem Ital. übers. MATLAB. Sciences - Informatique Datenverarbeitung Naturwissenschaft Science -- Data processing 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 Wissenschaftliches Rechnen (DE-588)4338507-2 s MATLAB (DE-588)4329066-8 s DE-604 Numerische Mathematik (DE-588)4042805-9 s Saleri, Fausto 1965-2007 Verfasser (DE-588)120434571 aut Texts in computational science and engineering 2 (DE-604)BV016971315 2 HEBIS Datenaustausch Darmstadt application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010384046&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Quarteroni, Alfio 1952- Saleri, Fausto 1965-2007 Scientific computing with MATLAB Texts in computational science and engineering MATLAB. Sciences - Informatique Datenverarbeitung Naturwissenschaft Science -- Data processing 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 |
title_alt | Introduzione al calcolo scientifico |
title_auth | Scientific computing with MATLAB |
title_exact_search | Scientific computing with MATLAB |
title_full | Scientific computing with MATLAB Alfio Quarteroni ; Fausto Saleri |
title_fullStr | Scientific computing with MATLAB Alfio Quarteroni ; Fausto Saleri |
title_full_unstemmed | Scientific computing with MATLAB Alfio Quarteroni ; Fausto Saleri |
title_short | Scientific computing with MATLAB |
title_sort | scientific computing with matlab |
topic | MATLAB. Sciences - Informatique Datenverarbeitung Naturwissenschaft Science -- Data processing Numerische Mathematik (DE-588)4042805-9 gnd MATLAB (DE-588)4329066-8 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd |
topic_facet | MATLAB. Sciences - Informatique Datenverarbeitung Naturwissenschaft Science -- Data processing Numerische Mathematik MATLAB Wissenschaftliches Rechnen |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010384046&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV016971315 |
work_keys_str_mv | AT quarteronialfio introduzionealcalcoloscientifico AT salerifausto introduzionealcalcoloscientifico AT quarteronialfio scientificcomputingwithmatlab AT salerifausto scientificcomputingwithmatlab |