sinhm

Hiperbolic sine for matrix for itau object.


Syntax
   F = sinhm(x, coef)

Description
   F = sinhm(x) returns the F matrix suth that F is the Taylor series
   expansion for function of matrices. Here is sused Malab's function 
   "funm" for our x propertie, it means, matrixM(x) = M.

Input (required)
   x    = independent tau variable (itau object).

Input (optional)
   coef = coefficients of a polynomial (double vector).
          If coef is informed, then we want sinh(sum[coef_iP_i(M)]).

Output
   F    = matrix sized by [x.n x.n], translating sinh(M) in terms of
          its Taylor series expansion (double matrix in F.mat).

See also
  sinm, cosm, coshm, expm, logm and sqrtm.