dplanet

0 Reputation

One Badge

12 years, 231 days

MaplePrimes Activity


These are questions asked by dplanet

I have defined a function q(t) in Maple as:

q(t):=ln(cosh(t));

I then calculate it's 15th (!) derivative and assign it a name:

diffq(t):=diff(q(t),t$15)

 

I wish to maximize this function on the domain [0,50], so do the following:

Page 1 of 1