You are on page 1of 4

In[16]:=

x+4
Plotf[x] = , {x, - 5, 8}
2
x -9
representación gráfica

Out[16]=
-4 -2 2 4 6 8

-1

-2

In[21]:=

2 x2 - 5
Plotf[X] = , {x, 9, - 4}
2
x +x-6
representación gráfica

Out[21]=
1

-4 -2 2 4 6 8

-1

-2

Printed by Wolfram Mathematica Student Edition


2 wolfram.nb

3
In[19]:= Plotf[t] = 2 t - 1 , {t, 5, 6}
representación gráfica

2.22

2.20

2.18

2.16
Out[19]=

2.14

2.12

2.10

5.2 5.4 5.6 5.8 6.0

In[36]:= Plotg[t] = 3-t - 2 + t , {t, 5, - 13}


representación gráfica

Out[36]=
-10 -5 5

-1

-2

Printed by Wolfram Mathematica Student Edition


wolfram.nb 3

In[28]:=

1
Plotx[X] = , {x, - 4, 9}
4
x2 - 5 x
representación gráfica

Set: Tag Real in (-3.99973)[X] is Protected.

1.1

1.0

0.9

0.8
Out[28]=

0.7

0.6

0.5

-4 -2 2 4 6 8

u+1
In[32]:= Plotf[u] = , {u, 2, - 8}
1
1+
representación gráfica
u+1

10

-8 -6 -4 -2 2
Out[32]=
-5

-10

-15

-20

Printed by Wolfram Mathematica Student Edition


4 wolfram.nb

In[38]:= Plotf[p] = 2- p , {p, - 4, 15}


representación gráfica

1.4

1.2

1.0

0.8
Out[38]=
0.6

0.4

0.2

5 10 15

In[35]:= Ploth[X] = 4 - x2 , {x, 3, - 7}


representación gráfica

2.0

1.5

Out[35]= 1.0

0.5

-6 -4 -2 2

In[39]:= Plot[f[X] = 2 - 0.4 x, {x, - 7, 7}]


representación gráfica
5

Out[39]= 2

-6 -4 -2 2 4 6

-1

Printed by Wolfram Mathematica Student Edition

You might also like