Introduction to computational science and mathematics
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Sudbury, Mass. [u.a.]
Jones and Bartlett
1996
|
Schriftenreihe: | The Jones and Bartlett series in computational science and applied mathematics
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV011005596 | ||
003 | DE-604 | ||
005 | 20051118 | ||
007 | t | ||
008 | 961017s1996 d||| |||| 00||| eng d | ||
020 | |a 0867204737 |9 0-86720-473-7 | ||
035 | |a (OCoLC)33102278 | ||
035 | |a (DE-599)BVBBV011005596 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-703 |a DE-91 |a DE-20 | ||
050 | 0 | |a QA76.9.M35 | |
082 | 0 | |a 004/.01/51 |2 20 | |
084 | |a ST 230 |0 (DE-625)143617: |2 rvk | ||
084 | |a ST 600 |0 (DE-625)143681: |2 rvk | ||
084 | |a DAT 530f |2 stub | ||
100 | 1 | |a Van Loan, Charles F. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Introduction to computational science and mathematics |c Charles F. VanLoan |
264 | 1 | |a Sudbury, Mass. [u.a.] |b Jones and Bartlett |c 1996 | |
300 | |a XXV, 558 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a The Jones and Bartlett series in computational science and applied mathematics | |
650 | 7 | |a Computerwiskunde |2 gtt | |
650 | 4 | |a Informatik | |
650 | 4 | |a Mathematik | |
650 | 4 | |a Computer programming | |
650 | 4 | |a Computer science |x Mathematics | |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Mathematik |0 (DE-588)4037944-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Mathematik |0 (DE-588)4037944-9 |D s |
689 | 1 | 1 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 1 | |5 DE-604 | |
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=007368383&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-007368383 |
Datensatz im Suchindex
DE-BY-TUM_call_number | 0001/96 B 896 |
---|---|
DE-BY-TUM_katkey | 774464 |
DE-BY-TUM_media_number | 040001996901 |
_version_ | 1816711749682855936 |
adam_text | INTRODUCTION TO COMPUTATIONAL SCIENCE AND MATHEMATICS CHARLES F. VAN
LOAN DEPARTMENT OF COMPUTER SCIENCE CORNELL UNIVERSITY JONES AND
BARTLETT PUBLISHERS SUDBURY, MASSACHUSETTS F BOSTON LONDON SINGAP ORE
CONTENTS ACKNOWLEDGMENTS IX MATHEMATICAL FACTS XI PREFACE XVII FROM
FORMULA TO PROGRAM 1.1 A SMALL EXAMPLE 2 1.2 SINES AND COSINES 10 1.3
MAX S AND MIN S 15 1.4 FORMULAS THAT INVOLVE INTEGERS 19 2I NUMERICAL
EXPLORATION 25 2.1 DISCOVERING LIMITS 26 2.2 CONFIRMING CONJECTURES 35
2.3 THE FLOATING POINT TERRAIN 39 2.4 INTERACTIVE FRAMEWORKS 45 O
ELEMENTARY GRAPHICS * 49 3.1 GRIDS 49 3.2 RECTANGLES AND OVALS 59 3.3
GRANULARITY 67 4 SEQUENCES 75 4.1 SUMMATION 76 4.2 RECURSIONS 83 O
RANDOM SIMULATIONS 89 5.1 GENERATING RANDOM REALS AND INTEGERS 89 5.2
ESTIMATING PROBABILITIES AND AVERAGES 96 5.3 MONTE CARLO 101 6 FAST,
FASTER, FASTEST 103 6.1 BENCHMARKING 103 6.2 EFFICIENCY 108 VI CONTENTS
I EXPONENTIAL GROWTH 115 7.1 POWERS 116 7.2 BINOMIAL COEFFICIENTS 127 8
PATTERNS 137 8.1 ENCAPSULATION 137 8.2 HIERARCHY 145 9 PROXIMITY 161 9.1
DISTANCE 162 9.2 INCLUSION 169 9.3 COLLINEARITY 174 10 ROOTS 181 10.1
QUADRATIC EQUATIONS 182 10.2 THE METHOD OF BISECTION 188 10.3 THE METHOD
OF NEWTON 193 X JL AREA 201 11.1 TRIANGULATION 201 11.2 TILING 206 11.3
INTEGRATION 210 .2T ENCODING INFORMATION 215 12.1 NOTATION AND
REPRESENTATION 215 12.2 PLACE VALUE 224 XO VISUALIZATION 235 13.1
EXPLORATORY ENVIRONMENTS 235 13.2 COORDINATE SYSTEMS 246 CONTENTS VII 14
POINTS IN THE PLANE 259 14.1 CENTROIDS 260 14.2 MAX S AND MIN S 272 15
TABLES 287 15.1 SET-UP 288 15.2 PLOTTING 294 15.3 EFFICIENCY ISSUES 300
15.4 LOOK-UP 310 16 DIVISORS 317 16.1 THE PRIME NUMBERS 317 16.2 THE
APPORTIONMENT PROBLEM 325 17 THE SECOND DIMENSION 331 17.1 IF THINKING
332 17.2 OPERATIONS 342 17.3 TABLES IN TWO DIMENSIONS 349 17.4 BIT MAPS
353 18 POLYGONS 359 18.1 POINTS 359 18.2 LINE SEGMENTS 371 18.3
TRIANGLES AND RECTANGLES 376 18.4 JV-GQNS 379 SPECIAL ARITHMETICS 385
19.1 THE EXTRA LONG INTEGER 386 19.2 THE RATIONAL 392 19.3 THE COMPLEX
397 VIII CONTENTS POLYNOMIALS 405 20.1 REPRESENTATION AND OPERATIONS ,
405 20.2 EVALUATION 415 20.3 QUOTIENTS 418 2T 1 PERMUTATIONS 423 21.1
SHIFTS AND SHUFFLES 424 21.2 SORTING 427 21.3 REPRESENTATION 443 2I 2I
OPTIMIZATION 449 22.1 SHORTEST PATH 450 22.2 BEST DESIGN 458 22.3
SMALLEST ELLIPSE 465 2IO DIVIDE AND CONQUER 475 23.1 RECURSION VS.
ITERATION 476 23.2 REPEATED HALVING 480 23.2 MESH REFINEMENT 489 24
MODELS AND SIMULATION 499 24.1 PREDICTION AND INTUITION 500 24.2 THE
EFFECT OF DIMENSION 510 24.3 BUILDING MODELS FROM DATA 517 APPENDIX I:
SYNOPSIS OF THINK PASCAL UNITS 529 INDEX 555
|
any_adam_object | 1 |
author | Van Loan, Charles F. |
author_facet | Van Loan, Charles F. |
author_role | aut |
author_sort | Van Loan, Charles F. |
author_variant | l c f v lcf lcfv |
building | Verbundindex |
bvnumber | BV011005596 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.M35 |
callnumber-search | QA76.9.M35 |
callnumber-sort | QA 276.9 M35 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 230 ST 600 |
classification_tum | DAT 530f |
ctrlnum | (OCoLC)33102278 (DE-599)BVBBV011005596 |
dewey-full | 004/.01/51 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004/.01/51 |
dewey-search | 004/.01/51 |
dewey-sort | 14 11 251 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01879nam a2200493 c 4500</leader><controlfield tag="001">BV011005596</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20051118 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">961017s1996 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0867204737</subfield><subfield code="9">0-86720-473-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)33102278</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV011005596</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="049" ind1=" " ind2=" "><subfield code="a">DE-703</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-20</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9.M35</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004/.01/51</subfield><subfield code="2">20</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 230</subfield><subfield code="0">(DE-625)143617:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 600</subfield><subfield code="0">(DE-625)143681:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 530f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Van Loan, Charles F.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Introduction to computational science and mathematics</subfield><subfield code="c">Charles F. VanLoan</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Sudbury, Mass. [u.a.]</subfield><subfield code="b">Jones and Bartlett</subfield><subfield code="c">1996</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXV, 558 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="0" ind2=" "><subfield code="a">The Jones and Bartlett series in computational science and applied mathematics</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computerwiskunde</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Informatik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer science</subfield><subfield code="x">Mathematics</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</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="650" ind1="0" ind2="7"><subfield code="a">Mathematik</subfield><subfield code="0">(DE-588)4037944-9</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=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Mathematik</subfield><subfield code="0">(DE-588)4037944-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</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=007368383&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-007368383</subfield></datafield></record></collection> |
id | DE-604.BV011005596 |
illustrated | Illustrated |
indexdate | 2024-11-25T17:14:19Z |
institution | BVB |
isbn | 0867204737 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-007368383 |
oclc_num | 33102278 |
open_access_boolean | |
owner | DE-703 DE-91 DE-BY-TUM DE-20 |
owner_facet | DE-703 DE-91 DE-BY-TUM DE-20 |
physical | XXV, 558 S. graph. Darst. |
publishDate | 1996 |
publishDateSearch | 1996 |
publishDateSort | 1996 |
publisher | Jones and Bartlett |
record_format | marc |
series2 | The Jones and Bartlett series in computational science and applied mathematics |
spellingShingle | Van Loan, Charles F. Introduction to computational science and mathematics Computerwiskunde gtt Informatik Mathematik Computer programming Computer science Mathematics Programmierung (DE-588)4076370-5 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd Mathematik (DE-588)4037944-9 gnd |
subject_GND | (DE-588)4076370-5 (DE-588)4338507-2 (DE-588)4037944-9 |
title | Introduction to computational science and mathematics |
title_auth | Introduction to computational science and mathematics |
title_exact_search | Introduction to computational science and mathematics |
title_full | Introduction to computational science and mathematics Charles F. VanLoan |
title_fullStr | Introduction to computational science and mathematics Charles F. VanLoan |
title_full_unstemmed | Introduction to computational science and mathematics Charles F. VanLoan |
title_short | Introduction to computational science and mathematics |
title_sort | introduction to computational science and mathematics |
topic | Computerwiskunde gtt Informatik Mathematik Computer programming Computer science Mathematics Programmierung (DE-588)4076370-5 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd Mathematik (DE-588)4037944-9 gnd |
topic_facet | Computerwiskunde Informatik Mathematik Computer programming Computer science Mathematics Programmierung Wissenschaftliches Rechnen |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007368383&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT vanloancharlesf introductiontocomputationalscienceandmathematics |