I am trying to define functions and see how I can graph them.
I know I can do it by typing the function directly into the graph command itself (for example: graph{2x|x∈[-10;10]} ) but that's not what I want to do.
I want to be able to define in the function in the stack, for example I typed: f(x)=2x
That seemed to work ok, but then when I try to display the function it does not work...
graph{f(x)|x ∈[-10;10]}
It is accepted as a command but nothing is being displayed...