|
|||||
Revista 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
In[]:=Limit[(Sin[x]-Tan[x])/x^3, x->0] |
: Out[] =
|
In[]:=Limit[(2 x^3 + Sin[x])/(5 x^3 + Log[x]),x->Infinity] |
: Out[] =
|
In[]:=Integrate[Sin[x]/x,{x, 0,1}] //N |
: Out[] =0.946083 |
In[]:=NIntegrate[Si[Sin[x]],{x, 0,Pi}] |
: Out[] =1.69624 |
In[]:=D[(2 x^3 + Sin[x])/(5 x^3 + Log[x]), x ] |
: Out[] =
|
In[]:=Sum[1/n^2,{n,1,Infinity}] |
: Out[] =
|
In[]:=Sum[(1+k)^3,{k,1,n}] |
: Out[] =
n(3 + n)(4 + 3n + n2) |
In[]:=Series[E^x^2,{x,0, 5}] |
: Out[] =
1 + x2 + + O[x6] |
In[]:=Normal[Series[E^x^2,{x,0, 5}]] |
: Out[] =
1 + x2 + |
EJERCICIOS
Use el Help de MATHEMATICA para investigar los comandos que siguen. Dé Un ejemplo de su uso.
FindMinimum[], NIntegrate[],NLimit[]
Revista
1
2
3 4
5
6 7
8
9
10
11
12 13
14 15 16
17 18 19
20 21 22
23 24 25
26 27 28
29 30 31
Revista digital Matemática, Educación e Internet.
Derechos Reservados