Numerical analysis - Test
  • 1. Numerical analysis is a branch of mathematics that deals with the development and implementation of algorithms for solving problems involving continuous quantities. It encompasses a wide range of techniques for approximating solutions to mathematical problems that are difficult or impossible to solve exactly. These techniques often involve computational methods such as interpolation, numerical integration, and solving differential equations numerically. Numerical analysis plays a crucial role in many scientific and engineering disciplines, providing tools for simulating and optimizing complex systems, analyzing experimental data, and making predictions based on mathematical models.

    What does the term 'convergence' refer to in numerical analysis?
A) The property of numerical methods to never reach a solution
B) The property of a function to have multiple solutions
C) The rate of error accumulation in calculations
D) The property of a sequence of iterates to approach a solution
  • 2. What is the purpose of using interpolation in numerical analysis?
A) Testing statistical hypotheses
B) Generating random numbers
C) Finding exact solutions to equations
D) Estimating unknown values between known data points
  • 3. What is the purpose of function approximation in numerical analysis?
A) Approximating complex functions using simpler ones
B) Finding maximum or minimum values of functions
C) Modeling physical systems
D) Exact calculation of mathematical functions
  • 4. In numerical analysis, what is the purpose of performing matrix factorization?
A) Finding eigenvalues of matrices
B) Predicting future trends
C) Generating random matrices
D) Solving systems of linear equations efficiently
  • 5. Which numerical method is commonly used for solving systems of linear equations?
A) Secant method
B) Runge-Kutta method
C) Newton's method
D) Gaussian elimination
  • 6. Which technique is commonly used for approximating the solution of nonlinear equations?
A) Newton's method
B) Lagrange interpolation
C) Runge-Kutta method
D) Gaussian elimination
  • 7. Which technique is commonly used for solving nonlinear optimization problems?
A) Gradient descent
B) Newton's method
C) Bisection method
D) False position method
  • 8. What is the primary purpose of data interpolation in numerical analysis?
A) Estimating missing values between known data points
B) Discarding outliers in the dataset
C) Creating new data points beyond the given range
D) Exact replication of known data points
  • 9. In which century did numerical analysis begin to find applications in life and social sciences?
A) 18th century.
B) 19th century.
C) 20th century.
D) 21st century.
  • 10. What has enabled the use of more complex numerical analysis models in recent times?
A) Decrease in computational costs.
B) Advancements in symbolic manipulation.
C) Growth in computing power.
D) Reduction in data availability.
  • 11. Which field uses numerical analysis to predict the motions of planets, stars, and galaxies?
A) Quantum physics.
B) Electromagnetism.
C) Thermodynamics.
D) Celestial mechanics.
  • 12. What is typically used in numerical analysis instead of exact symbolic answers?
A) Exact symbolic translations into digits.
B) Discrete mathematical proofs.
C) Approximate solutions within specified error bounds.
D) Purely theoretical models without computation.
  • 13. What did mechanical calculators evolve into during the 1940s?
A) Electronic computers
B) Formula lists
C) Mechanical books
D) Interpolation tables
  • 14. Who are two mathematicians linked to the origins of modern numerical analysis?
A) Euler and Gaussian
B) John von Neumann and Herman Goldstine
C) Newton and Lagrange
D) Whittaker and Stegun
  • 15. In what year did E. T. Whittaker contribute to numerical analysis?
A) 1947
B) 2000
C) 1912
D) 1985
  • 16. For what purpose do insurance companies use numerical programs?
A) To perform symbolic computations.
B) For actuarial analysis.
C) To simulate quantum phenomena.
D) To develop discrete models.
  • 17. Which programming language is noted for its libraries like NumPy and SciPy?
A) C++
B) MATLAB
C) Python
D) R
  • 18. What is a practical application of numerical weather prediction?
A) It relies solely on historical data analysis.
B) Symbolic manipulation techniques are used.
C) Advanced numerical methods make it feasible.
D) Discrete mathematics provides the foundation.
  • 19. Which example illustrates an ill-conditioned problem?
A) Integrating a function with an infinite number of regions.
B) Evaluating f(x) = 1/(x − 1) near x = 10.
C) Evaluating f(x) = 1/(x − 1) near x = 1.
D) Differentiating a function where the differential element is zero.
  • 20. What type of arithmetic can enhance the accuracy of computer algebra systems?
A) Floating-point arithmetic
B) Arbitrary-precision arithmetic
C) Binary arithmetic
D) Fixed-point arithmetic
  • 21. Which free-software alternative is mentioned for numerical computation?
A) IMSL library
B) NAG libraries
C) Netlib repository
D) GNU Scientific Library
  • 22. Which method is an example of Newton–Cotes formulas?
A) Sparse grids
B) Simplex method
C) Simpson's rule
D) Monte Carlo integration
  • 23. Which method becomes expensive in higher dimensions for numerical integration?
A) Sparse grids
B) Newton–Cotes formulas
C) Monte Carlo methods
D) Gaussian quadrature
  • 24. Which software can be used to solve simple numerical analysis problems using its built-in solver?
A) Scilab
B) Excel
C) MATLAB
D) Julia
  • 25. Which algorithm is based on singular value decomposition?
A) Monte Carlo integration
B) Spectral image compression
C) Simplex method
D) Principal component analysis
  • 26. What type of algorithms do airlines use for optimizing operations?
A) Symbolic manipulation techniques.
B) Sophisticated optimization algorithms developed within operations research.
C) Basic arithmetic calculations.
D) Discrete event simulations.
  • 27. What are the initial values a and b used in the example for the bisection method?
A) a = 2, b = 5
B) a = 1, b = 2
C) a = -1, b = 4
D) a = 0, b = 3
  • 28. What is the maximum error for the solution in the example?
A) Greater than 1
B) Exactly 0
C) Equal to 0.5
D) Less than 0.2
  • 29. Why are function values from large tables less useful today?
A) Because the Leslie Fox Prize was initiated
B) Because they were only calculated to 16 decimal places
C) Because of E. T. Whittaker's work
D) Because a computer is available
  • 30. In the example provided, what is the function f(x) used for the bisection method?
A) x3 - 8
B) 3x + 4 = 28
C) 3x3 − 24
D) 3x2 + 4
  • 31. What is typically used to decide when a sufficiently accurate solution has been found in iterative methods?
A) The number of steps taken.
B) The size of the initial guess.
C) The precision of arithmetic operations.
D) A convergence test involving the residual.
  • 32. What is the name of a journal that publishes articles on numerical mathematics since 1959?
A) Digital Library of Mathematical Functions
B) Journal on Numerical Analysis (SINUM)
C) Encyclopedia of Mathematics
D) Numerische Mathematik
Created with That Quiz — where test making and test taking are made easy for math and other subject areas.