SOLUTION: Find the general solution of the recurrence relation: T(n) = 5T(n/4) - 4T(n/16) + 3n
Algebra
->
Test
-> SOLUTION: Find the general solution of the recurrence relation: T(n) = 5T(n/4) - 4T(n/16) + 3n
Log On
Test Calculators and Practice
Test
Answers archive
Answers
Word Problems
Word
Lessons
Lessons
Click here to see ALL problems on test
Question 1187708
:
Find the general solution of the recurrence relation:
T(n) = 5T(n/4) - 4T(n/16) + 3n
Answer by
ikleyn(52776)
(
Show Source
):
You can
put this solution on YOUR website!
.
Recurrence relation CAN NOT be written/presented in this form, if "n" is an arbitrary integer positive number.
Your formula is ERRONEOUS.