LinearOperators
dAlembertianSolver
compute d'Alembertian solution of functional linear inhomogeneous equation with d'Alembertian right hand side
Calling Sequence
Parameters
Description
Examples
References
dAlembertianSolver(L,b,x,case)
L
-
Ore operator
b
right hand side of the equation which is a d'Alembertian term
x
name of the independent variable
case
parameter indicating the case of the equation ('differential' or 'shift')
The LinearOperators[dAlembertianSolver] function returns a d'Alembertian solution of the given inhomogeneous linear functional equation with a d'Alembertian right hand side if such a solution exists. Otherwise, it returns FAIL.
An Ore operator is a structure that consists of the keyword OrePoly with a sequence of coefficients starting with the one of degree zero. The coefficients must be rational functions in x. For example, in the differential case with the differential operator D, OrePoly(2/x, x, x+1, 1) represents the operator 2x+x⁢D+x+1⁢D2+D3.
The right hand side b must be a d'Alembertian term. The main property of a d'Alembertian term is that it is annihilated by a linear operator that can be written as a composition of operators of the first degree. The set of d'Alembertian terms has a ring structure. The package recognizes some basic d'Alembertian terms and their ring-operation closure terms. The result of the substitution of a rational term for the independent variable in the d'Alembertian term is also a d'Alembertian term.
The routine returns an error message if the right hand side is not d'Alembertian.
L≔OrePoly⁡2,0,0,2⁢x,x2;b≔x2
L≔OrePoly⁡2,0,0,2⁢x,x2
b≔x2
LinearOperatorsdAlembertianSolver⁡L,b,x,differential
x22
L≔OrePoly⁡−x,0,1;b≔4⁢x3+1⁢ln⁡xx⁢sqrt⁡x
L≔OrePoly⁡−x,0,1
b≔4⁢x3+1⁢ln⁡xx32
−4⁢x⁢ln⁡x
L≔OrePoly⁡1,n,1;b≔Γ⁡n+2+n⁢Γ⁡n+1+Γ⁡n
L≔OrePoly⁡1,n,1
b≔Γ⁡n+2+n⁢Γ⁡n+1+Γ⁡n
LinearOperatorsdAlembertianSolver⁡L,b,n,shift
Γ⁡n
Abramov, S. A., and Zima, E. V. "D'Alembertian Solutions of Inhomogeneous Equations (differential, difference, and some other)." In Proceedings ISSAC '96, pp. 232-240. Edited by Y. N. Lakshman. New York: ACM Press, 1996.
See Also
Download Help Document