View Original: | Lucas continuous.png (1104x1118) | |||
Download: | Original | Medium | Small | Thumb |
Courtesy of: | commons.wikimedia.org | More Like This | ||
Keywords: Lucas continuous.png Plot of Lucas numbers function on a continuous variable Own 2007-09-07 Kn Maxima source code l0 2;l1 1;ln if n > 0 then ln-1+ln-2 else ln+2-ln+1; xy makelist n ln n -10 10 ; l n realpart phi n+ - phi -n ; plot2d discrete xy l x x -10 10 style points 3 1 lines 1 2 legend l_x l x gnuplot_preamble set size ratio 1; set zeroaxis; nticks 100 gnuplot_term ps Fibonacci numbers Special functions |