文档介绍:Numerical
Analysis
Using MATLAB® and Spreadsheets
Second Edition
Steven T. Karris
Orchard Publications
Table of Contents
Chapter 1
Introduction to MATLAB
Command Window....................................................................................................................... 1-1
Roots of Polynomials..................................................................................................................... 1-3
Polynomial Construction from Known Roots .............................................................................. 1-4
Evaluation of a Polynomial at Specified Values ........................................................................... 1-5
Rational Polynomials .................................................................................................................... 1-7
Using MATLAB to Make Plots.................................................................................................... 1-9
Subplots....................................................................................................................................... 1-18
Multiplication, Division and Exponentiation............................................................................. 1-18
Script and Function Files............................................................................................................ 1-25
Display Formats .......................................................................................................................... 1-29
Summary ..................................................................................................................................... 1-30
Exercises...................................................................................................................................... 1-35
Solutions to Exercises ................................................................................................................. 1-36
Chapter 2