Computer Science, asked by EshanVasaikar, 1 day ago

What is the function to get both eigen values and eigen vectors of a matrix?

Select one:

a. eigval()

b. eig[]

c. eigval[]

d. eig()​

Answers

Answered by fineclearanswer
0

Answer:The correct answer is : eig

Explanation:

Answered by nancychaterjeestar29
0

Answer:

B) eig[]

Explanation:

Eigenvectors are NOT very unique, for variety of given reasons. Change the sign, and an eigen vector is still a eigenvector for the same amount of eigenvalue. In fact, multiply by any constant, and an eigenvector is still the same. Different tools can also choose different normalizations.

If an eigenvalue is a multiple of greater than one, then the eigenvectors are again not very unique, as long as they spam the same subspace.

#SPJ2

Similar questions