home *** CD-ROM | disk | FTP | other *** search
/ Math Solutions 1995 October / Math_Solutions_CD-ROM_Walnut_Creek_October_1995.iso / pc / mac / diffequa / numerica / contents.m < prev    next >
Encoding:
Text File  |  1995-04-05  |  1.9 KB  |  76 lines

  1.  
  2.                NUMERICAL METHODS:
  3.                MATLAB Programs
  4.            (c) 1995 by John H. Mathews
  5.  
  6.                  To Accompany
  7.  
  8.                NUMERICAL  METHODS
  9.             for Mathematics, Science,
  10.                 and Engineering
  11.                 Second Edition
  12.                PRENTICE HALL, INC.
  13.                ISBN 0-13-624990-6
  14.                ISBN 0-13-625047-5
  15.           Englewood Cliffs, NJ 07632
  16.                (c) 1992, 1987 by
  17.                 John H. Mathews
  18.      California State University, Fullerton
  19.          E-mail  in%"mathews@fullerton.edu"
  20.  
  21.  
  22.    This free software is complements of the author.
  23. It is permissible to copy this software for educational purposes, provided
  24. that it is used with the textbook. The software may not be sold for profit and
  25. may only be sold in such a way that the cost of reproduction are recovered.
  26.  
  27.  
  28.  
  29.                        PREFACE
  30.  
  31.      This disk contains numerical methods software coded in 
  32. MATLAB.  The algorithms are described in the text NUMERICAL 
  33. METHODS for Mathematics, Science, and Engineering.  
  34.  
  35.   The printed version of this material is titled 
  36. "MATLAB Programming Guidebook for NUMERICAL METHODS."
  37.  
  38.      The author appreciates correspondence regarding both the
  39. textbook and the supplements. You are welcome to correspond
  40. by mail or electronic mail.
  41.  
  42. Prof.  John  H.  Mathews
  43. Department of Mathematics
  44. California State University Fullerton
  45. Fullerton, CA  92634
  46. (714) 773-3631
  47. (714) 773-3196
  48. FAX: (714) 773-3972
  49. E-mail:  in%"mathews@fullerton.edu"
  50.  
  51.  
  52.  
  53.                    CONTENTS
  54.                    
  55. 1.  Preliminaries
  56.  
  57. 2.    The Solution of Nonlinear Equations f(x) = 0
  58.  
  59. 3.    The Solution of Linear Systems  AX = B
  60.  
  61. 4.    Interpolation and Polynomial Approximation
  62.  
  63. 5.    Curve Fitting
  64.  
  65. 6.    Numerical Differentiation
  66.  
  67. 7.    Numerical Integration
  68.  
  69. 8.    Numerical Optimization
  70.  
  71. 9.    Solution of Differential Equations
  72.  
  73. 10.    Solution of Partial Differential Equations
  74.  
  75. 11.    Eigenvalues and Eigenvectors
  76.