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