Numpy Assignment
Numpy Assignment
5. Write a NumPy program to compute the inner product of vectors for 1-D arrays (without
complex conjugation) and in higher dimension.
6. Write a NumPy program to compute the eigenvalues and eigenvectors of a given square
array.
9. Write a NumPy program to compute the sum of the diagonal element of a given array.
10. Write a NumPy program to calculate the Frobenius norm and the condition number of a
given array.