LREtools[ValuesAtPoint] - formulas for the values of the solution of difference equation and its derivatives of the given order and at the given point.
|
Calling Sequence
|
|
ValuesAtPoint(L, E, fun, HalfInt_opt, Point_opt, Order_opt)
|
|
Parameters
|
|
L
|
-
|
linear difference operator in E with coefficients which are polynomials in x
|
E
|
-
|
name of the shift operator acting on x
|
fun
|
-
|
function f(x) that is a solution of
|
HalfInt_opt
|
-
|
(optional) 'HalfInterval'= A, A is a rational number, 0 by default
|
Point_opt
|
-
|
(optional) 'Point'=p, p is a rational number or an algebraic number in the indexed RootOf representation (see,RootOf,indexed), 0 by default
|
Order_opt
|
-
|
(optional) 'OrderDer'=m, m is non-negative integer, 0 by default.
|
|
|
|
|
Description
|
|
•
|
The ValuesAtPoint command returns formulas for the values of the function and its derivatives of the given order and at the given point in Point_opt. It also computes conditions for the analyticity of the function at the given point.
|
•
|
The input includes a difference operator
|
>
|
L := sum(a[i](x)* E^i,i=1..d);
|
| (1) |
|
and the point A. Specify the point 'Point'=p to compute the value f(x) and its derivatives at , and non-negative integer via the option Order_opt to specify the highest order of required derivatives of f(x) at
|
•
|
The procedure returns 2 sets:
|
|
|
Examples
|
|
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
References
|
|
|
Abramov, S.A., and van Hoeij, M. "Set of Poles of Solutions of Linear Difference Equations with Polynomial Coefficients." Computation Mathematics and Mathematical Physics. Vol. 43 No. 1. (2003): 57-62.
|
|
|
Download Help Document
Was this information helpful?