Quote:
Originally Posted by skimanner I'm trying to graph such things as 2^n, or n!, or n^2 etc. but really not sure how or if I even can for that matter. Looking to graph it for running time evaluations for computer algorithms btw. If not possible on the calculator does anyone know a web program or program I can download? |
Did you try going into "Y=" and entering the functions, then pressing "Graph".
In your case, you would have to enter
Y = 2^X
and
Y = X^2.
Y = X! won't work.