Жанры
Авторы
Контакты
О сайте
Книжные новинки
Популярные книги
Найти
Главная
Авторы
Won Y. Yang
Applied Numerical Methods Using MATLAB
Читать книгу Applied Numerical Methods Using MATLAB - Won Y. Yang - Страница 1
Оглавление
Предыдущая
Следующая
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
...
43
Оглавление
Купить и скачать книгу
Вернуться на страницу книги Applied Numerical Methods Using MATLAB
Оглавление
Страница 1
Table of Contents
List of Tables
List of Illustrations
Guide
Pages
Applied Numerical Methods Using MATLAB®
Страница 8
Страница 9
Preface
Acknowledgments
About the Companion Website
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.8.1 Random Number Having Uniform Distribution
1.1.8.2 Random Number with Normal (Gaussian) Distribution
1.1.9 Flow Control
1.1.9.1
if‐end
and
switch‐case‐end
Statements
1.1.9.2
for index=i_0:increment:i_last‐end
Loop
1.1.9.3
while
Loop
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
{buyButton}
Подняться наверх