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


   



Question 1187708: Find the general solution of the recurrence relation:
T(n) = 5T(n/4) - 4T(n/16) + 3n

Answer by ikleyn(52776) About Me  (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.