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)

Kreyszig-14.4_3 (last edited 2010-12-17 12:37:34 by 172)