Learn R Programming

⚠️There's a newer version (1.0-0) of this package.Take me there.

expm (version 0.999-9)

Matrix Exponential, Log, 'etc'

Description

Computation of the matrix exponential, logarithm, sqrt, and related quantities, using traditional and modern methods.

Copy Link

Version

Install

install.packages('expm')

Monthly Downloads

64,779

Version

0.999-9

License

GPL (>= 2)

Maintainer

Martin Maechler

Last Published

January 11th, 2024

Functions in expm (0.999-9)

expAtv

Compute Matrix Exponential exp(A t) * v directly
logm

Matrix Logarithm
sqrtm

Matrix Square Root
expmCond

Exponential Condition Number of a Matrix
balance

Balance a Square Matrix via LAPACK's DGEBAL
expmFrechet

Frechet Derivative of the Matrix Exponential
matStig

Stig's "infamous" Example Matrix
matpow

Matrix Power
expm.Higham08

Matrix Exponential [Higham 2008]
expm

Matrix Exponential