combine/Psi
combine Psi functions
Calling Sequence
Parameters
Description
Examples
combine(f, Psi)
combine⁡f,Ψ
f
-
any expression
Expressions involving Psi are combined as follows
Ψn±x+Ψm⁢±⁢x⇒Ψ⁡x±Q⁡x±π⁢P⁡cot⁡π⁢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+−1n⁢n!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