lunaeodyssea

12 Reputation

2 Badges

16 years, 293 days

MaplePrimes Activity


These are questions asked by lunaeodyssea

The following program was created to determine a Hermite polynomial. Can anyone see where the error lies? Thanks!

 

restart; f:=x-> (x*(cos(x)))- ((x*x(sin(x/2))));
                 f := x -> x cos(x) - x x(sin(1/2 x))


                              fp := D(f)

Page 1 of 1