This document discusses eigen values, eigen vectors, and diagonalization of matrices. It defines eigen values as the roots of the characteristic equation of a matrix. Eigen vectors are non-zero vectors that satisfy AX=λX, where λ is the eigen value. Diagonalization is the process of transforming a matrix A into a diagonal matrix D using a similarity transformation with an invertible matrix P, such that D=P-1AP. The document provides examples to illustrate these concepts and lists various properties of eigen values and eigen vectors.