sini

Sine by orthogonal interpolation for itau object.


Syntax
   F = sini(x)

Description
   F = sini(A) is a function to approximate orthogonal interpolation the
   sin(A), where A is a matrix or a itau object.

Input
   A = independent tau variable (itau object) or any matrix.

Output
   F = polynomial approximation of sin(A) in [a, b] evaluated (with
       orthovalM) (itau object: F.mat contains the matrix).

See also
  sini, cosi, sinhi, coshi, expi, logi and sqrti.