Learn R Programming

EigenR (version 1.2.3)

Eigen_log: Logarithm of a matrix

Description

Logarithm of a real or complex square matrix, when possible.

Usage

Eigen_log(M)

Arguments

M

a square matrix, real or complex

Value

The logarithm of M.

Details

The logarithm of a matrix does not always exist. See matrix logarithm.