tuvok1153

5 Reputation

One Badge

10 years, 270 days

MaplePrimes Activity


These are questions asked by tuvok1153

Hi, I'm trying to write a maple procedure to differentiate a function from first principles and so far I have

First_Principle := proc (f); for f do A := simplify((f(x+h)-f(x))/h); Limit(A, h = 0) = limit(A, h = 0) end do end proc

and from there I have no idea where to go. Does anybody have any ideas? Thanks!

Page 1 of 1