Quiz 07
Quiz 07
Question 1
How many methods are used to solve a first order recurrence relation?
Response: 2
Correct answer: 2
Question 2
The recurrence relation of the form Xan + Yan–1 + Zan–2 = 0 where X, Y & Z are
Response: Real
Question 3
Consider the solution of given recurrence relation an + 7an–1 + 10an–2 = 0 where a0 = 2 & a1 = 3 by second order linear homogenous recurrence relations:
Response:
Correct answer:
Score: 0 out of 1 No
Question 4
Determine the recurrence relation for the following function by iteration method: xn = 4xn–1, x0 = 2
Question 5
Which among the following is an equation that characterises a sequence based on a principle that gives the next term as a relation with previous terms?
Question 6
Consider the solution of following equation by characteristic root method: xn = 3xn–1, x0 = 1
Response: xn = 1.3n
Question 8
Classify the following as first order linear recurrence relation:
Response: xn = 5xn–1
Question 9
Which among the following is a recurrence relation that defines the nth term in terms of the previous two terms?
Question 10
What is the general form of first order recurrence relation?
Response: xn = cxn–1