mantepse.spad line 494 [edit on github]
* : (%, %) -> %
/ : (%, %) -> %
^ : (%, %) -> %
numerator : % -> %
denominator : % -> %
ground? : % -> Boolean
This package implements guessing GuessExpRat and GuessBinRat functions of guessing package.
guessBinRat(l, options) tries to find a function of the form n+->binomial(a+b n, n) r(n), where r(n) is a rational function, that fits l.
guessBinRat q returns a guesser that tries to find a function of the form n+->qbinomial(a+b n, n) r(n), where r(q^n) is a q-rational function, that fits l.
guessExpRat(l, options) tries to find a function of the form n+->(a+b n)^n r(n), where r(n) is a rational function, that fits l.
guessExpRat q returns a guesser that tries to find a function of the form n+->(a+b q^n)^n r(q^n), where r(q^n) is a q-rational function, that fits l.