sqrtt

Square root by tau approximation for itau object.


Syntax
   [F, e, n] = sqrtt(x)

Description
   F = sqrtt(x) is a function to approximate by tau method sqrt(x), x in 
   [a, b]. This function goal is to take the machine precision in this
   approximation, once sqrtt(x) can be a funcional coeefficient at the
   equation. For this porpouse, we are usinhg schursolver function, which
   will decide the approximation degree to achieve 1e-16. Concluding, now
   is possible to use sqrtt(x) as coefficient.

Input
   x = independent tau variable (itau object).

Output
   F = polynomial approximation of sqrt(x) in [a, b] evaluated (with 
       orthovalM) in argument M = matrixM(x) (double matrix).

See also
  sint, cost, cosht, expt and logt.