Buscar

Exercicio 1

Esta é uma pré-visualização de arquivo. Entre para ver o arquivo original

PK��������†hdHńB–H������������mimetypetext/x-wxmathmlPK��������†hdH§Ń˘şÂ���Â�������content.xml<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by wxMaxima 15.08.1+git -->
<!--http://wxmaxima.sourceforge.net-->
<wxMaximaDocument version="1.4" zoom="100" activecell="18">
<cell type="code">
<input>
<editor type="input">
<line> 6.26/1.13e3;</line>
</editor>
</input>
<output>
<mth><lbl>(%o9) </lbl><n>0.005539823008849558</n>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>6.28/17.4e3;</line>
</editor>
</input>
<output>
<mth><lbl>(%o10) </lbl><n>3.609195402298851</n><h>*</h><e><r><n>10</n></r><r><n>�4</n></r></e>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>eq1: 6.26 = fem - r*%o9;</line>
</editor>
</input>
<output>
<mth><lbl userdefined="yes">(eq1)</lbl><n>6.26</n><v>=</v><v>fem</v><v>�</v><n>0.005539823008849558</n><h>*</h><v>r</v>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>eq2: 6.28 = fem - r*%o10;</line>
</editor>
</input>
<output>
<mth><lbl userdefined="yes">(eq2)</lbl><n>6.28</n><v>=</v><v>fem</v><v>�</v><n>3.609195402298851</n><h>*</h><e><r><n>10</n></r><r><n>�4</n></r></e><h>*</h><v>r</v>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>solve([eq1,eq2]);</line>
</editor>
</input>
<output>
<mth><t>rat: replaced 6.26 by 313/50 = 6.26</t><t>rat: replaced 0.005539823008849558 by 313/56500 = 0.005539823008849558</t><t>rat: replaced 6.28 by 157/25 = 6.28</t><t>rat: replaced 3.609195402298851E-4 by 157/435000 = 3.60919540229885E-4</t><lbl>(%o15) </lbl><t>[</t><t>[</t><v>r</v><v>=</v><f><r><n>983100</n></r><r><n>254569</n></r></f><t>,</t><v>fem</v><v>=</v><f><r><n>79952407</n></r><r><n>12728450</n></r></f><t>]</t><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>%, numer;</line>
</editor>
</input>
<output>
<mth><lbl>(%o16) </lbl><t>[</t><t>[</t><v>r</v><v>=</v><n>3.861821352953423</n><t>,</t><v>fem</v><v>=</v><n>6.281393806787158</n><t>]</t><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line> plot2d( R*( 6.2814/( R+3.8618 ) )^2, [R, 0, 5*3.8618]);</line>
</editor>
</input>
<output>
<mth><lbl>(%o18) </lbl><t>[</t><st>C:/Users/Dias/maxout.gnuplot</st><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>solve(x^2 - 5*x + 5);</line>
</editor>
</input>
<output>
<mth><lbl>(%o19) </lbl><t>[</t><v>x</v><v>=</v><v>�</v><f><r><q><n>5</n></q><v>�</v><n>5</n></r><r><n>2</n></r></f><t>,</t><v>x</v><v>=</v><f><r><q><n>5</n></q><v>+</v><n>5</n></r><r><n>2</n></r></f><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>Vetor posição r;</line>
</editor>
</input>
<output>
<mth><t type="error">incorrect syntax: posição is not an infix operator</t><t>Vetor posição </t><t> ^</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>r:[5-t^2*exp(-t/5),3-exp(-t/12)];</line>
</editor>
</input>
<output>
<mth><lbl userdefined="yes">(r)</lbl><t>[</t><n>5</n><v>�</v><e><r><v>t</v></r><r><n>2</n></r></e><h>*</h><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>5</n></r></f></r></e><t>,</t><n>3</n><v>�</v><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>12</n></r></f></r></e><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>v:diff(r,t);</line>
</editor>
</input>
<output>
<mth><lbl userdefined="yes">(v)</lbl><t>[</t><f><r><e><r><v>t</v></r><r><n>2</n></r></e><h>*</h><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>5</n></r></f></r></e></r><r><n>5</n></r></f><v>�</v><n>2</n><h>*</h><v>t</v><h>*</h><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>5</n></r></f></r></e><t>,</t><f><r><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>12</n></r></f></r></e></r><r><n>12</n></r></f><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>a:diff(v,t);</line>
</editor>
</input>
<output>
<mth><lbl userdefined="yes">(a)</lbl><t>[</t><v>�</v><f><r><e><r><v>t</v></r><r><n>2</n></r></e><h>*</h><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>5</n></r></f></r></e></r><r><n>25</n></r></f><v>+</v><f><r><n>4</n><h>*</h><v>t</v><h>*</h><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>5</n></r></f></r></e></r><r><n>5</n></r></f><v>�</v><n>2</n><h>*</h><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>5</n></r></f></r></e><t>,</t><v>�</v><f><r><e><r><s>%e</s></r><r><v>�</v><f><r><v>t</v></r><r><n>12</n></r></f></r></e></r><r><n>144</n></r></f><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>r, t = 0, numer;</line>
<line>v, t = 0, numer;</line>
<line>a, t = 0, numer;</line>
</editor>
</input>
<output>
<mth><lbl>(%o24) </lbl><t>[</t><n>5</n><t>,</t><n>2</n><t>]</t><lbl>(%o25) </lbl><t>[</t><n>0</n><t>,</t><n>0.08333333333333333</n><t>]</t><lbl>(%o26) </lbl><t>[</t><v>�</v><n>2</n><t>,</t><v>�</v><n>0.006944444444444444</n><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>r, t = 15, numer;</line>
<line>v, t = 15, numer;</line>
<line>a, t = 15, numer;</line>
</editor>
</input>
<output>
<mth><lbl>(%o27) </lbl><t>[</t><v>�</v><n>6.202090382769388</n><t>,</t><n>2.71349520313981</n><t>]</t><lbl>(%o28) </lbl><t>[</t><n>0.7468060255179592</n><t>,</t><n>0.02387539973834917</n><t>]</t><lbl>(%o29) </lbl><t>[</t><n>0.0497870683678639</n><t>,</t><v>�</v><n>0.001989616644862431</n><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>limit(r,t,inf);</line>
<line>limit(v,t,inf);</line>
<line>limit(v,t,inf);</line>
</editor>
</input>
<output>
<mth><lbl>(%o33) </lbl><t>[</t><n>5</n><t>,</t><n>3</n><t>]</t><lbl>(%o34) </lbl><t>[</t><n>0</n><t>,</t><n>0</n><t>]</t><lbl>(%o35) </lbl><t>[</t><n>0</n><t>,</t><n>0</n><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>plot2d([parametric,r[1],r[2],[t,0,60],[nticks,100]]);</line>
</editor>
</input>
<output>
<mth><lbl>(%o36) </lbl><t>[</t><st>C:/Users/Dias/maxout.gnuplot</st><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>plot2d([parametric,v[1],v[2],[t,0,60],[nticks,100]]);</line>
</editor>
</input>
<output>
<mth><lbl>(%o38) </lbl><t>[</t><st>C:/Users/Dias/maxout.gnuplot</st><t>]</t>
</mth></output>
</cell>
<cell type="code">
<input>
<editor type="input">
<line>plot2d([parametric,a[1],v[2],[t,0,60],[nticks,100]]);</line>
</editor>
</input>
<output>
<mth><lbl>(%o39) </lbl><t>[</t><st>C:/Users/Dias/maxout.gnuplot</st><t>]</t>
</mth></output>
</cell>
</wxMaximaDocument>PK����������†hdHńB–H��������������������������mimetypePK����������†hdH§Ń˘şÂ���Â�����������������5���content.xmlPK����������o��� �����

Teste o Premium para desbloquear

Aproveite todos os benefícios por 3 dias sem pagar! 😉
Já tem cadastro?

Outros materiais