Breve Introdução Ao Mathematica: 1. Informações Genéricas
Breve Introdução Ao Mathematica: 1. Informações Genéricas
Breve Introdução Ao Mathematica: 1. Informações Genéricas
1. Informações genéricas
Shift Enter
In[1]:= Sin5
Out[1]= Sin5
In[2]:= Sin5.
Out[2]= 0.958924
In[3]:= Log.1
Out[3]= 2.30259
In[4]:= ? Log
1.3 Gráficos
In[5]:= ? Plot
0.5
-6 -4 -2 2 4 6
-0.5
-1
Out[6]= Graphics
In[7]:= ? Show
0.5
-6 -4 -2 2 4 6
-0.5
-1
1
0.5
-6 -4 -2 2 4 6
-0.5
-1
1
0.5
-6 -4 -2 2 4 6
-0.5
-1
Out[8]= Graphics
4 IntroMath_me.nb
In[9]:= ? Plot3D
In[10]:= Plot3DSinxCosy, x, Pi, Pi, y, 2Pi, 2Pi, Mesh False,
PlotPoints 150
1
0.5
0 5
-0.5
-1
0
-2
0
-5
2
Out[10]= SurfaceGraphics
In[11]:= ? ParametricPlot3D
fz, gx, gy, gz, ... , ... plots several objects together. More…
according to the color specification s. ParametricPlot3Dfx, fy,
IntroMath_me.nb 5
1
0.5
0 2
-0.5
-1
0
-2
0
-2
2
Out[14]= Graphics3D
In[15]:= ?N
In[16]:= NPi
Out[16]= 3.14159
Out[17]= 3.1415926535897932384626433832795028841971693993751058209749445923078
16406286208998628034825342117068
6 IntroMath_me.nb
In[18]:= ? Precision
In[19]:= Precision2
Out[19]=
In[20]:= ? Solve
Solvex ^ 3 3x ^ 2 2 0, x
Leiam as limitações do comando Solve no Help
In[21]:=
Out[21]= x 1, x 1 3 , x 1 3
In[22]:= ? Sum
Out[23]= 1275
In[24]:= ? Limit
Out[25]= 0
Out[26]=
Out[29]//MatrixForm=
1 2
2 2
In[30]:= matrix.vector
In[31]:= ? Table
Out[33]//MatrixForm=
6
1
1
1
1
1
1
7
2 3 4 5
1
1
1
1
1
8
3 4 5 6
1
1
1
1
1
9
4 5 6 7
1
1
1
1
1
10
5 6 7 8
1
6
1
7
1
8
1
9
Out[34]//TableForm=
1
2
1
3
1
4
1
5
1
6
1
3
1
4
1
5
1
6
1
7
1
4
1
5
1
6
1
7
1
8
1
5
1
6
1
7
1
8
1
9
1
6
1
7
1
8
1
9
1
10
3. Definição de Funções
In[36]:= f5.
Out[36]= 6.10701
?D
In[38]:= ? Integrate
In[39]:= IntegrateDfx, x
1
Out[39]=
x x
-2
-4
-6
Out[40]= Graphics
In[41]:= Clearf
In[42]:= ? If
0.5
-2 -1 1 2
-0.5
-1
Out[44]= Graphics
4. Composições iterativas
In[45]:= ? For
In[47]:= ? While
In[48]:= x 2;
Whilex 7, Printx; x x 2
6
IntroMath_me.nb 11
In[50]:= ? Do
values 1 through imax in steps of 1. Doexpr, i, imin, imax
evaluates expr with the variable i successively taking on the
starts with i imin. Doexpr, i, imin, imax, di uses steps
di. Doexpr, i, imin, imax, j, jmin, jmax, ... evaluates
expr looping over different values of j, etc. for each i. More…
In[51]:= DoPlotx c, x, 2, 2, PlotRange 1, 8, c, 1, 5
-2 -1 1 2
-2 -1 1 2
12 IntroMath_me.nb
-2 -1 1 2
-2 -1 1 2
IntroMath_me.nb 13
-2 -1 1 2
Exercícios
Exercício
a. Obtenha uma representação do gráfico de cada uma das funções para valores de x pertos (mas
diferentes) de zero.
b. Construa uma tabela de valores para cada uma das funções anteriores, considerando valores de x
perto de zero.
0.7
0.6
0.5
0.4
0.3
0.2
0.1
-7 -6 -6 -6
510 110 1.510 210
Out[54]= Graphics
0.5
0.5
0.5
0.5
-6 -6 -6 -6 0.00001
210 410 610 810
Out[55]= Graphics
IntroMath_me.nb 15
In[56]:= Show%%, %
0.7
0.6
0.5
0.4
0.3
0.2
0.1
-6 -6 -6 -6
210 410 610 810
Out[56]= Graphics
Out[57]//TableForm=
1. 0.459698 0.459698
0.1 0.499583 0.499583
0.01 0.499996 0.499996
0.001 0.5 0.5
0.0001 0.5 0.5
0.00001 0.5 0.5
1. 106 0.500044 0.5
1. 107 0.4996 0.5
1. 108 0. 0.5
1. 109 0. 0.5
1. 1010 0. 0.5