Calculate matrix log and log(A) for 2x2 matrices using Taylor series
The matrix logarithm is the inverse operation of matrix exponential. People search for it as matrix log, log matrix, log of matrix, log of a matrix, or logarithm of a matrix. For matrices close to identity, this calculator uses Taylor series expansion for computation.
For a matrix near the identity matrix, write A = I + X and use log(I + X) = X - X^2/2 + X^3/3 - X^4/4 + ... . The more terms used, the better the approximation when the series converges.
The matrix logarithm is a matrix function that is the inverse of the matrix exponential. If A = exp(X), then X = log(A). It's used in various areas of mathematics and engineering.
log(I+X) = X - X²/2 + X³/3 - X⁴/4 + ... converges for ||X|| < 1.
If A has eigenvalues λ, log(A) has eigenvalues log(λ).
Series converges when matrix norm is less than 1.
log(AB) ≠ log(A)+log(B) in general, unlike scalar case.
| Operation | Purpose | Important Note |
|---|---|---|
| Matrix logarithm log(A) | Finds a matrix X such that exp(X)=A | Existence depends on eigenvalues and branch choices. |
| Matrix exponential exp(A) | Builds continuous-time transformations and system solutions | Always defined for square matrices. |
| Scalar log rules | log(ab)=log(a)+log(b) | This does not generally hold for matrices because multiplication may not commute. |
Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.
© 2026 IP331.com - Free Online Tools. All rights reserved.