as the title says how to graph y=x^2 in Maple 11? I spend half an hour and I still cannot figure out. help please
Follow Math Help Forum on Facebook and Google+
Originally Posted by zxe as the title says how to graph y=x^2 in Maple 11? I spend half an hour and I still cannot figure out. help please the command is plot(f(x), x=a..b); where [a,b] is the interval you want to plot the graph on. you can define f(x) before hand and use "f(x)" in the position as shown. or you can type it out, that is, plot(x^2, x = -10..10); for example
View Tag Cloud