Maple Activites

Sessions

 

1. Activity 1 On integration of a power series

> with(powseries):

> powcreate(t(n)=1/n,t(0)=1):

tpsform(t, x, 5);

 

> r := powint(t):

tpsform(r, x, 7);

 

2. Activity 2 On differentiation of a power series

Now it is your turn to discover similar Maple commands regarding differentiation and do a similar example but now with differentiation. Check the help session in Maple if needed.