var('z')
p=taylor (sin(z), z, 0,6)
q=taylor (cos(z), z, 0, 6)
e=taylor (sinh(z), z, 0, 6)
r=taylor (cosh(z), z, 0, 6)
show(p)
show(q)
show(e)
show(r)