zfaigl

20 Reputation

6 Badges

12 years, 279 days

MaplePrimes Activity


These are questions asked by zfaigl

Hi,

 

I would like to differentiate a sinlge-variable function containing abs(), min(), and max() calls. For smaller functions it seems to work, however for my procedure, it does not seem to work. What can be the problem? I would appreciate any comment. 

 

It seems to work for the followings:

> diff(min(5*x,3),x);
                     /        ...

1 2 3 Page 3 of 3