Changes

23 bytes removed ,  06:14, 11 February 2014
Line 19: Line 19:  
\end{cases}
 
\end{cases}
 
</math>
 
</math>
*The Lucas numbers  are defined by: <math>L_n=\begin{cases}  2          &if  &n=0 \\
+
*The Lucas numbers  are defined by: <math>P(x)=\begin{cases}  0, &for &x<a \\
                                                             1           &if  &n=1 \\
+
                                                             1/b-a, &for &a<x<b \\
                                                             L_{n-1}+L_{n-2}  &if  &n>1
+
                                                             0,    &for &x>b
 
                                               \end{cases}</math>
 
                                               \end{cases}</math>
  
writer
5,435

edits