Introduction to MATLAB for engineers and scientists:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Upper Saddle River, NJ
Prentice Hall
1996
|
Schriftenreihe: | Prentice Hall modular series for engineering
An Alan R. Apt book |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XI, 145 S. Ill., graph. Darst. |
ISBN: | 0135197031 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV011059310 | ||
003 | DE-604 | ||
005 | 20060705 | ||
007 | t | ||
008 | 961114s1996 ad|| |||| 00||| engod | ||
020 | |a 0135197031 |9 0-13-519703-1 | ||
035 | |a (OCoLC)632309200 | ||
035 | |a (DE-599)BVBBV011059310 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-898 | ||
050 | 0 | |a TA345 | |
082 | 0 | |a 502/.85/53 |2 20 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a DAT 306f |2 stub | ||
100 | 1 | |a Etter, Delores M. |d 1947- |e Verfasser |0 (DE-588)12396752X |4 aut | |
245 | 1 | 0 | |a Introduction to MATLAB for engineers and scientists |c Delores M. Etter |
264 | 1 | |a Upper Saddle River, NJ |b Prentice Hall |c 1996 | |
300 | |a XI, 145 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Prentice Hall modular series for engineering | |
490 | 0 | |a An Alan R. Apt book | |
630 | 0 | 4 | |a MATLAB |
650 | 7 | |a MATLAB |2 gtt | |
650 | 7 | |a Matlab |2 larpcal | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Engineering mathematics |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 GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007406618&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-007406618 |
Datensatz im Suchindex
_version_ | 1807954211776757760 |
---|---|
adam_text |
INTRODUCTION TO MATLAB FOR ENGINEERS AND SCIENTISTS DELORES M. ETTER
DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF
COLORADO, BOULDER \AN ALAN R. APT BOOK] PRENTICE HALL, UPPER SADDLE
RIVER, NEW JERSEY 07458 CONTENTS 1 AN INTRODUCTION TO ENGINEERING
PROBLEM-SOLVING 2 GRAND CHALLENGE: WEATHER PREDICTION 1.1 GRAND
CHALLENGES 4 1.2 COMPUTING SYSTEMS 6 COMPUTER HARDWARE 6 COMPUTER
SOFTWARE 7 1.3 AN ENGINEERING PROBLEM-SOLVING METHODOLOGY 15 SUMMARY 19
2. MATLAB ENVIRONMENT 20 GRAND CHALLENGE: VEHICLE PERFORMANCE 2.1
CHARACTERISTICS OF THE MATLAB ENVIRONMENT 22 STUDENT EDITION VERSION 4
22 MATLAB WINDOWS 22 2.2 SCALARS, VECTORS, AND MATRICES 23 INITIALIZING
VARIABLES 25 PRINTING MATRICES 31 XY PLOTS 33 2.3 SCALAR AND ARRAY
OPERATIONS 35 SCALAR OPERATIONS 35 PRECEDENCE OF ARITHMETIC OPERATIONS
36 COMPUTATIONAL LIMITATIONS 38 ARRAY OPERATIONS 39 2.4 SPECIAL VALUES
AND SPECIAL MATRICES 42 SPECIAL VALUES 42 SPECIAL MATRICES 42 2.5
ADDITIONAL PLOTTING CAPABILITIES 44 PLOT COMMANDS 45 MULTIPLE PLOTS 45
LINE AND MARK STYLE 45 AXES SCALING 46 SUBPLOTS 46 2.6 PROBLEM SOLVING
APPLIED: VELOCITY COMPUTATION 48 SUMMARY, MATLAB SUMMARY, PROBLEMS 50
CONTENTS J MATLAB FUNCTIONS 56 GRAND CHALLENGE: SPEECH RECOGNITION 3.1
MATH FUNCTIONS AND TRIGONOMETRIC FUNCTIONS 58 ELEMENTARY MATH FUNCTIONS
59 TRIGONOMETRIC FUNCTIONS 60 3.2 DATA ANALYSIS FUNCTIONS 61 SIMPLE
ANALYSIS 61 VARIANCE AND STANDARD DEVIATION 63 HISTOGRAMS 65 3.3 RANDOM
NUMBERS 65 UNIFORM RANDOM NUMBERS 67 GAUSSIAN RANDOM NUMBERS 69 3.4
PROBLEM SOLVING APPLIED: FLIGHT SIMULATOR 70 3.5 SELECTION STATEMENTS
AND SELECTION FUNCTIONS 72 SIMPLE IF STATEMENT 72 RELATIONAL AND LOGICAL
OPERATORS 72 NESTED IF STATEMENTS 75 ELSE AND ELSEIF CLAUSES 75 LOGICAL
FUNCTIONS 76 LOOPS 78 3.6 USER-WRITTEN FUNCTIONS 80 SUMMARY, MATLAB
SUMMARY, PROBLEMS 82 4 MATRIX COMPUTATIONS 88 GRAND CHALLENGE: MAPPING
THE HUMAN GENOME 4.1 MATRIX OPERATIONS AND FUNCTIONS 90 TRANSPOSE 90 DOT
PRODUCT 90 MATRIX MULTIPLICATION 91 MATRIX POWERS 93 MATRIX INVERSE 93
DETERMINANTS 93 4.2 SOLUTIONS TO SYSTEMS OF LINEAR EQUATIONS 95 MATRIX
LEFT DIVISION 95 MATRIX INVERSE 95 SUMMARY, MATLAB SUMMARY, PROBLEMS 96
5 SYMBOLIC MATHEMATICS 700 GRAND CHALLENGE: WEATHER PREDICTION 5.1
SYMBOLIC ALGEBRA 202 SYMBOLIC EXPRESSIONS 102 SIMPLIFICATION OF
MATHEMATICAL EXPRESSIONS OPERATIONS ON SYMBOLIC EXPRESSIONS 5.2 EQUATION
SOLVING 5.3 DIFFERENTIATION AND INTEGRATION DIFFERENTIATION INTEGRATION
SUMMARY, MATLAB SUMMARY, PROBLEMS CONTENTS XI 103 104 105 106 107 108
109 6 NUMERICAL TECHNIQUES 7 12 GRAND CHALLENGE: ENHANCED OIL AND GAS
RECOVERY 6.1 INTERPOLATION 224 LINEAR INTERPOLATION 224 CUBIC SPLINE
INTERPOLATION 225 INTERPI FUNCTION 225 6.2 CURVE FITTING 226 LINEAR
REGRESSION 227 POLYNOMIAL REGRESSION 118 POIYFIT AND POIYVAL FUNCTIONS
229 6.3 NUMERICAL INTEGRATION 222 TRAPEZOIDAL RULE AND SIMPSON'S RULE
222 MATLAB QUADRATURE FUNCTIONS 223 6.4 NUMERICAL DIFFERENTIATION 225
DIFFERENCE EXPRESSIONS 227 DIF F FUNCTION 128 SUMMARY, MATLAB SUMMARY,
PROBLEMS 232 COMPLETE SOLUTIONS TO PRACTICE! PROBLEMS 136 INDEX 742
MATLAB FUNCTION SUMMARY 746 |
any_adam_object | 1 |
author | Etter, Delores M. 1947- |
author_GND | (DE-588)12396752X |
author_facet | Etter, Delores M. 1947- |
author_role | aut |
author_sort | Etter, Delores M. 1947- |
author_variant | d m e dm dme |
building | Verbundindex |
bvnumber | BV011059310 |
callnumber-first | T - Technology |
callnumber-label | TA345 |
callnumber-raw | TA345 |
callnumber-search | TA345 |
callnumber-sort | TA 3345 |
callnumber-subject | TA - General and Civil Engineering |
classification_rvk | ST 601 |
classification_tum | DAT 306f |
ctrlnum | (OCoLC)632309200 (DE-599)BVBBV011059310 |
dewey-full | 502/.85/53 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 502 - Miscellany |
dewey-raw | 502/.85/53 |
dewey-search | 502/.85/53 |
dewey-sort | 3502 285 253 |
dewey-tens | 500 - Natural sciences and mathematics |
discipline | Allgemeine Naturwissenschaft Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV011059310</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20060705</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">961114s1996 ad|| |||| 00||| engod</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0135197031</subfield><subfield code="9">0-13-519703-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)632309200</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV011059310</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-898</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TA345</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">502/.85/53</subfield><subfield code="2">20</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">DAT 306f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Etter, Delores M.</subfield><subfield code="d">1947-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)12396752X</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Introduction to MATLAB for engineers and scientists</subfield><subfield code="c">Delores M. Etter</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Upper Saddle River, NJ</subfield><subfield code="b">Prentice Hall</subfield><subfield code="c">1996</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 145 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="490" ind1="0" ind2=" "><subfield code="a">Prentice Hall modular series for engineering</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">An Alan R. Apt book</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">MATLAB</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">MATLAB</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Matlab</subfield><subfield code="2">larpcal</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Engineering mathematics</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">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=007406618&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-007406618</subfield></datafield></record></collection> |
id | DE-604.BV011059310 |
illustrated | Illustrated |
indexdate | 2024-08-21T00:18:16Z |
institution | BVB |
isbn | 0135197031 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-007406618 |
oclc_num | 632309200 |
open_access_boolean | |
owner | DE-898 DE-BY-UBR |
owner_facet | DE-898 DE-BY-UBR |
physical | XI, 145 S. Ill., graph. Darst. |
publishDate | 1996 |
publishDateSearch | 1996 |
publishDateSort | 1996 |
publisher | Prentice Hall |
record_format | marc |
series2 | Prentice Hall modular series for engineering An Alan R. Apt book |
spelling | Etter, Delores M. 1947- Verfasser (DE-588)12396752X aut Introduction to MATLAB for engineers and scientists Delores M. Etter Upper Saddle River, NJ Prentice Hall 1996 XI, 145 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Prentice Hall modular series for engineering An Alan R. Apt book MATLAB MATLAB gtt Matlab larpcal Datenverarbeitung Engineering mathematics Data processing MATLAB (DE-588)4329066-8 gnd rswk-swf MATLAB (DE-588)4329066-8 s DE-604 GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007406618&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Etter, Delores M. 1947- Introduction to MATLAB for engineers and scientists MATLAB MATLAB gtt Matlab larpcal Datenverarbeitung Engineering mathematics Data processing MATLAB (DE-588)4329066-8 gnd |
subject_GND | (DE-588)4329066-8 |
title | Introduction to MATLAB for engineers and scientists |
title_auth | Introduction to MATLAB for engineers and scientists |
title_exact_search | Introduction to MATLAB for engineers and scientists |
title_full | Introduction to MATLAB for engineers and scientists Delores M. Etter |
title_fullStr | Introduction to MATLAB for engineers and scientists Delores M. Etter |
title_full_unstemmed | Introduction to MATLAB for engineers and scientists Delores M. Etter |
title_short | Introduction to MATLAB for engineers and scientists |
title_sort | introduction to matlab for engineers and scientists |
topic | MATLAB MATLAB gtt Matlab larpcal Datenverarbeitung Engineering mathematics Data processing MATLAB (DE-588)4329066-8 gnd |
topic_facet | MATLAB Matlab Datenverarbeitung Engineering mathematics Data processing |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007406618&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT etterdeloresm introductiontomatlabforengineersandscientists |