Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
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)
Solution by:
<guna>, <student>, <snist>
<sadhana>, <student>, <snist>
<sai kumar>,<student>,<mriet>
