An introduction to numerical methods: a MATLAB approach
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton [u.a.]
Chapman & Hall / CRC
2006
|
Ausgabe: | 2. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 608 S. graph. Darst. 1 CD-ROM (12 cm) |
ISBN: | 1584885572 9781584885573 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV021314803 | ||
003 | DE-604 | ||
005 | 20070322 | ||
007 | t | ||
008 | 060131s2006 d||| |||| 00||| eng d | ||
020 | |a 1584885572 |9 1-58488-557-2 | ||
020 | |a 9781584885573 |9 978-1-58488-557-3 | ||
035 | |a (OCoLC)1405779209 | ||
035 | |a (DE-599)BVBBV021314803 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-29T | ||
050 | 0 | |a QA297 | |
082 | 0 | |a 518 |2 22 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Kharab, Abdelwahab |e Verfasser |4 aut | |
245 | 1 | 0 | |a An introduction to numerical methods |b a MATLAB approach |c Abdelwahab Kharab ; Ronald B. Guenther |
246 | 1 | 3 | |a A MATLAB approach |
250 | |a 2. ed. | ||
264 | 1 | |a Boca Raton [u.a.] |b Chapman & Hall / CRC |c 2006 | |
300 | |a 608 S. |b graph. Darst. |e 1 CD-ROM (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
630 | 0 | 4 | |a MATLAB |
650 | 4 | |a Analyse numérique - Informatique | |
650 | 7 | |a Analyse numérique - Informatique |2 ram | |
650 | 7 | |a MATLAB (logiciel) |2 ram | |
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 |
650 | 0 | 7 | |a Numerische Mathematik |0 (DE-588)4042805-9 |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 | |
700 | 1 | |a Guenther, Ronald B. |e Verfasser |4 aut | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014635295&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-014635295 |
Datensatz im Suchindex
_version_ | 1804135120297263104 |
---|---|
adam_text | SECOND EDITION AN INTRODUCTION TO NUMERICAL METHODS A MATLAB APPROACH
ABDELWAHAB KHARAB KINGFAHD UNIVERSITY OF PETROLEUM AND MINERALS RONALD
B. GUENTHER OREGON STATE UNIVERSITY ^IJCHAPMAN & HALL/CRC ^ 1 1 TAYLOR
& FRANCIS GROUP BOCA RATON LONDON NEW YORK SINGAPORE CONTENTS 1
INTRODUCTION 1 1.1 ABOUT THE SOFTWARE MATLAB 1 1.2 AN INTRODUCTION TO
MATLAB 2 1.2.1 MATRICES AND MATRIX COMPUTATION 2 1.2.2 POLYNOMIALS 7
1.2.3 OUTPUT FORMAT 8 1.2.4 PLANAR PLOTS 9 1.2.5 3-D MESH PLOTS 10 1.2.6
FUNCTION FILES 11 1.2.7 DEFINING FUNCTIONS 12 1.2.8 RELATIONS AND LOOPS
13 1.3 TAYLOR SERIES 17 2 NUMBER SYSTEM AND ERRORS 25 2.1 FLOATING-POINT
ARITHMETIC . 25 2.2 ROUND-OFF ERRORS 30 2.3 TRUNCATION ERROR 36 2.4
INTERVAL ARITHMETIC 38 3 ROOTS OF EQUATIONS 45 3.1 THE BISECTION METHOD
47 3.2 THE METHOD OF FALSE POSITION 55 3.3 FIXED-POINT ITERATION 62 3.4
THE SECANT METHOD 70 3.5 NEWTON S METHOD 76 3.6 CONVERGENCE OF THE
NEWTON AND SECANT METHODS 87 3.7 MULTIPLE ROOTS AND THE MODIFIED NEWTON
METHOD 90 3.8 NEWTON S METHOD FOR NONLINEAR SYSTEMS 97 APPLIED PROBLEMS
103 4 SYSTEM OF LINEAR EQUATIONS 111 4.1 MATRICES AND MATRIX OPERATIONS
112 4.2 NAIVE GAUSSIAN ELIMINATION 116 4.3 GAUSSIAN ELIMINATION WITH
SCALED PARTIAL PIVOTING 124 4.4 LU DECOMPOSITION 139 4.4.1 CROUT S AND
CHOLESKI S METHODS 140 4.4.2 GAUSSIAN ELIMINATION METHOD 144 4.5
ITERATIVE METHODS 155 4.5.1 JACOBI ITERATIVE METHOD 156 4.5.2
GAUSS-SEIDEL ITERATIVE METHOD 159 4.5.3 CONVERGENCE 160 APPLIED PROBLEMS
170 5 INTERPOLATION 179 5.1 POLYNOMIAL INTERPOLATION THEORY 180 5.2
NEWTON S DIVIDED DIFFERENCE INTERPOLAT- ING POLYNOMIAL 183 5.3 THE ERROR
OF THE INTERPOLATING POLYNOMIAL 195 5.4 LAGRANGE INTERPOLATING
POLYNOMIAL ... 201 APPLIED PROBLEMS 207 6 INTERPOLATION WITH SPLINE
FUNCTIONS 211 6.1 PIECEWISE LINEAR INTERPOLATION 212 6.2 QUADRATIC
SPLINE 219 6.3 NATURAL CUBIC SPLINES 224 APPLIED PROBLEMS 240 7 THE
METHOD OF LEAST SQUARES 243 7.1 LINEAR LEAST SQUARES 244 7.2 LEAST
SQUARES POLYNOMIAL 251 7.3 NONLINEAR LEAST SQUARES 260 7.3.1 EXPONENTIAL
FORM 260 7.3.2 HYPERBOLIC FORM 262 7.4 TRIGONOMETRIC LEAST SQUARES
POLYNOMIAL 269 APPLIED PROBLEMS 272 8 NUMERICAL OPTIMIZATION 275 8.1
ANALYSIS OF SINGLE-VARIABLE FUNCTIONS . . 276 8.2 LINE SEARCH METHODS
278 8.2.1 BRACKETING THE MINIMUM 278 8.2.2 GOLDEN SECTION SEARCH 279
8.2.3 FIBONACCI SEARCH 283 8.2.4 PARABOLIC INTERPOLATION 286 8.3
MINIMIZATION USING DERIVATIVES 294 8.3.1 NEWTON S METHOD 294 8.3.2
SECANT METHOD 295 APPLIED PROBLEMS 298 9 NUMERICAL DIFFERENTIATION 301
9.1 NUMERICAL DIFFERENTIATION 301 9.2 RICHARDSON S FORMULA 309 APPLIED
PROBLEMS 316 10 NUMERICAL INTEGRATION 321 10.1 TRAPEZOIDAL RULE 322 10.2
SIMPSON S RULE 333 10.3 ROMBERG ALGORITHM 344 10.4 GAUSSIAN QUADRATURE
353 APPLIED PROBLEMS 365 11 NUMERICAL METHODS FOR DIFFERENTIAL EQUATIONS
371 11.1 EULER S METHOD 372 11.2 ERROR ANALYSIS 380 11.3 HIGHER ORDER
TAYLOR SERIES METHODS ... 385 11.4 RUNGE-KUTTA METHODS 390 11.5
MULTISTEP METHODS 406 11.6 ADAMS-BASHFORTH METHODS 406 11.7
PREDICTOR-CORRECTOR METHODS 417 11.8 ADAMS-MOULTON METHODS 418 11.9
NUMERICAL STABILITY 427 11.10 HIGHER ORDER EQUATIONS AND SYSTEMS OF
DIFFERENTIAL EQUATIONS 431 11.11 IMPLICIT METHODS AND STIFF SYSTEMS ....
438 11.12 PHASE PLANE ANALYSIS: CHAOTIC DIFFERENTIAL EQUATIONS 441
APPLIED PROBLEMS 447 12 BOUNDARY-VALUE PROBLEMS 457 12.1
FINITE-DIFFERENCE METHODS 458 12.2 SHOOTING METHODS 467 12.2.1 THE
NONLINEAR CASE 467 12.2.2 THE LINEAR CASE 472 APPLIED PROBLEMS 480 13
EIGENVALUES AND EIGENVECTORS 485 13.1 BASIC THEORY 485 13.2 THE POWER
METHOD 490 13.3 THE QUADRATIC METHOD 494 13.4 EIGENVALUES FOR
BOUNDARY-VALUE PROBLEMS 505 13.5 BIFURCATIONS IN DIFFERENTIAL EQUATIONS
508 APPLIED PROBLEMS 513 14 PARTIAL DIFFERENTIAL EQUATIONS 515 14.1
PARABOLIC EQUATIONS 516 14.1.1 EXPLICIT METHODS 516 14.1.2 IMPLICIT
METHODS 521 14.2 HYPERBOLIC EQUATIONS 529 14.3 ELLIPTIC EQUATIONS 536
14.4 INTRODUCTION TO FINITE-ELEMENT METHOD . 543 14.4.1 THEORY 543
14.4.2 THE FINITE ELEMENT METHOD 551 APPLIED PROBLEMS 557 BIBLIOGRAPHY
AND REFERENCES 559 APPENDIX 565 A CALCULUS REVIEW 565 A.L LIMITS AND
CONTINUITY 565 A.2 DIFFERENTIATION 566 A.3 INTEGRATION 567 B MATLAB
BUILT-IN FUNCTIONS 569 C TEXT MATLAB FUNCTIONS 573 ANSWERS TO SELECTED
EXERCISES 575 INDEX 603
|
adam_txt |
SECOND EDITION AN INTRODUCTION TO NUMERICAL METHODS A MATLAB APPROACH
ABDELWAHAB KHARAB KINGFAHD UNIVERSITY OF PETROLEUM AND MINERALS RONALD
B. GUENTHER OREGON STATE UNIVERSITY ^IJCHAPMAN & HALL/CRC ^ 1 1 TAYLOR
& FRANCIS GROUP BOCA RATON LONDON NEW YORK SINGAPORE CONTENTS 1
INTRODUCTION 1 1.1 ABOUT THE SOFTWARE MATLAB 1 1.2 AN INTRODUCTION TO
MATLAB 2 1.2.1 MATRICES AND MATRIX COMPUTATION 2 1.2.2 POLYNOMIALS 7
1.2.3 OUTPUT FORMAT 8 1.2.4 PLANAR PLOTS 9 1.2.5 3-D MESH PLOTS 10 1.2.6
FUNCTION FILES 11 1.2.7 DEFINING FUNCTIONS 12 1.2.8 RELATIONS AND LOOPS
13 1.3 TAYLOR SERIES 17 2 NUMBER SYSTEM AND ERRORS 25 2.1 FLOATING-POINT
ARITHMETIC . 25 2.2 ROUND-OFF ERRORS 30 2.3 TRUNCATION ERROR 36 2.4
INTERVAL ARITHMETIC 38 3 ROOTS OF EQUATIONS 45 3.1 THE BISECTION METHOD
47 3.2 THE METHOD OF FALSE POSITION 55 3.3 FIXED-POINT ITERATION 62 3.4
THE SECANT METHOD 70 3.5 NEWTON'S METHOD 76 3.6 CONVERGENCE OF THE
NEWTON AND SECANT METHODS 87 3.7 MULTIPLE ROOTS AND THE MODIFIED NEWTON
METHOD 90 3.8 NEWTON'S METHOD FOR NONLINEAR SYSTEMS 97 APPLIED PROBLEMS
103 4 SYSTEM OF LINEAR EQUATIONS 111 4.1 MATRICES AND MATRIX OPERATIONS
112 4.2 NAIVE GAUSSIAN ELIMINATION 116 4.3 GAUSSIAN ELIMINATION WITH
SCALED PARTIAL PIVOTING 124 4.4 LU DECOMPOSITION 139 4.4.1 CROUT'S AND
CHOLESKI'S METHODS 140 4.4.2 GAUSSIAN ELIMINATION METHOD 144 4.5
ITERATIVE METHODS 155 4.5.1 JACOBI ITERATIVE METHOD 156 4.5.2
GAUSS-SEIDEL ITERATIVE METHOD 159 4.5.3 CONVERGENCE 160 APPLIED PROBLEMS
170 5 INTERPOLATION 179 5.1 POLYNOMIAL INTERPOLATION THEORY 180 5.2
NEWTON'S DIVIDED DIFFERENCE INTERPOLAT- ING POLYNOMIAL 183 5.3 THE ERROR
OF THE INTERPOLATING POLYNOMIAL 195 5.4 LAGRANGE INTERPOLATING
POLYNOMIAL . 201 APPLIED PROBLEMS 207 6 INTERPOLATION WITH SPLINE
FUNCTIONS 211 6.1 PIECEWISE LINEAR INTERPOLATION 212 6.2 QUADRATIC
SPLINE 219 6.3 NATURAL CUBIC SPLINES 224 APPLIED PROBLEMS 240 7 THE
METHOD OF LEAST SQUARES 243 7.1 LINEAR LEAST SQUARES 244 7.2 LEAST
SQUARES POLYNOMIAL 251 7.3 NONLINEAR LEAST SQUARES 260 7.3.1 EXPONENTIAL
FORM 260 7.3.2 HYPERBOLIC FORM 262 7.4 TRIGONOMETRIC LEAST SQUARES
POLYNOMIAL 269 APPLIED PROBLEMS 272 8 NUMERICAL OPTIMIZATION 275 8.1
ANALYSIS OF SINGLE-VARIABLE FUNCTIONS . . 276 8.2 LINE SEARCH METHODS
278 8.2.1 BRACKETING THE MINIMUM 278 8.2.2 GOLDEN SECTION SEARCH 279
8.2.3 FIBONACCI SEARCH 283 8.2.4 PARABOLIC INTERPOLATION 286 8.3
MINIMIZATION USING DERIVATIVES 294 8.3.1 NEWTON'S METHOD 294 8.3.2
SECANT METHOD 295 APPLIED PROBLEMS 298 9 NUMERICAL DIFFERENTIATION 301
9.1 NUMERICAL DIFFERENTIATION 301 9.2 RICHARDSON'S FORMULA 309 APPLIED
PROBLEMS 316 10 NUMERICAL INTEGRATION 321 10.1 TRAPEZOIDAL RULE 322 10.2
SIMPSON'S RULE 333 10.3 ROMBERG ALGORITHM 344 10.4 GAUSSIAN QUADRATURE
353 APPLIED PROBLEMS 365 11 NUMERICAL METHODS FOR DIFFERENTIAL EQUATIONS
371 11.1 EULER'S METHOD 372 11.2 ERROR ANALYSIS 380 11.3 HIGHER ORDER
TAYLOR SERIES METHODS . 385 11.4 RUNGE-KUTTA METHODS 390 11.5
MULTISTEP METHODS 406 11.6 ADAMS-BASHFORTH METHODS 406 11.7
PREDICTOR-CORRECTOR METHODS 417 11.8 ADAMS-MOULTON METHODS 418 11.9
NUMERICAL STABILITY 427 11.10 HIGHER ORDER EQUATIONS AND SYSTEMS OF
DIFFERENTIAL EQUATIONS 431 11.11 IMPLICIT METHODS AND STIFF SYSTEMS .
438 11.12 PHASE PLANE ANALYSIS: CHAOTIC DIFFERENTIAL EQUATIONS 441
APPLIED PROBLEMS 447 12 BOUNDARY-VALUE PROBLEMS 457 12.1
FINITE-DIFFERENCE METHODS 458 12.2 SHOOTING METHODS 467 12.2.1 THE
NONLINEAR CASE 467 12.2.2 THE LINEAR CASE 472 APPLIED PROBLEMS 480 13
EIGENVALUES AND EIGENVECTORS 485 13.1 BASIC THEORY 485 13.2 THE POWER
METHOD 490 13.3 THE QUADRATIC METHOD 494 13.4 EIGENVALUES FOR
BOUNDARY-VALUE PROBLEMS 505 13.5 BIFURCATIONS IN DIFFERENTIAL EQUATIONS
508 APPLIED PROBLEMS 513 14 PARTIAL DIFFERENTIAL EQUATIONS 515 14.1
PARABOLIC EQUATIONS 516 14.1.1 EXPLICIT METHODS 516 14.1.2 IMPLICIT
METHODS 521 14.2 HYPERBOLIC EQUATIONS 529 14.3 ELLIPTIC EQUATIONS 536
14.4 INTRODUCTION TO FINITE-ELEMENT METHOD . 543 14.4.1 THEORY 543
14.4.2 THE FINITE ELEMENT METHOD 551 APPLIED PROBLEMS 557 BIBLIOGRAPHY
AND REFERENCES 559 APPENDIX 565 A CALCULUS REVIEW 565 A.L LIMITS AND
CONTINUITY 565 A.2 DIFFERENTIATION 566 A.3 INTEGRATION 567 B MATLAB
BUILT-IN FUNCTIONS 569 C TEXT MATLAB FUNCTIONS 573 ANSWERS TO SELECTED
EXERCISES 575 INDEX 603 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Kharab, Abdelwahab Guenther, Ronald B. |
author_facet | Kharab, Abdelwahab Guenther, Ronald B. |
author_role | aut aut |
author_sort | Kharab, Abdelwahab |
author_variant | a k ak r b g rb rbg |
building | Verbundindex |
bvnumber | BV021314803 |
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 |
ctrlnum | (OCoLC)1405779209 (DE-599)BVBBV021314803 |
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 |
discipline_str_mv | Informatik Mathematik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01795nam a2200481 c 4500</leader><controlfield tag="001">BV021314803</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20070322 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">060131s2006 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1584885572</subfield><subfield code="9">1-58488-557-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781584885573</subfield><subfield code="9">978-1-58488-557-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1405779209</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV021314803</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-29T</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA297</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">518</subfield><subfield code="2">22</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="100" ind1="1" ind2=" "><subfield code="a">Kharab, Abdelwahab</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">An introduction to numerical methods</subfield><subfield code="b">a MATLAB approach</subfield><subfield code="c">Abdelwahab Kharab ; Ronald B. Guenther</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">A MATLAB approach</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton [u.a.]</subfield><subfield code="b">Chapman & Hall / CRC</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">608 S.</subfield><subfield code="b">graph. Darst.</subfield><subfield code="e">1 CD-ROM (12 cm)</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="630" ind1="0" ind2="4"><subfield code="a">MATLAB</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Analyse numérique - Informatique</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Analyse numérique - Informatique</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">MATLAB (logiciel)</subfield><subfield code="2">ram</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="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="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="700" ind1="1" ind2=" "><subfield code="a">Guenther, Ronald B.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV 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=014635295&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-014635295</subfield></datafield></record></collection> |
id | DE-604.BV021314803 |
illustrated | Illustrated |
index_date | 2024-07-02T13:57:06Z |
indexdate | 2024-07-09T20:35:27Z |
institution | BVB |
isbn | 1584885572 9781584885573 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-014635295 |
oclc_num | 1405779209 |
open_access_boolean | |
owner | DE-29T |
owner_facet | DE-29T |
physical | 608 S. graph. Darst. 1 CD-ROM (12 cm) |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Chapman & Hall / CRC |
record_format | marc |
spelling | Kharab, Abdelwahab Verfasser aut An introduction to numerical methods a MATLAB approach Abdelwahab Kharab ; Ronald B. Guenther A MATLAB approach 2. ed. Boca Raton [u.a.] Chapman & Hall / CRC 2006 608 S. graph. Darst. 1 CD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier MATLAB Analyse numérique - Informatique Analyse numérique - Informatique ram MATLAB (logiciel) ram Datenverarbeitung Numerical analysis Data processing MATLAB (DE-588)4329066-8 gnd rswk-swf Numerische Mathematik (DE-588)4042805-9 gnd rswk-swf Numerische Mathematik (DE-588)4042805-9 s MATLAB (DE-588)4329066-8 s DE-604 Guenther, Ronald B. Verfasser aut GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014635295&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Kharab, Abdelwahab Guenther, Ronald B. An introduction to numerical methods a MATLAB approach MATLAB Analyse numérique - Informatique Analyse numérique - Informatique ram MATLAB (logiciel) ram Datenverarbeitung Numerical analysis Data processing MATLAB (DE-588)4329066-8 gnd Numerische Mathematik (DE-588)4042805-9 gnd |
subject_GND | (DE-588)4329066-8 (DE-588)4042805-9 |
title | An introduction to numerical methods a MATLAB approach |
title_alt | A MATLAB approach |
title_auth | An introduction to numerical methods a MATLAB approach |
title_exact_search | An introduction to numerical methods a MATLAB approach |
title_exact_search_txtP | An introduction to numerical methods a MATLAB approach |
title_full | An introduction to numerical methods a MATLAB approach Abdelwahab Kharab ; Ronald B. Guenther |
title_fullStr | An introduction to numerical methods a MATLAB approach Abdelwahab Kharab ; Ronald B. Guenther |
title_full_unstemmed | An introduction to numerical methods a MATLAB approach Abdelwahab Kharab ; Ronald B. Guenther |
title_short | An introduction to numerical methods |
title_sort | an introduction to numerical methods a matlab approach |
title_sub | a MATLAB approach |
topic | MATLAB Analyse numérique - Informatique Analyse numérique - Informatique ram MATLAB (logiciel) ram Datenverarbeitung Numerical analysis Data processing MATLAB (DE-588)4329066-8 gnd Numerische Mathematik (DE-588)4042805-9 gnd |
topic_facet | MATLAB Analyse numérique - Informatique MATLAB (logiciel) Datenverarbeitung Numerical analysis Data processing Numerische Mathematik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014635295&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT kharababdelwahab anintroductiontonumericalmethodsamatlabapproach AT guentherronaldb anintroductiontonumericalmethodsamatlabapproach AT kharababdelwahab amatlabapproach AT guentherronaldb amatlabapproach |