Open cookbook-ms opened 9 months ago
when computing or returning the eigenvalues and eigenvectors, it's recommended to order them based on the magnitudes of the eigenvalues, e.g., from small to large
when computing or returning the eigenvalues and eigenvectors, it's recommended to order them based on the magnitudes of the eigenvalues, e.g., from small to large
I have fixed that.
Usually we want to visualize not just one eigenvector but a set of them, so in this case, it is better to use a unified colormap for all of them.
A few points: