The document describes the Jacobi method for finding the eigenvalues and eigenvectors of a matrix. The method works by repeatedly transforming the matrix using orthogonal matrices until it is in diagonal form, with the diagonal elements being the eigenvalues. Each transformation zeros out one off-diagonal element, and the process is repeated until the matrix is fully diagonal. The eigenvectors can then be found from the resulting diagonalization matrix. An example is worked through to find the eigenvalues and eigenvectors of a 3x3 matrix using this method.