11.07.2015 Views

Lista 03a - DCC/UFMG

Lista 03a - DCC/UFMG

Lista 03a - DCC/UFMG

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

% I: integer;% X, CS, FAT: real;fprintf(1,'Cos(x)');X = input('Digite um valor para X: ');X = X * pi/180;FAT = 2; % 2!CS = 1;for I = 2 : 15if ( X ~= 0 )if ( mod(I, 2) == 0 )CS = CS - X ^ ( 2 * I - 2 ) / FAT; % termo parelseCS = CS + X ^ ( 2 * I - 2 ) / FAT; % termo ímparendendFAT = FAT * ( 2 * I - 1 ) * ( 2 * I );endfprintf(1,'Cos(%d) = %f\n',X,CS);fprintf(1,'Cos(%d) = %f\n',X,cos(X));<strong>UFMG</strong> – ICEx – <strong>DCC</strong> – Programação de Computadores – 2º. Sem 2005 – David Menoti 59

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!