《MATLAB線性代數(shù)簡明教程(Linear Algebra Using MATLAB)》共分為8章,主要內容為:第1章介紹了MATLAB軟件的桌面和MATLAB編程基礎,第2章~第7章分別介紹了線性代數(shù)的各種運算,包括矩陣運算、求解線性方程、向量空間和子空間、投影、二乘逼近、行列式、特征值和特征向量、相似矩陣和奇異值分解等。此外,基于圖像處理與線性代數(shù)有著密切的關系,第8章簡要介紹了線性代數(shù)在圖像處理中的應用。本書結合線性代數(shù)理論與MATLAB語言介紹線性代數(shù)的應用,列舉了豐富的MATLAB代碼實例,不僅可以加深對線性代數(shù)理論的理解,而且可以提高應用線性代數(shù)知識解決實際問題的能力。 《MATLAB線性代數(shù)簡明教程(Linear Algebra Using MATLAB)》可作為高等院校理工科專業(yè)基礎課教材,也是運用MATLAB語言與數(shù)學知識解決實際問題的工具書,可供從事經(jīng)濟、物理、系統(tǒng)控制、信號處理、圖像處理等領域專業(yè)技術人員參考。
Chapter 1Fundament for MATLAB1 1.1MATLAB Desktop1 1.2Vectors and Matrices7 1.3MATLAB Programming11
Chapter 2Introduction to Vectors and Matrices20 2.1Vectors and Linear Combination20 2.2Lengths and Dot Products28 2.3Matrices31
Chapter 3Solving Linear Equations40 3.1Vectors and Linear Equations40 3.2The Idea of Elimination45 3.3Elimination Using Matrices52 3.4Inverse Matrices58
Chapter 4Vector Spaces and Subspaces62 4.1Spaces of Vectors62 4.2The Nullspace of matrix64 4.3The Rank and Linear Dependence68
Chapter 6Determinants85 6.1 The Properties of Determinants85 6.2Permutations and Cofactors92 6.3Cramer’s Rule98
Chapter 7Eigenvalues and Eigenvectors102 7.1Introduction to Eigenvalues102 7.2Similar matrices and diagonalization of matrices105 7.3Singular Value Decomposition109
Chapter 8Linear Algebra in Image Processing112 8.1Digital Image Representation112 8.2Geometric Transformation using Matrix Operation114 8.3Image Restoration using Inverse Matrix117 8.4Image Fusion using Principal Component Analysis119 8.5Image Compression using Singular Value Decomposition120