Exponential of a matrix is a matrix function defined on a square matrix. Exponential of a matrix can be computed using power series given by:
For any matrix A, the above power series converges (for matrix with finite norm) and hence exponential of a matrix is well defined. In case of graphs, we represent graph using an n x n adjacency matrix, where n is the number of nodes. Hence, matrix exponential is computed on adjacency matrix.
Exponential of a matrix could be used to model certain useful features which can be used in Graph Mining Tasks.