The Mathematica guidebook for programming:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York, NY [u.a.]
Springer
2004
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXXVII, 1028 S. Ill., graph. Darst. DVD-ROM (12 cm) |
ISBN: | 9780387942827 0387942823 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV019610369 | ||
003 | DE-604 | ||
005 | 20091008 | ||
007 | t | ||
008 | 041126s2004 ad|| |||| 00||| eng d | ||
015 | |a 04,N45,0035 |2 dnb | ||
016 | 7 | |a 972458107 |2 DE-101 | |
020 | |a 9780387942827 |9 978-0-387-94282-7 | ||
020 | |a 0387942823 |c : EUR 85.55 (freier Pr.), sfr 135.50 (freier Pr.) |9 0-387-94282-3 | ||
024 | 3 | |a 9780387942827 | |
028 | 5 | 2 | |a 10467791 |
035 | |a (OCoLC)57341580 | ||
035 | |a (DE-599)BVBBV019610369 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-473 |a DE-91G |a DE-898 |a DE-20 |a DE-824 |a DE-573 |a DE-11 |a DE-1050 |a DE-355 |a DE-188 |a DE-83 | ||
050 | 0 | |a QA76.73.M29 | |
082 | 0 | |a 510/.285/53042 |2 21 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a 68N15 |2 msc | ||
084 | |a DAT 306f |2 stub | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Trott, Michael |e Verfasser |4 aut | |
245 | 1 | 0 | |a The Mathematica guidebook for programming |c Michael Trott |
246 | 1 | 3 | |a The Mathematica guidebook |
264 | 1 | |a New York, NY [u.a.] |b Springer |c 2004 | |
300 | |a XXXVII, 1028 S. |b Ill., graph. Darst. |e DVD-ROM (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Mathematica (Computer program language) | |
650 | 0 | 7 | |a Mathematica |g Programm |0 (DE-588)4268208-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Mathematica 4.0 |0 (DE-588)4594933-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Visualisierung |0 (DE-588)4188417-6 |2 gnd |9 rswk-swf |
655 | 4 | |a DVDs | |
689 | 0 | 0 | |a Mathematica 4.0 |0 (DE-588)4594933-5 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Mathematica |g Programm |0 (DE-588)4268208-3 |D s |
689 | 1 | 1 | |a Visualisierung |0 (DE-588)4188417-6 |D s |
689 | 1 | |C b |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=012940088&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-012940088 |
Datensatz im Suchindex
_version_ | 1804132969611264000 |
---|---|
adam_text | MICHAEL TROTT THE MATHEMATICA GUIDEBOOK FOR PROGRAMMING WITH 315
ILLUSTRATIONS INCLUDES DVD SPRINGER CONTENTS O. INTRODUCTION TO THE
MATHEMATIEA GUIDEBOOKS XXI CHAPTER ] INTRODUCTION TO MATHEMATICA 1.0
REMARKS 1 1.1 BASICS OF MATHEMATICA AS A PROGRAMMING LANGUAGE 1 1.1.1
GENERAL BACKGROUND 1 1.1.2 ELEMENTARY SYNTAX 3 1.2 INTRODUCTORY EXAMPLES
7 1.2.0 REMARKS 7 1.2.1 NUMERICAL COMPUTATIONS 7 1.2.2 GRAPHICS 31 1.2.3
SYMBOLIC CALCULATIONS 54 1.2.4 PROGRAMMING 80 1.3 WHAT COMPUTER ALGEBRA
AND MATHEMATICA 4.0 CAN AND CANNOT DO 98 EXERCISES 102 SOLUTIONS 103
REFERENCES 110 CHAPTER 2 STRUCTURE OF MATHEMATICA EXPRESSIONS 2.0
REMARKS 143 2.1 EXPRESSIONS 143 2.2 SIMPLE EXPRESSIONS 147 2.2.1 NUMBERS
AND STRINGS 147 2.2.2 SIMPLEST ARITHMETIC EXPRESSIONS AND FUNCTIONS 156
2.2.3 ELEMENTARY TRANSCENDENTAL FUNCTIONS 164 XVI 2.2.4 MATHEMATICAL
CONSTANTS 171 2.2.5 INVERSE TRIGONOMETRIC AND HYPERBOLIC FUNCTIONS 180
2.2.6 DO NOT BE DISAPPOINTED 192 2.2.7 EXACT AND APPROXIMATE NUMBERS 194
2.3 NESTED EXPRESSIONS 197 2.3.1 AN EXAMPLE 197 2.3.2 ANALYSIS OF A
NESTED EXPRESSION 200 2.4 MANIPULATING NUMBERS 215 2.4.1 PARTS OF
FRACTIONS AND COMPLEX NUMBERS 215 2.4.2 DIGITS OF NUMBERS 217 EXERCISES
226 SOLUTIONS 230 REFERENCES 271 CHAPTER 3 DEFINITIONS AND PROPERTIES OF
FUNCTIONS 3.0 REMARKS 275 3.1 DEFINING AND CLEARING SIMPLE FUNCTIONS 275
3.1.1 DEFINING FUNCTIONS 275 3.1.2 CLEARING FUNCTIONS AND VALUES 292
3.1.3 APPLYING FUNCTIONS 297 3.2 OPTIONS AND DEFAULTS 298 3.3 ATTRIBUTES
OF FUNCTIONS 304 3.4 DOWNVALUES AND UPVALUES 317 3.5 FUNCTIONS THAT
REMEMBER THEIR VALUES 329 3.6 FUNCTIONS IN THE A-CALCULUS 336 3.7
REPEATED APPLICATION OF FUNCTIONS 346 3.8 FUNCTIONS OF FUNCTIONS 359
EXERCISES 363 SOLUTIONS 368 REFERENCES 392 CHAPTER 4 META-MATHEMATICA
4.0 REMARKS 397 4.1 INFORMATION ON COMMANDS 397 4.1.1 INFORMATION ON A
SINGLE COMMAND 397 4.1.2 A PROGRAM THAT REPORTS ON FUNCTIONS 410 4.2
CONTROL OVER RUNNING CALCULATIONS AND RESOURCES 416 4.2.1 INTERMEZZO ON
ITERATORS 416 4.2.2 CONTROL OVER RUNNING CALCULATIONS AND RESOURCES 422
4.3 THE $-COMMANDS 425 4.3.1 SYSTEM-RELATED COMMANDS 425 4.3.2
SESSION-RELATED COMMANDS 429 4.4 COMMUNICATION AND INTERACTION WITH THE
OUTSIDE 433 4.4.1 WRITING TO FILES 433 4.4.2 STRING MANIPULATIONS 438
4.5 DEBUGGING 442 4.6 LOCALIZATION OF VARIABLE NAMES 449 4.6.1
LOCALIZATION OF VARIABLES IN ITERATOR CONSTRUCTIONS 449 - 4.6.2
LOCALIZATION OF VARIABLES IN SUBPROGRAMS 450 4.6.3 COMPARISON OF SCOPING
CONSTRUCTS 456 4.6.4 LOCALIZATION OF VARIABLES IN CONTEXTS 469 4.6.5
CONTEXTS AND PACKAGES 479 4.6.6 SPECIAL CONTEXTS AND PACKAGES 489 4.7
THE PROCESS OF EVALUATION 499 EXERCISES 511 SOLUTIONS 515 REFERENCES 536
CHAPTERS RESTRICTED PATTERNS AND REPLACEMENT RULES 5.0 REMARKS 539 5.1
BOOLEAN FUNCTIONS 539 5.1.1 BOOLEAN FUNCTIONS FOR NUMBERS 539 5.1.2
BOOLEAN FUNCTIONS FOR GENERAL EXPRESSIONS 549 XVIII 5.1.3 LOGICAL
OPERATIONS 561 5.1.4 CONTROL STRUCTURES 563 5.2 PATTERNS 567 5.2.1
PATTERNS FOR ARBITRARY VARIABLE SEQUENCES 567 5.2.2 PATTERNS WITH
SPECIAL PROPERTIES 580 5.2.3 ATTRIBUTES OF FUNCTIONS AND PATTERN
MATCHING 601 5.3 REPLACEMENT RULES 610 5.3.1 REPLACEMENT RULES FOR
PATTERNS 610 5.3.2 LARGE NUMBERS OF REPLACEMENT RULES 628 5.3.3
PROGRAMMING WITH RULES 630 EXERCISES 644 SOLUTIONS 654 REFERENCES 695
CHAPTER 6 OPERATIONS ON LISTS, AND LINEAR ALGEBRA 6.0 REMARKS 701 6.1
CREATING LISTS 707 6.1.1 CREATING GENERAL LISTS 707 6.1.2 CREATING
SPECIAL LISTS 713 6.2 REPRESENTATION OF LISTS 719 6.3 MANIPULATIONS ON
SINGLE LISTS 723 6.3.1 SHORTENING LISTS 723 6.3.2 EXTENDING LISTS 728
6.3.3 SORTING AND MANIPULATING ELEMENTS 729 6.4 OPERATIONS WITH SEVERAL
LISTS OR WITH NESTED LISTS 750 6.4.1 SIMPLE OPERATIONS 750 6.4.2 LIST OF
ALL SYSTEM COMMANDS 763 6.4.3 MORE GENERAL OPERATIONS 777 6.4.4
CONSTRUCTING A CROSSWORD PUZZLE 784 6.5 MATHEMATICAL OPERATIONS WITH
MATRICES 802 6.5.1 LINEAR ALGEBRA 802 6.5.2 CONSTRUCTING AND SOLVING
MAGIC SQUARES 831 6.5.3 POWERS AND EXPONENTS OF MATRICES 840 XIX 6.6 THE
TOP TEN BUILT-IN COMMANDS 849 EXERCISES 869 SOLUTIONS 885 REFERENCES 994
INDEX 1003
|
any_adam_object | 1 |
author | Trott, Michael |
author_facet | Trott, Michael |
author_role | aut |
author_sort | Trott, Michael |
author_variant | m t mt |
building | Verbundindex |
bvnumber | BV019610369 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.M29 |
callnumber-search | QA76.73.M29 |
callnumber-sort | QA 276.73 M29 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 601 |
classification_tum | DAT 306f |
ctrlnum | (OCoLC)57341580 (DE-599)BVBBV019610369 |
dewey-full | 510/.285/53042 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 510 - Mathematics |
dewey-raw | 510/.285/53042 |
dewey-search | 510/.285/53042 |
dewey-sort | 3510 3285 553042 |
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>02026nam a2200529 c 4500</leader><controlfield tag="001">BV019610369</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20091008 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">041126s2004 ad|| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">04,N45,0035</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">972458107</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780387942827</subfield><subfield code="9">978-0-387-94282-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0387942823</subfield><subfield code="c">: EUR 85.55 (freier Pr.), sfr 135.50 (freier Pr.)</subfield><subfield code="9">0-387-94282-3</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9780387942827</subfield></datafield><datafield tag="028" ind1="5" ind2="2"><subfield code="a">10467791</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)57341580</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV019610369</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-473</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-898</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-1050</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.M29</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">510/.285/53042</subfield><subfield code="2">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">DAT 306f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Trott, Michael</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">The Mathematica guidebook for programming</subfield><subfield code="c">Michael Trott</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">The Mathematica guidebook</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York, NY [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2004</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXXVII, 1028 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="e">DVD-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="650" ind1=" " ind2="4"><subfield code="a">Mathematica (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mathematica</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4268208-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mathematica 4.0</subfield><subfield code="0">(DE-588)4594933-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Visualisierung</subfield><subfield code="0">(DE-588)4188417-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="4"><subfield code="a">DVDs</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Mathematica 4.0</subfield><subfield code="0">(DE-588)4594933-5</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">Mathematica</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4268208-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Visualisierung</subfield><subfield code="0">(DE-588)4188417-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="C">b</subfield><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=012940088&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-012940088</subfield></datafield></record></collection> |
genre | DVDs |
genre_facet | DVDs |
id | DE-604.BV019610369 |
illustrated | Illustrated |
indexdate | 2024-07-09T20:01:16Z |
institution | BVB |
isbn | 9780387942827 0387942823 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-012940088 |
oclc_num | 57341580 |
open_access_boolean | |
owner | DE-473 DE-BY-UBG DE-91G DE-BY-TUM DE-898 DE-BY-UBR DE-20 DE-824 DE-573 DE-11 DE-1050 DE-355 DE-BY-UBR DE-188 DE-83 |
owner_facet | DE-473 DE-BY-UBG DE-91G DE-BY-TUM DE-898 DE-BY-UBR DE-20 DE-824 DE-573 DE-11 DE-1050 DE-355 DE-BY-UBR DE-188 DE-83 |
physical | XXXVII, 1028 S. Ill., graph. Darst. DVD-ROM (12 cm) |
publishDate | 2004 |
publishDateSearch | 2004 |
publishDateSort | 2004 |
publisher | Springer |
record_format | marc |
spelling | Trott, Michael Verfasser aut The Mathematica guidebook for programming Michael Trott The Mathematica guidebook New York, NY [u.a.] Springer 2004 XXXVII, 1028 S. Ill., graph. Darst. DVD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier Mathematica (Computer program language) Mathematica Programm (DE-588)4268208-3 gnd rswk-swf Mathematica 4.0 (DE-588)4594933-5 gnd rswk-swf Visualisierung (DE-588)4188417-6 gnd rswk-swf DVDs Mathematica 4.0 (DE-588)4594933-5 s DE-604 Mathematica Programm (DE-588)4268208-3 s Visualisierung (DE-588)4188417-6 s b DE-604 GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012940088&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Trott, Michael The Mathematica guidebook for programming Mathematica (Computer program language) Mathematica Programm (DE-588)4268208-3 gnd Mathematica 4.0 (DE-588)4594933-5 gnd Visualisierung (DE-588)4188417-6 gnd |
subject_GND | (DE-588)4268208-3 (DE-588)4594933-5 (DE-588)4188417-6 |
title | The Mathematica guidebook for programming |
title_alt | The Mathematica guidebook |
title_auth | The Mathematica guidebook for programming |
title_exact_search | The Mathematica guidebook for programming |
title_full | The Mathematica guidebook for programming Michael Trott |
title_fullStr | The Mathematica guidebook for programming Michael Trott |
title_full_unstemmed | The Mathematica guidebook for programming Michael Trott |
title_short | The Mathematica guidebook for programming |
title_sort | the mathematica guidebook for programming |
topic | Mathematica (Computer program language) Mathematica Programm (DE-588)4268208-3 gnd Mathematica 4.0 (DE-588)4594933-5 gnd Visualisierung (DE-588)4188417-6 gnd |
topic_facet | Mathematica (Computer program language) Mathematica Programm Mathematica 4.0 Visualisierung DVDs |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012940088&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT trottmichael themathematicaguidebookforprogramming AT trottmichael themathematicaguidebook |