Topic: Graph cant show my simple function
I have a function: f(x)=(phi^x - (1-phi)^x)/sqrt(5).
where phi is: (1+sqrt(5))/2 , (This is "The Golden Ratio").
x goes from -10 to 10 in steps of 1.
The function describes the Fibonacci numbers in terms of x, where x is the Nth number in the Fibonacci-series.
My x-axis goes from -10 to 10, my y-axis from -10 to 10 (Standard Zoom).
The graph is NOT shown.
But when I zoom out, to about 10 times, it shows a graph, but only a part of the graph (depending on the zoom).
I have tried to make sqrt(5) a constant: 2.236068
and phi a constant: 1.618034, and x range from 1 to 10, in steps of 1
(Without steps, the graph dosent show at any zoom level).
Nothing works! What is wrong??
I have attached my "Fibonacci-tal.grf" file.