|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FindLinearRecurrence
FindLinearRecurrence[list]
finds if possible the minimal linear recurrence that generates list.
FindLinearRecurrence[list, d]
finds if possible the linear recurrence of maximum order d that generates list.
DetailsDetails
- FindLinearRecurrence gives the shortest kernel ker which reproduces list from LinearRecurrence[ker, init, ...]. The initial list init comes from the first elements in list.
- FindLinearRecurrence[list] will find the coefficients
such that LinearRecurrence[{a1, ..., ad}, list[[1;;d]], Length[list]] generates list.
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

