List of Figures

  1. An illustrating example: The ladder in the mine.
  2. An illustrating example: The ladder in the mine. Solution with MATLAB
  3. Level of precision.
  4. Computer numbers with six bit representation.
  5. Upper: number line in the hypothetical system, Lower: IEEE standard.
  6. Left: Adding eight numbers sequentially. Right: Adding eight numbers with parallel processors.
  7. Plot of the function: $ f(x)=3x + sin(x) - e^x$
  8. Graphical illustration of the Secant Method.
  9. A pathological case for the secant method.
  10. Graphical illustration of the Newton's Method.
  11. Graphical illustration of the case that Newton's Method will not converge.
  12. Plot of $ f(x)= x^3 + 2x^2 - x + 5$.
  13. Parabola $ a\nu ^2 + b\nu + c=p_2(\nu )$
  14. An example of the use of Muller's method.
  15. The fixed point of $ x = g(x)$ is the intersection of the line $ y=x$ and the curve $ y = g(x)$ plotted against x.
  16. Left: The curve on the left has a triple root at $ x = -1$ [the function is $ (x + 1)^3$]. The curve on the right has a double root at $ x = 2$ [the function is $ (x - 2)^2$].Right: Plot of $ (x - 1) (e^{(x-1)} - 1)$.
  17. A pair of equations.
  18. Connectivity between the processors (topologies).
  19. Fitting with different degrees of the polynomial.
  20. Fitting with quadratic in subinterval.
  21. Linear spline.
  22. Cubic spline.
  23. Resistance vs Temperature graph for the Least-Squares Approximation.
  24. Minimizing the deviations by making the sum a minimum.
  25. Figure for the data to illustrate curve fitting.
  26. The graph of $ V_\theta /V_\infty $ vs $ R/C$.
  27. plot(x,y,'o',x,f,'-').
  28. plot(x,Y,'o',x,y,'-').
  29. plot(x,Y,'o',x,f,'-',x,y,'+').
  30. Plot of the first four polynomials of the Chebyshev polynomials.
  31. Comparison of the error of Chebyshev series for $ e^x$ with the error of Maclaurin series.
  32. plot(x,errorchebyshev,'o',x,errormaclaurin,'-').
  33. Plot of a periodic function of period P.
  34. Left: Plot of $ f(x)=x$, periodic of period $ 2\pi $,Right: Plot of the Fourier series expansion for $ N=2,4,8$.
  35. Plot of Fourier series for $ \vert x\vert$ for $ N=2,4,8$.
  36. Plot of Fourier series for $ x(2-x)$ for $ N=40$.
  37. A function, $ f(x)$, of interest on [0,3].
  38. Left: Plot of a function reflected about the y-axis, an even function,Right: Plot of a function reflected about the origin, an add function.
  39. Left: Plot of the function reflected about the y-axis, Right: Plot of the function reflected about the origin.
  40. subplot(len,1,i).
  41. The trapezoidal rule.


2004-12-28