Tutorial

Section 3.5: Eigenvalues and eigenvectors of a symmetric matrix. MATLAB can compute eigenvalues and eigenvectors of a square matrix, either numerically or symbolically. Numerical eigenvalues and eigenvectors. Recall that a matrix or any other quantity is stored in floating point by default: clear . A=[1,2,-1;4,0,1;-7,-2,3] A = 1 2 -1. 4 0 1 ................
................