Applied Numerical Methods Using MATLAB. Won Y. Yang

Чтение книги онлайн.

Читать онлайн книгу Applied Numerical Methods Using MATLAB - Won Y. Yang страница 3

Applied Numerical Methods Using MATLAB - Won Y. Yang

Скачать книгу

methods.Table P5.10 Relative error results of suing various numerical integration met...Table P5.12 Results of using various numerical integration methods for (P5.12...Table P5.15.1 Results of using ‘int2s()’ and “dblquad()' for the integral (...Table P5.15.2 Results of using ‘int2s()’ and ‘dblquad()’ for the integral (...Table P5.15.3 Results of using the double integration routine ‘int2s()’ for (...

      6 Chapter 6Table 6.1 A numerical solution of the DE (6.1.1) obtained by the Euler's meth...Table 6.2 Results of applying several functions for solving a simple DE.Table P6.11 Comparison of the BVP solvers ‘bvp2_shoot()’ and ‘bvp2_fdf()’....Table P6.12 Comparison of the BVP solvers ‘bvp2_shoot()’ and ‘bvp2_fdf()’....

      7 Chapter 7Table 7.1 Results of using the several optimization functions with various in...Table 7.2 Results of using several unconstrained optimization functions with ...Table 7.3 The names of the MATLAB built‐in minimization functions.Table P7.2.1 Extrema (maxima/minima) and saddle points of the function (P7.2....Table P7.2.2 Points reached by the several optimization functions.Table P7.7 The results of using ‘fmincon()’ with different initial guess.Table P7.8 The results of penalty methods depending on the initial guess and ...

      8 Chapter 9Table P9.8.1 The maximum absolute error and the number of nodes.Table P9.8.2 The maximum absolute error and the number of nodes.Table P9.8.3 The maximum absolute error and the number of nodes.

      9 4 Table D.1 Laplace transforms of basic functions. Table D.2 Properties of Laplace transform.

      10 5 Table E.1 Definition and properties of the CTFT (continuous‐time Fourier transfo... Table E.2 Properties of DTFT (discrete‐time Fourier transform.)

      11 9Table I.1 Some frequently used MATLAB commands.Table I.2 Graphic line specifications used in theplot() command.Table I.3 Functions and variables in MATLAB.

      List of Illustrations

      1 Chapter 1Figure 1.1 Plot of a 5 × 2 matrix data representing the variations of the hi...Figure 1.2 Examples of graphs obtained using the ‘plot()’ command. (a) Dat...Figure 1.3 Graphs drawn by using various graphic commands.Figure 1.4 3D graphs drawn by using plot3(), mesh(), and contour().Figure 1.5 Distribution (histogram) of noise generated by the rand()/ran...Figure 1.6 Process of adding two numbers, 3 and 14, in MATLAB.Figure 1.7 Graphs of sinc functions. Using ‘sinc1()’ without division‐by‐z...Figure P1.5 Plotting the graph of f(x) = tan x.Figure P1.10 The characteristic of an analog‐to‐digital converter (ADC).Figure P1.13 The graph of piece‐wise polynomial functions.Figure P1.20 Process of addition/subtraction with four mantissa bits.Figure P1.28 Graphs for Problem 1.28. (a1) A rectangular pulse function r D (t

      2 Chapter 2Figure 2.1 A minimum‐norm solution.Figure 2.2 Graphs for Eqs. (E2.6.1a,b).

      3 Chapter 3Figure 3.1 The graph of a third‐degree Lagrange polynomial.Figure 3.2 Interpolation from the viewpoint of approximation. (a) 4/8/10th‐D...Figure 3.3 Chebyshev nodes (with N = 4). (a) 4/8/10th‐degree polynomial appr...Figure 3.4 Approximation using the Chebyshev polynomial.Figure 3.5 Chebyshev polynomial functions. (a) T 0(x′) = 1, (b) T 0(x′) = x′, ...Figure 3.6 Pade approximation and Taylor series expansion for f(x) = e x (Exa...Figure 3.7 Cubic splines for Example 3.3.Figure 3.8 2D interpolation using Zi=interp2() on the grid array gener...Figure 3.9 Two‐dimensional approximation (Example 3.5). (a) True function, (...Figure 3.10 Polynomial curve fitting by the LS method. (a) Approximating pol...Figure 3.11 LS curve fitting and WLS curve fitting for Example 3.7. (a) Fitt...Figure 3.12 Using ‘cftool’ for curve fitting.Figure 3.13 The DFT(FFT) {X(k), k = 0 : N − 1...Figure 3.14 DFT spectra of a two‐tone signal. (a) polar(th,r), (b) semilogx(Figure 3.15 Interpolation/smoothing using DFS/DFT. (a) Original discrete‐tim...Figure P3.4 Chebyshev nodes.Figure P3.9 Coordinates and path of a robot planned using the cubic spline. ...Figure P3.11 LS fitting curves for data pairs with various relations.Figure P3.15 LS and WLS fitting curves to y = axe bx .Figure P3.17.1 Two rectangular pulses, a triangular pulse, and a dual triang...Figure P3.17.2 Effects of sampling period, zero‐padding, and whole interval ...Figure P3.18 The effect of windowing on DFT spectrum. (a) Rectangular window...

      4 Chapter 4Figure 4.1 Chebyshev nodes. (a)

. (b)
.Figure 4.2 Bisection method for Example 4.2. (a) Graphic description of the ...Figure 4.3 False position method for solving f(x) = tan(πx) − x.Figure 4.4 Solving nonlinear equations f(x) = 0 using the Newton method. (a)...Figure 4.5 Secant method for solving f(x) = tan(πx) − x.Figure 4.6 Solving nonlinear equations f(x) = 0 using the Newton method. (a)...Figure 4.7 Solving nonlinear equations f(x) = 0 using the Newton method.Figure 4.8 A BJT circuit and its PSpice schematic with DC (bias point) analy...Figure 4.9 A complementary BJT circuit and its PSpice schematic. (a) A compl...Figure P4.1 Fixed‐point iteration for solving f(x) = x 2 − 3x + 1 = 0. (a)
....Figure P4.3 Bisection method for solving f(x) = tan(πx) − x = 0.Figure P4.10 A BJT circuit and its PSpice simulation results with DC (bias p...Figure P4.11 A BJT circuit (a) and its PSpice schematic with DC (bias point)...Figure P4.12 An NMOS circuit (a) and its PSpice schematic with DC (bias poin...Figure P4.14 Single‐stub impedance matching.Figure P4.15 Two‐port networks in cascade interconnection.

      5 Chapter 5Figure 5.1 Forward/central difference approximation error of the first deriv...Figure 5.2 Forward/central difference approximation error of the first deriv...Figure 5.3 Various methods of numerical integration using Newton–Cotes rules...Figure 5.4 Subintervals (segments) and their boundary points (nodes) determi...Figure 5.5 Region for a double integral.Figure 5.6 One‐fourth (1/4) of a unit sphere (with the radius of 1).Figure 5.7 A piecewise linear (PWL) waveform.Figure 5.8 A piecewise linear (PWL) waveform.Figure P5.5 The graph of the integrand function of the integral (P5.5.1)Figure P5.11 Bit error rate (BER) vs. SNR curves for multidimensional (ortho...Figure P5.14 A unit sphere.

      6 Chapter 6Figure 6.1 Numerical solutions of the DE y′(t) + y(t) = 1 with y(0) = ...Figure 6.2 Numerical solutions of the DE y′(t) + y(t) = 1 with y(0) = 0.Figure 6.3 Numerical solutions and their errors for the

Скачать книгу