Unit 2: Solution of Linear and Nonlinear Equations - Subjective Questions

ECE183 — Mathematics For Robotics • Practice Questions with Detailed Answers

20 questions

1

Define eigenvalues and eigenvectors of a square matrix. Explain how they are used in matrix factorization.

2

State the conditions under which a square matrix can be diagonalized. Illustrate the factorization with a suitable example.

3

Derive the spectral decomposition of a real symmetric matrix and explain its significance.

4

Define singular value decomposition and describe the dimensions and properties of the matrices involved.

5

Explain how the singular value decomposition of a matrix can be computed using eigenvalues and eigenvectors.

6

Distinguish between eigenvalue decomposition and singular value decomposition.

7

Explain how SVD is used to obtain the pseudoinverse and solve a rank-deficient linear system.

8

Describe the role of singular values in determining matrix rank, condition number, and numerical stability.

9

What is a nonlinear equation? Explain the main difficulties involved in solving nonlinear equations numerically.

10

Describe suitable stopping criteria and error measures for iterative methods used to solve .

11

Explain the bisection method for solving a nonlinear equation and state its convergence conditions.

12

Derive the error bound and iteration-count formula for the bisection method.

13

Apply two iterations of the bisection method to using the initial interval .

14

Derive the iteration formula of the secant method and explain its geometric interpretation.

15

Discuss the convergence, advantages, and limitations of the secant method.

16

Use the secant method to compute the first two improved approximations to a root of , starting with and .

17

Derive the Newton-Raphson iteration formula using the tangent-line approximation.

18

Apply three iterations of the Newton-Raphson method to approximate , starting with .

19

Explain the convergence conditions and common failure cases of the Newton-Raphson method.

20

Compare the bisection, secant, and Newton-Raphson methods with respect to initialization, convergence, computational cost, and reliability.