776 views
2 votes
2 votes

How following recurrence relation could be solved (means via Homogenous solution and particular solution method) -->

H(n) = H(2/3(n-1)) + 1 
H(1) = 0

PS: One way to solve it is mentioned here https://gateoverflow.in/842/gate2002-2-12. But how it could be solved via Homogenous solution and particular solution method.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
22 votes
22 votes
1 answer
2
P C asked Dec 31, 2022
1,621 views
What is the recurrence relation for the ternary strings of length $n$ which can be constructed using 0,1 or 2 only such that the number of 0’s and number of 1's is od...
1 votes
1 votes
2 answers
3
aditi19 asked May 14, 2019
862 views
What will be solution of recurrence relation if roots are like this: r1=-2, r2=2, r3=-2, r4=2is this the case of repetitive roots?
0 votes
0 votes
0 answers
4