||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || /* code_begins */ {{{ 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) }}} /* code_ends */ * '''Solution by''': * , , * , , * ,,