miércoles, 14 de octubre de 2009

PRACTICA 6-2B


b)Y+1.0+x+x2/2.0+x3?6.0+x4/24para x entre 1 y 5 e incrementos de 0.1

PSEUDOCODIGO
Real x,y
print("funcion matematica")
for(x=1 to 5)step 0.1
print valor("valor x valor y")
{
y=1+x+x^2/2.0+x^3/6.0+x^4/24.0
}
print(x,y)
final
windows




CONSOLA









No hay comentarios:

Publicar un comentario