Solve Recurrent Equation - Step-by-Step Guide

  • Thread starter Thread starter vtakhist
  • Start date Start date
AI Thread Summary
The discussion focuses on solving a recurrent sequence defined by the equation P{X(n)=m}=SUM(from 1, to n-1)(p(n,k)*P{X(k)=m-1}. The initial conditions are provided as P{X(0}=0}=1 and P{X(1)=0}=1. The term p(n,k) is described as a constant that depends on n and k, but its specific nature is not detailed. Participants seek a comprehensive solution to the problem, particularly clarifying the meaning of P{X(n)=m} as the probability that the random variable X(n) equals m. The thread emphasizes the need for a step-by-step guide to fully address the recurrent equation.
vtakhist
Messages
11
Reaction score
0
Good Day. I need to solve reccurent sequence.
P{X(n)=m}=SUM(from 1, to n-1)(p(n,k)*P{X(k)=m-1}
P{X(0}=0}=1 P{X(1)=0}=1
p(n,k)-some const witch depends on n and k.
I need full solvation of this problem.
Thanks for help.
 
Physics news on Phys.org
WHAT is p{X(n)=m} ? apart from other things
 
Probability, that random variable X(n) will take a value m.
 
Back
Top