jontoelke

12 Reputation

4 Badges

19 years, 50 days

MaplePrimes Activity


These are Posts that have been published by jontoelke

I have problems with assume integer. Here is a worksheet yielding a wrong solution. Is there something other than assume(integer)? > restart: > assume(k,integer); > is(k,integer); > is(l,integer); > t1:=int(sin(x)*sin(k*x),x=0..Pi); > t2:=int(sin(x)*sin(l*x),x=0..Pi); > limit(t2,l=1);
Page 1 of 1