Eigen_sinh {EigenR} | R Documentation |
Matrix hyperbolic sine of a real or complex square matrix.
Eigen_sinh(M)
M |
a square matrix, real or complex |
The matrix hyperbolic sine of M
.
library(EigenR)
M <- toeplitz(c(1,2,3))
Eigen_sinh(M)
(Eigen_exp(M) - Eigen_exp(-M)) / 2 # identical