orthovalvj

j-th orthogonal evaluation.


Syntax
   f = orthovalvj(j, v, domain, basis)

Description
   F = orthovalvj(j, v, domain, basis) returns the value of 
   the j-th polynomial evaluated (orthogonally) at v.

Inputs
   j      = j-th polynomial (integer scalar).
   v      = input for evalu (double scalar or vector).
   domain = domain [a b] of orthogonality (double vector).
   basis  = orthogonal polynomial basis (integer scalar or char).
            1 or 'ChebyshevT' to Chebyshev of first kind, 
            2 or 'ChebyshevU' to Chebyshev of second kind, 
            3 or 'LegendreP' to Legendre, 
            4 or 'HermiteH' to Hermite,
            5 or 'LaguerreL' to Laguerre and
            6 or 'GegenbauerC' to Gegenbauer.

Output
   f      = Pj(v) (double scalar or vector).

See also
  orthovalv, orthovalvj, orthovald and orthovalM.