in Combinatory
390 views
0 votes
0 votes
Solve the recurrence relation $T (n) = nT^{2}(n/2)$ with initial condition $T (1) = 6$ when $n = 2^{k}$ for some integer $k.$ [Hint: Let $n = 2^{k}$ and then make the substitution $a_{k} = \log T (2^{k})$ to obtain a linear nonhomogeneous recurrence relation.]
in Combinatory
by
390 views

1 comment

T(n)=nT2(n/2),T(1)=6,n=2k (log base is 2)

T(2k)=2kT2(2k−1),T(1)=6, Let ak=T(2k),bk=log ak

ak=2k(ak−1)2,a0=6

     bk=2bk−1+k,b0=log 6bk=(3+log 3)2kk−2

T(n)=2^(3n−2) 3^n/n

0
0

Please log in or register to answer this question.

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true