Random Fibonacci sequence: Difference between revisions

Content deleted Content added
m eqn
m Lots of problems with Maths Tex symbols. Somebody should do this better
Line 12:
'''Recursive step :'''
 
:<math>
f(n)=\left\{\begin{matrix} fp(n), & \mbox{with probability 0.5}\\ fm(n), & \mbox{with probability 0.5}\end{matrix}\right.
</math>
 
: '''If P(X) denotes the probability of accepting the definition of the expression X for each X''',
 
:<math>fp(n)=f(n-1)+f(n-2)</math>