Está en la página 1de 7

I n [ ] : = Plotx3 , x, {x, - 3, 3}, PlotStyle  {Red, Blue}

representación gráfica estilo de repre⋯ rojo azul


O u t [ ] =
10

-3 -2 -1 1 2 3

-5

-10

0 1
3 3
I n [ ] : =  x - x  x +  x - x   x
-1 0
O u t [ ] =
1
2

I n [ ] : =

Plotx - x2 , 2 x, {x, - 3, 3}, PlotStyle  {Red, Blue}


representación gráfica estilo de repre⋯ rojo azul
O u t [ ] =

-3 -2 -1 1 2 3

-5

-10

0
2
I n [ ] : =  x - x  - 2 x  x
-1

O u t [ ] =
1
6

Printed by Wolfram Mathematica Student Edition


2 WOLFRAM PAUL NEIZA 1.nb

punto 9
a).

I n [ ] : = Plot1 / x, 1  x2 , {x, 0, 2}, PlotStyle  {Pink, Purple, Blue}, PlotRange  {0, 2}
representación gráfica estilo de repre⋯ rosa púrpura azul rango de representación
O u t [ ] =
2.0

1.5

1.0

0.5

0.0 0.5 1.0 1.5 2.0

I n [ ] : = Solve1  x2  1 / x, x
resuelve
O u t [ ] =

{{x  1}}

2
2
I n [ ] : =  1  x - 1 / x  x
1
O u t [ ] =
1
- Log[2]
2

Plot1 + x , ((3 + x) / 3), {x, - 1, 15}, PlotStyle  {Orange, Yellow}


representación gráfica estilo de repre⋯ naranja amarillo

Printed by Wolfram Mathematica Student Edition


WOLFRAM PAUL NEIZA 1.nb 3

O u t [ ] =

5 10 15

I n [ ] : = Solve1 + x  (3 + x) / 3, x
resuelve

O u t [ ] =

{{x  0}, {x  9}}

9
I n [ ] : =  1 + x  - ((3 + x) / 3)  x
0
O u t [ ] =
9
2

Printed by Wolfram Mathematica Student Edition


4 WOLFRAM PAUL NEIZA 1.nb

In[8]:=

PlotCos[x], (Sec[x])2 , {x, - π / 4, π / 4}, PlotStyle  {Blue, Yellow}


repre⋯ coseno estilo de repre⋯ azul amarillo

2.0

1.8

1.6

1.4
Out[8]=

1.2

1.0

0.8

-0.5 0.5

In[11]:= PlotSin[π * x], x2 - x, 2, {x, - 4, 4}, PlotStyle  {Blue, Yellow, Red}
repre⋯ seno estilo de repre⋯ azul amarillo rojo
Out[11]=

-4 -2 2 4

Printed by Wolfram Mathematica Student Edition


WOLFRAM PAUL NEIZA 1.nb 5

In[12]:= Plot 4 - x2 , {x, 0, 2}


representación gráfica
Out[12]=

2.0

1.5

1.0

0.5

0.5 1.0 1.5 2.0

In[20]:= RevolutionPlot3Dx, 4 - x2 , {x, 2, 0}, AxesLabel  {x, y, z},


gráfico de revolución 3D etiqueta de ejes

RevolutionAxis  {1, 0, 0}, PlotStyle  {Opacity[0, 9]}


eje de revolución estilo de repre⋯ opacidad

Out[20]=

Printed by Wolfram Mathematica Student Edition


6 WOLFRAM PAUL NEIZA 1.nb

2 2
In[25]:=   4 - X2   X
0
Out[25]=
16
3

In[21]:= Solvey2 - 6 y + x  0, x
resuelve
Out[21]=

x  6 y - y2 

In[23]:= RevolutionPlot3DY, 6 Y - Y2 , {Y, 2, 0}, AxesLabel  {x, y, z},


gráfico de revolución 3D etiqueta de ejes

RevolutionAxis  {1, 0, 0}, PlotStyle  {Opacity[0, 9]}


eje de revolución estilo de repre⋯ opacidad
Out[23]=

6
2
In[28]:= π  6 y - y2    y
0

Printed by Wolfram Mathematica Student Edition


WOLFRAM PAUL NEIZA 1.nb 7

1296 π
In[29]:= // N
5 valor numérico

Out[29]=

814.301

Printed by Wolfram Mathematica Student Edition

También podría gustarte