icegood

290 Reputation

14 Badges

15 years, 227 days

MaplePrimes Activity


These are questions asked by icegood

simplify(expr, power, symbol, size);

- simplification by size proceeds 1st or last?

How to make maple notify about calculated stage in example? As you can see fprintf+fflush doesnt work (hope stdout in maple has descriptor 0 as in others)...

eval_stage.mw

P.S. Don't wait procedure done. Just interrupt.

s:=1/(y+a)^2;

s2:=1/(y+a)^(2/3);

type(s, smth rational)  should return true and type(s2, smth rational) -false. How to do that?

restart;
lucoef:=Array(0..4, (i->i^2+3));
j:=1;
lucoefnew:=sum (lucoef[r]*lucoef[j-r],r=0..j);

Error, bad index into Array

===========
What it wants from me?!

Does anybody have such package that converts function in series of powseries package i.e. addable, substructuble and so on. And mayby with functionality of series itself i.e. remember asymptotic point for which O(x^n) was present as simple series returns. I think with such pakage limit in attach limit_test.mw

First 6 7 8 9 10 11 12 Page 8 of 13