You are on page 1of 3

3

x2 + 3 2 - 4
In[9]:= Plot , {x, - 1, 10}
x +x-2

10

Out[9]=
5

2 4 6 8 10

In[11]:=

4x
Plot , {x, - 20, 20}
x2 - 25

Out[11]=
-20 -10 10 20

-1

-2
2

In[19]:=

Sin[6 x]
Plot , {x, - 5, 5}, PlotRange → Full
2x
3

Out[19]=
1

-4 -2 2 4

In[25]:=

Plot 9 x2 + x - 3 x, {x, - 5, 5}, PlotRange → {- 2, 10}


10

Out[25]= 4

-4 -2 2 4

-2
3

In[26]:=

Absx2 - 9
Plot , {x, - 5, 5}
x+3

-4 -2 2 4
Out[26]=

-2

-4

-6

-8

In[28]:=

x2 - 9
Plot , {x, - 10, 15}
x2 - 5 x + 6

Out[28]=

-10 -5 5 10 15

-2

-4

You might also like