Читать книгу Applied Numerical Methods Using MATLAB - Won Y. Yang - Страница 13

1 MATLAB Usage and Computational Errors Chapter Outline

Оглавление

  1.1 Basic Operations of MATLAB 1.1.1 Input/Output of Data from MATLAB Command Window 1.1.2 Input/Output of Data Through Files 1.1.3 Input/Output of Data Using Keyboard 1.1.4 Two‐Dimensional (2D) Graphic Input/Output 1.1.5 Three Dimensional (3D) Graphic Output 1.1.6 Mathematical Functions 1.1.7 Operations on Vectors and Matrices 1.1.8 Random Number Generators 1.1.9 Flow Control

  1.2 Computer Errors vs. Human Mistakes 1.2.1 IEEE 64‐bit Floating‐Point Number Representation 1.2.2 Various Kinds of Computing Errors 1.2.3 Absolute/Relative Computing Errors 1.2.4 Error Propagation 1.2.5 Tips for Avoiding Large Errors

  1.3 Toward Good Program 1.3.1 Nested Computing for Computational Efficiency 1.3.2 Vector Operation vs. Loop Iteration 1.3.3 Iterative Routine vs. Recursive Routine 1.3.4 To Avoid Runtime Error 1.3.5 Parameter Sharing via GLOBAL Variables 1.3.6 Parameter Passing Through VARARGIN 1.3.7 Adaptive Input Argument List Problems

Applied Numerical Methods Using MATLAB

Подняться наверх