Learn R Programming

vocaldia (version 0.8.4)

matrixExp: matrixExp: raise matrix to exp.

Description

Matrix exponentials

Usage

matrixExp(matrix, exp, mmatrix = matrix)

Value

matrix^exp

Arguments

matrix

a matrix

exp

the power to which matrix will be raised

mmatrix

a placeholder.

Details

A (sort of) exponential function for matrix multiplication (to be used with staticMatrix).

Examples

Run this code
data(vocdia)
matrixExp(vocmatrix$ttarray, 3)

Run the code above in your browser using DataLab