Mudanças entre as edições de "MAP0003P"

De WikiLICC
Ir para: navegação, pesquisa
m (Links para instalar Latex:)
m (Softwares)
Linha 67: Linha 67:
 
*[http://www.geogebra.org/cms/ Geogebra]
 
*[http://www.geogebra.org/cms/ Geogebra]
 
*[http://www.mat.ufrgs.br/~dago/metnum/modellus4.exe Modellus 4.01]
 
*[http://www.mat.ufrgs.br/~dago/metnum/modellus4.exe Modellus 4.01]
 +
 +
===Links para instalar Latex:===
 +
Veja como instalar o [[Latex]]:
 +
 +
*[http://www.miktex.org MikTex]
 +
*[http://www.winedt.com WinEdt]
 +
 +
*[http://pages.cs.wisc.edu/~ghost/ GhostScript]
 +
*[http://pages.cs.wisc.edu/~ghost/gsview/index.htm GhostView]
 +
*[http://www.adobe.com Adobe Acrobat]

Edição das 08h59min de 22 de março de 2010

MAP0003P - Métodos Numéricos para Equações Diferenciais

Prof.Dagoberto Adriano Rizzotto Justo

Horários

Sala B102 - Terça e Quinta - 10:30 as 12:10

Lista de Exercícios

  • Lista 1: 4, 5 e 7. (entrega 30/mar)


Exemplos

  • Arquivo Maple para calcular fator de amplificacao FTCS, laxf.
  • Arquivo Maple para calcular raiz de polinomio e converter para latex.



Exemplo 1

function [c]=mandelbrot(Total)
 c=(rand()-0.5+%i*(rand()-0.5))*3
 z(1)=0;
 k=1;  
 while(k<Total) //&(abs(z(k))<2)
   z(k+1)=z(k)^2+c;
   k=k+1;
 end
 if( abs(z(k))<2 ) then
   plot(real(c),imag(c),'*m');
 end
 
endfunction

Referências

Softwares

Links para instalar Latex:

Veja como instalar o Latex: