Concept Flow - Eigenvalues and eigenvectors (eig)
Input matrix A
Call eig(A)
Compute eigenvalues and eigenvectors
Return eigenvalues (D) and eigenvectors (V)
Use or display results
Start with a matrix A, call eig(A) to find its eigenvalues and eigenvectors, then use or display these results.