Jump to content

Logarithm of a matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AugPi (talk | contribs) at 00:49, 18 October 2005 (new article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The logarithm of a matrix A is a matrix B such that

.

Numerical method: matrix diagonalization

A method for finding ln A is the following:

Find the matrix V of eigenvectors of A (each column of V is an eigenvector of A).
Find the inverse V−1 of V.
Let
Then A′ will be a diagonal matrix whose diagonal elements are eigenvalues of A.
Replace each diagonal element of A′ by its (natural) logarithm in order to obtain .
Then

See also