Question 1
Which function is used to calculate the dot product of two arrays in numpy?
Question 2
Which function is used to calculate the inverse of a matrix in numpy's linalg module?
Question 3
Which function is used to compute the QR decomposition of a matrix in numpy?
Question 4
What does the numpy.linalg.det() function return?
Question 5
What does the function numpy.linalg.matrix_rank() compute?
Question 6
What does the numpy.linalg.norm() function calculate?
Question 7
Which function is used to compute the pseudo-inverse of a matrix in numpy?
Question 8
Which function can be used to solve a system of linear equations in numpy?
Question 9
How can you calculate the singular value decomposition (SVD) of a matrix in numpy?
Question 10
How can you compute the eigenvalues and eigenvectors of a square matrix in numpy?