Recurrence Relations

Casual Mode - Take your time!

1 / 14
Correct
0
Incorrect
0
Score
0%
Multiple Choice

What is the general form of a linear homogeneous recurrence relation of order k?

  1. a_n = c_1 * a_{n-1} + c_2 * a_{n-2} + ... + c_k * a_{n-k}
  2. a_n = c_1 * a_{n-1} + c_2 * a_{n-2} + ... + c_k * a_{n+k}
  3. a_n = c_1 * a_{n+1} + c_2 * a_{n+2} + ... + c_k * a_{n+k}
  4. a_n = c_1 * a_{n-1} + c_2 * a_{n-2} + ... + c_k * a_{n-1}
Change Mode