Question: Question 9 20 pts 1. Solve the following recurrence using the backward substitution method. forn >1 T(n) =T(n-1)+n3 T (1)=3 Show your work similar to

Question 9 20 pts 1. Solve the following recurrence using the "backward substitution" method. forn >1 T(n) =T(n-1)+n3 T (1)=3 Show your work similar to the example from the notes. You do not need to prove the correctness using mathematical induction. Just solve T(n) using 0 - notation, as a function of n. 2. Solve the following recurrence using the "change of variable" method. Use the change of variable m = log3 n. Show you work similar to the example from the notes. T(n) = 9T (vn) + 5(log; n) Upload Choose a File
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
