Content deleted Content added
Chancemill (talk | contribs) m eqn |
Chancemill (talk | contribs) 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>
:<math>fp(n)=f(n-1)+f(n-2)</math>
|