Comunicacion

Páginas: 4 (791 palabras) Publicado: 8 de mayo de 2012
ESCUELA SUPERIOR POLITÉCNICA DE CHIMBORAZO
FACULTAD DE INFORMÁTICA Y ELECTRÓNICA
ESCUELA DE INGENIERÍA EN TELECOMUNICACIONES Y REDES
Nombre: David Jinde (643)
SUMATORIAS
1.-+(X+1)(n)(1!)(n)+(x+3)(n-1)(3!)(n-1)-(x-5)(n-2)(5!)(n-2)…

1.- Inicio
2.-Repetir
2.1Escribir(“Ingrese n y x “)
2.2Leer(n,x)2.3Hasta(n>0) y (n=int(n)) y (x>0) y(x=imt(x))
3 s=0
4 num=1
5 sig=+1
6 For,i,n,1,-1
6.1 Si(sig mod 3 <>0) entonces
6.1.1 a = x + num
si no
6.1.2 a =x - num
6.1.3 fin si
6.2 p = 1
6.3 For ,j,1,i,+1
6.3.1 P = p*a
6.3.2 Fin for
6.4 F = 1
6.5 FOR, k, 1, num, +1
6.5.1 F = F*K
6.5.2 Fin for
6.6 Ter= p/((sqrt(F))*i)
6.7Si(sig mod 3 <>0) entonces
6.7.1 s = s + ter
si no
6.7.2 s = s –ter
fin si
6.8 num = num +1
6.9 sig = sig +1
6.10 Fin for (i)7 Escribir (s)
8 FIN


2.-

+2!*a2n3-4!*a4((n-1)5+6!*a6((n-2)7…

1.- Inicio
2.-Repetir2.1Escribir(“Ingrese n y a “)
2.2Leer(n,a)
2.3Hasta(n>0) y (n=int(n)) y (a>0) y(a=imt(a))
3 s=0
4 num=2
5 sig=+1
6 For,i,n,1,-1
6.1 p = 1
6.2 For, j, 1, (num+1) ,+1
6.2.1 P = p*i
Finfor
6.3 F = 1
6.4 q= 1
6.5 FOR, k, 1, num, +1
6.5.1 F = F*K
6.5.2 q = q*a
fin for
6.6 x = F*q
6.7 Ter= x/(sqrt(p))
6.8 Si (sig mod 2<>0) entonces
6.8.1s = s + ter
si no
6.8.2 s = s –ter
6.9 num = num +2
6.10 sig = sig +1
6.11 Fin for (i)
7 Escribir (s)
8 FIN

3.-+(n!+2)n2n+((n-1)!+4)(n-1)(4(n-1)-((n-2)!+6)(n-2)(6(n-2)…


1.- Inicio
2.-Repetir
2.1Escribir(“Ingrese n “)
2.2Leer(n)
2.3Hasta(n>0) y (n=int(n))...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Comunicacion
  • Comunicacion
  • Comunicacion
  • Comunicacion
  • Comunicacion
  • Comunicacion
  • Comunicacion
  • Comunicacion

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS