内容简介
《科学计算导论:使用MATLAB的矩阵向量方法(英文版)(第2版)》是康奈尔大学科学计算机课程的教材,涵盖了关于科学计算方面的大部分内容,同时包括了图形和矩阵向量处理的内容,使读者能够深入理解数学与计算之间的密切关系。
《科学计算导论:使用MATLAB的矩阵向量方法(英文版)(第2版)》组织灵活、条理清晰,每一章都着重讲解一个重要的理论,包含大量实例和要求读者使用MATLAB来解决的问题,增强了读者的实践能力以及对算法的理解。
目录
第2版前言
第1版前言
软件
1.Power Tools of the Trade
1.1 Vectors and Plotting
1.2 More Vectors,More Plotting,and Now Matrices
1.3 Building Exploratory Environments
1.4 Error
1.5 Designing Functions
1.6 Structure Arrays and Cell Arrays
1.7 More Refined Graphics M-Files and Referencs
2 Polynomial Interpolation
2.1 The Vandermonde Approach
2.2 The Newton Representation
2.3 Properties
2.4 Special Topics
M-Files and References
3 Piecewise Polynomial Interpolation
3.1 Piecewise Linear Interpolation
3.2 Piecewise Cubic Hermite Interpolation
3.3 Cubic Splines
M-Files and References
4 Numerical Integration
4.1 The Newton-Cotes Rules
4.2 Composite Rules
4.3 Adaptive Quadrature
4.4 Special Topics
4.5 Sharde Memory Adaptive Quadrature
M-Files and References
5 Matrix Computations
5.1 Setting Up Martix Problems
5.2 Matrix Operations
5.3 once Again,Setting Up Matrix Problems
5.4 Recursive matrix Operations
5.5 Distributed Memory Matrix Multiplication
M-Files and References
6 Linear Systems
6.1 Triangular Problems
6.2 Banded Problems
6.3 General Problems
6.4 Analysis
M-Files and References
7 The QR and Cholesky Factorizations
7.1 Lealst Squares Fitting
7.2 The QR factorization
7.3 The Cholesky Factorization
7.4 High-Performance Cholesky
8 Nonlinear Equations and Optimization
……
9 The Initial Value Problem