Question: distributing limit to each terms

Hello people in mapleprimes,

I want to distribute limit or Limit to each terms of summation.

Limit(f(a+h)-f(a),h=0);

But, the output is not distributed one, but the same as the input, though

I want it to become Limit(f(a+h),h=0)+Limit(f(a),h=0), or

Limit(f(a+h),h=0)+f(a).

Isn't there any way for it, other than a trivial one that is

subs(Limit(f(a+h)-f(a),h=0)=Limit(f(a+h),h=0)+Limit(f(a),h=0),Limit(f(a+h)-f(a),h=0));

?

I hope someone will teach me.

Thanks in advance.

taro

 

Please Wait...