Solve Recurrent Equation - Step-by-Step Guide

  • Context: Graduate 
  • Thread starter Thread starter vtakhist
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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.