Direction: Choose the correct option
Q1.
Which NumPy function computes the dot product of two vectors?
Direction: Choose the correct option
Q2.
How do you compute the inverse of a matrix `A` in NumPy?
Direction: Choose the correct option
Q3.
What function computes the determinant of a matrix?
Direction: Choose the correct option
Q4.
How do you solve a linear system Ax = b in NumPy?
Direction: Choose the correct option
Q5.
What does `np.linalg.eig(A)` return?
Direction: Choose the correct option
Q6.
Which function computes the singular value decomposition (SVD)?
Direction: Choose the correct option
Q7.
What is the result of `np.linalg.matrix_rank(A)`?
Direction: Choose the correct option
Q8.
How do you compute the trace of a square matrix?
Direction: Choose the correct option
Q9.
Which function computes the outer product of two vectors?
Direction: Choose the correct option
Q10.
What does `np.linalg.norm(v)` compute?
