combine/Psi
combine Psi functions
Calling Sequence
Parameters
Description
Examples
combine(f, Psi)
combinef,Ψ
f
-
any expression
Expressions involving Psi are combined as follows
Ψn±x+Ψm±x⇒Ψx±Qx±πPcotπx
where Q is a rational function, P a univariate polynomial and m and n are rationals.
This is done by applying the following recurrence and reflection formulae.
Ψ1+x=Ψx+1x
Ψ1−x=Ψx+πcotπx
Ψn,1+x=Ψn,x+−1nn!xn+1
Ψn,1−x=−1nΨn,x+ⅆnⅆxnπcotπx
You can enter the command combine/Psi using either the 1-D or 2-D calling sequence. For example, combine(Psi(x) + Psi(1+x), Psi) is equivalent to combineΨx+Ψ1+x,Ψ.
combineΨx+Ψ1+x,Ψ
2Ψx+1x
combineΨ1−x−Ψx+Ψy,Ψ
πcotπx+Ψy
combineΨ2,x−12−Ψ2,x+12,Ψ
−2x−123
combineΨ1,x−12−Ψ1,x+12,Ψ
1x−122
See Also
combine
GAMMA
Psi
Download Help Document