Consider the difference equation
with the initial (
) value
. If
is 2 and
, then
,
,
, etc.
Write a function that takes two values of n and the corresponding values of
and returns the initial value
and the exponent p.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers24
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15779 Solvers
-
23644 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1256 Solvers
-
Find the index of n in magic(n)
269 Solvers
-
Integer Sequence - II : New Fibonacci
676 Solvers
More from this Author321
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Good one.