genfunc[rgf_findrecur] - find recurrence for terms in a sequence
|
Calling Sequence
|
|
rgf_findrecur(K, seq, F, n)
|
|
Parameters
|
|
K
|
-
|
positive integer, order of the recurrence
|
seq
|
-
|
list of consecutive values from the sequence
|
F
|
-
|
function name for sequence
|
n
|
-
|
name, index variable for the recurrence
|
|
|
|
|
Description
|
|
•
|
This function finds the homogeneous linear recurrence with constant coefficients of order K that is satisfied by seq.
|
•
|
If seq satisfies a recurrence of order less than K, that recurrence is found.
|
•
|
The command with(genfunc,rgf_findrecur) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?