http://www.cs.cornell.edu/courses/cs4210/2015fa/CVLBook/new_page_1.htm
Introduction to Scientific Computing
A Matrix-Vector Approach Using Matlab
Charles Van Loan
The book is outdated due to changes in Matlab. To address this problem I have updated the chapters that are relevant to CS 4210:
Chapter 1 | An introduction to Matlab using scientific computing themes |
Chapter 2 | Polynomial interpolation |
Chapter 3 | Piecewise polynomial interpolation including splines |
Chapter 4 | Numerical integration |
Chapter 9 | The initial value problem |
Here is a zip file of all the Matlab codes associated with Chapters 1,2,3,4, and 9.
The other chapters are not updated yet to reflect the latest version of Matlab. But here they are:
Chapter 5 | Matrix computations |
Chapter 6 | Linear systems |
Chapter 7 | The QR and Cholesky factorizations |
Chapter 8 | Nonlinear equations and optimization |
SOLUCIONARIO DEL LIBRO
http://www.cs.cornell.edu/cv/Books/SCMV/Problems/index.htm
Solutions to Problems
http://www.cs.cornell.edu/cv/Books/SCMV/index.htm
Introduction to Scientific Computing
A Matrix-Vector Approach Using Matlab
2nd Edition
An introductory numerical methods text that uses Matlab.
Author: Charles F. Van Loan
Date of Publication: 2000
Publisher: Prentice-Hall, Upper Saddle River, New Jersey, 07458
Pages: 367
ISBN: 0-13-949157-0
Table of Contents
Preface to Second Edition
Preface to First Edition
M-Files
Problem Solutions
Errata
able of Contents
Chapter 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
- 2.1 The Vandermonde Approach
- 2.2 The Newton Representation
- 2.3 Properties
- 2.4 Special Topics
- 3.1 Piecewise Linear Interpolation
- 3.2 Piecewise Cubic Hermite Interpolation
- 3.3 Cubic Splines
- 4.1 The Newton-Cotes Rules
- 4.2 Composite Rules
- 4.3 Adaptive Quadrature
- 4.4 Special Topics
- 4.5 Shared Memory Adaptive Quadrature
- 5.1 Setting Up Matrix Problems
- 5.2 Matrix Operations
- 5.3 Once Again, Setting Up Matrix Problems
- 5.4 Recursive Matrix Operations
- 5.5 Distributed Memory Matrix Multiplication
- 6.1 Triangular Problems
- 6.2 Banded Problems
- 6.3 Full Problems
- 6.4 Analysis
- 7.1 Least Squares Fitting
- 7.2 The QR factorization
- 7.3 The Cholesky Factorization
- 7.4 High-Performance Cholesky
- 8.1 Finding Roots
- 8.2 Minimizing a Function of One Variable
- 8.3 Minimizing Multivariate Functions
- 8.4 Solving Systems of Nonlinear Equations
- 9.1 Basic Concepts
- 9.2 The Runge-Kutta Methods
- 9.3 The Adams Methods
No hay comentarios:
Publicar un comentario