You are on page 1of 3

Trabajo en el Laboratorio

In[1]:=
Out[1]=

In[2]:=

Integrate[Sin[x], x]
- Cos[x]
Integrate[Sqrt[Tan[x]], x]
1

Out[2]=

- 2 ArcTan1 2

Log1 In[3]:=

Out[5]=

In[6]:=

Tan[x] + Tan[x]

1
n

, Re[n] < 0

FullSimplify[Integrate[Exp[n * x], {x, 0, }], n Reals && n < 0]

1
n

15

In[17]:=

Tan[x] + Tan[x] - Log1 +

ConditionalExpression-

In[13]:=

Out[16]=

Tan[x] +

Integrate[Exp[n * x], {x, 0, }]

In[16]:=

Out[6]=

Out[13]=

Tan[x] + 2 ArcTan1 +

Integrate[Exp[n * x], x]
n x

Out[3]=

In[5]:=

335
9

x * y ^ 2 * z ^ 1 2 x y z
2

- 1 + 15

15 2

f[x_] = Sin[x]
Sin[x]
Plot[f[x], {x, 0, 2 }]
1.0

0.5

Out[17]=

-0.5

-1.0

In[18]:=
Out[18]=

In[19]:=

g[x_, y_] = Exp- x ^ 2 + y ^ 2


-x2 -y2
Plot3D[g[x, y], {x, - 2, 2}, {y, - 2, 2}]

Out[19]=

In[20]:=
Out[20]=

In[21]:=

d1 = {{0, 0}, {1, 1.2}, {2, 3.8}, {3, 9.1}, {4, 15.5}, {5, 25}, {6, 35}}
{{0, 0}, {1, 1.2}, {2, 3.8}, {3, 9.1}, {4, 15.5}, {5, 25}, {6, 35}}
ListPlot[d1]
35
30
25
20

Out[21]=

15
10
5

1
In[22]:=

FindFit[d1, ax ^ 2 + b, {a, b}, x], {a 0.976648, b 0.103571}

In[22]:=

Plot[0.976648 * x ^ 2 + 0.103571, {x, 0, 6}]


35
30
25
20

Out[22]=

15
10
5

You might also like