Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

ejercicioenclase

suma = 0;
y=0;
h=0;
x=0.3*pi;
total = 0;
vv=0;
for n = 0:2:60
(n/2)+1
suma = (((-1)^y*(x^n)/(factorial(n))))
total = total + suma
vv = cos(suma)
y=y+1
end
%Ejercicio hecho en clase 10/04/2019

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.