Elements of matrix modeling and computing with MATLAB:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton
Chapman & Hall/CRC
c2007
|
Schlagworte: | |
Online-Zugang: | Table of contents only Publisher description Inhaltsverzeichnis |
Beschreibung: | Includes bibliographical references (p. 397) and index |
Beschreibung: | XVI, 402 S. Illl., graph. Darst. 25 cm |
ISBN: | 1584886277 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV022876476 | ||
003 | DE-604 | ||
005 | 20071106 | ||
007 | t | ||
008 | 071011s2007 xxuad|| |||| 00||| eng d | ||
010 | |a 2006024089 | ||
020 | |a 1584886277 |c acidfree paper |9 1-584-88627-7 | ||
035 | |a (OCoLC)70707901 | ||
035 | |a (DE-599)BVBBV022876476 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-859 | ||
050 | 0 | |a QA188 | |
082 | 0 | |a 512.9/4340285 | |
100 | 1 | |a White, Robert E. |d 1946- |e Verfasser |0 (DE-588)129384968 |4 aut | |
245 | 1 | 0 | |a Elements of matrix modeling and computing with MATLAB |c Robert E. White |
264 | 1 | |a Boca Raton |b Chapman & Hall/CRC |c c2007 | |
300 | |a XVI, 402 S. |b Illl., graph. Darst. |c 25 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes bibliographical references (p. 397) and index | ||
630 | 0 | 4 | |a MATLAB |
650 | 4 | |a MATLAB | |
650 | 4 | |a Matrices - Informatique | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Matrices |x Data processing | |
856 | 4 | |u http://www.loc.gov/catdir/toc/ecip0617/2006024089.html |3 Table of contents only | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0664/2006024089-d.html |3 Publisher description | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016081512&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016081512 |
Datensatz im Suchindex
_version_ | 1804137138052136960 |
---|---|
adam_text | Titel: Elements of matrix modeling and computing with MATLAB
Autor: White, Robert E
Jahr: 2007
Contents
List of Figures vii
List of Tables xi
Preface xiii
Introduction xv
1 Vectors in the Plane 1
1.1 Floating Point and Complex Numbers............... 1
1.2 Complex Valued Functions ..................... 10
1.3 Vectors in R2............................. 19
1.4 Dot Product and Work........................ 27
1.5 Lines and Curves in R2 and C.................... 38
2 Vectors in Space 47
2.1 Vectors and Dot Product ...................... 47
2.2 Cross and Box Products....................... 56
2.3 Lines and Curves in K3 ....................... 67
2.4 Planes in ffi3.............................. 76
2.5 Extensions to Kn........................... 86
3 Ax = d: Unique Solution 95
3.1 Matrix Models............................ 95
3.2 Matrix Products........................... 105
3.3 Special Cases of Ax = d....................... 1J7
3.4 Row Operations and Gauss Elimination.............. 127
3.5 Inverse Matrices ........................... 138
3.6 LU Factorization........................... 149
3.7 Determinants and Cramer s Rule.................. 159
4 Ax = d: Least Squares Solution 171
4.1 Curve Fitting to Data........................171
4.2 Normal Equations..........................182
Vi CONTENTS
4.3 Multilinear Data Fitting.......................191
4.4 Parameter Identification.......................199
5 Ax = d: Multiple Solutions 209
5.1 Subspaces and Solutions in M3 ...................209
5.2 Row Echelon Form..........................220
5.3 Nullspaces and Equilibrium Equations...............230
6 Linear Initial Value Problems 243
6.1 First Order Linear..........................243
6.2 Second Order Linear.........................250
6.3 Homogeneous and Complex Solution................257
6.4 Nonhomogeneous Differential Equations..............263
6.5 System Form of Linear Second Order................272
7 Eigenvalues and Differential Equations 281
7.1 Solution of x = Ax by Elimination.................281
7.2 Real Eigenvalues and Eigenvectors.................289
7.3 Solution of x = Ax + f(r)......................296
8 Image Processing in Space Domain 311
8.1 Matrices and Images.........................311
8.2 Contrast and Histograms ......................321
8.3 Blurring and Sharpening.......................331
9 Image Processing in Frequency Domain 343
9.1 Laplace and Fourier Transforms...................343
9.2 Properties of DFT..........................351
9.3 DFT in Kn x Kn...........................361
9.4 Frequency Filters in 1 x En....................370
A Solutions to Odd Exercises 381
Bibliography 397
Index 399
|
adam_txt |
Titel: Elements of matrix modeling and computing with MATLAB
Autor: White, Robert E
Jahr: 2007
Contents
List of Figures vii
List of Tables xi
Preface xiii
Introduction xv
1 Vectors in the Plane 1
1.1 Floating Point and Complex Numbers. 1
1.2 Complex Valued Functions . 10
1.3 Vectors in R2. 19
1.4 Dot Product and Work. 27
1.5 Lines and Curves in R2 and C. 38
2 Vectors in Space 47
2.1 Vectors and Dot Product . 47
2.2 Cross and Box Products. 56
2.3 Lines and Curves in K3 . 67
2.4 Planes in ffi3. 76
2.5 Extensions to Kn. 86
3 Ax = d: Unique Solution 95
3.1 Matrix Models. 95
3.2 Matrix Products. 105
3.3 Special Cases of Ax = d. 1J7
3.4 Row Operations and Gauss Elimination. 127
3.5 Inverse Matrices . 138
3.6 LU Factorization. 149
3.7 Determinants and Cramer's Rule. 159
4 Ax = d: Least Squares Solution 171
4.1 Curve Fitting to Data.171
4.2 Normal Equations.182
Vi CONTENTS
4.3 Multilinear Data Fitting.191
4.4 Parameter Identification.199
5 Ax = d: Multiple Solutions 209
5.1 Subspaces and Solutions in M3 .209
5.2 Row Echelon Form.220
5.3 Nullspaces and Equilibrium Equations.230
6 Linear Initial Value Problems 243
6.1 First Order Linear.243
6.2 Second Order Linear.250
6.3 Homogeneous and Complex Solution.257
6.4 Nonhomogeneous Differential Equations.263
6.5 System Form of Linear Second Order.272
7 Eigenvalues and Differential Equations 281
7.1 Solution of x' = Ax by Elimination.281
7.2 Real Eigenvalues and Eigenvectors.289
7.3 Solution of x' = Ax + f(r).296
8 Image Processing in Space Domain 311
8.1 Matrices and Images.311
8.2 Contrast and Histograms .321
8.3 Blurring and Sharpening.331
9 Image Processing in Frequency Domain 343
9.1 Laplace and Fourier Transforms.343
9.2 Properties of DFT.351
9.3 DFT in Kn x Kn.361
9.4 Frequency Filters in 1" x En.370
A Solutions to Odd Exercises 381
Bibliography 397
Index 399 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | White, Robert E. 1946- |
author_GND | (DE-588)129384968 |
author_facet | White, Robert E. 1946- |
author_role | aut |
author_sort | White, Robert E. 1946- |
author_variant | r e w re rew |
building | Verbundindex |
bvnumber | BV022876476 |
callnumber-first | Q - Science |
callnumber-label | QA188 |
callnumber-raw | QA188 |
callnumber-search | QA188 |
callnumber-sort | QA 3188 |
callnumber-subject | QA - Mathematics |
ctrlnum | (OCoLC)70707901 (DE-599)BVBBV022876476 |
dewey-full | 512.9/4340285 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 512 - Algebra |
dewey-raw | 512.9/4340285 |
dewey-search | 512.9/4340285 |
dewey-sort | 3512.9 74340285 |
dewey-tens | 510 - Mathematics |
discipline | Mathematik |
discipline_str_mv | Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01567nam a2200409zc 4500</leader><controlfield tag="001">BV022876476</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20071106 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">071011s2007 xxuad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2006024089</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1584886277</subfield><subfield code="c">acidfree paper</subfield><subfield code="9">1-584-88627-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)70707901</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022876476</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="0" ind2=" "><subfield code="a">eng</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-859</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA188</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">512.9/4340285</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">White, Robert E.</subfield><subfield code="d">1946-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)129384968</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Elements of matrix modeling and computing with MATLAB</subfield><subfield code="c">Robert E. White</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton</subfield><subfield code="b">Chapman & Hall/CRC</subfield><subfield code="c">c2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVI, 402 S.</subfield><subfield code="b">Illl., graph. Darst.</subfield><subfield code="c">25 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="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references (p. 397) and index</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">MATLAB</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">MATLAB</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Matrices - Informatique</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Matrices</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/toc/ecip0617/2006024089.html</subfield><subfield code="3">Table of contents only</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0664/2006024089-d.html</subfield><subfield code="3">Publisher description</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ 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=016081512&sequence=000002&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-016081512</subfield></datafield></record></collection> |
id | DE-604.BV022876476 |
illustrated | Illustrated |
index_date | 2024-07-02T18:49:08Z |
indexdate | 2024-07-09T21:07:31Z |
institution | BVB |
isbn | 1584886277 |
language | English |
lccn | 2006024089 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016081512 |
oclc_num | 70707901 |
open_access_boolean | |
owner | DE-859 |
owner_facet | DE-859 |
physical | XVI, 402 S. Illl., graph. Darst. 25 cm |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Chapman & Hall/CRC |
record_format | marc |
spelling | White, Robert E. 1946- Verfasser (DE-588)129384968 aut Elements of matrix modeling and computing with MATLAB Robert E. White Boca Raton Chapman & Hall/CRC c2007 XVI, 402 S. Illl., graph. Darst. 25 cm txt rdacontent n rdamedia nc rdacarrier Includes bibliographical references (p. 397) and index MATLAB Matrices - Informatique Datenverarbeitung Matrices Data processing http://www.loc.gov/catdir/toc/ecip0617/2006024089.html Table of contents only http://www.loc.gov/catdir/enhancements/fy0664/2006024089-d.html Publisher description HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016081512&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | White, Robert E. 1946- Elements of matrix modeling and computing with MATLAB MATLAB Matrices - Informatique Datenverarbeitung Matrices Data processing |
title | Elements of matrix modeling and computing with MATLAB |
title_auth | Elements of matrix modeling and computing with MATLAB |
title_exact_search | Elements of matrix modeling and computing with MATLAB |
title_exact_search_txtP | Elements of matrix modeling and computing with MATLAB |
title_full | Elements of matrix modeling and computing with MATLAB Robert E. White |
title_fullStr | Elements of matrix modeling and computing with MATLAB Robert E. White |
title_full_unstemmed | Elements of matrix modeling and computing with MATLAB Robert E. White |
title_short | Elements of matrix modeling and computing with MATLAB |
title_sort | elements of matrix modeling and computing with matlab |
topic | MATLAB Matrices - Informatique Datenverarbeitung Matrices Data processing |
topic_facet | MATLAB Matrices - Informatique Datenverarbeitung Matrices Data processing |
url | http://www.loc.gov/catdir/toc/ecip0617/2006024089.html http://www.loc.gov/catdir/enhancements/fy0664/2006024089-d.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016081512&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT whiteroberte elementsofmatrixmodelingandcomputingwithmatlab |